Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: publish bundles to git to enable direct installs from GH #1160

Merged
merged 1 commit into from
Mar 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
node_modules/
build/
coverage/
package/
reports/
docs/.vitepress/cache/
yarn.lock
pnpm-lock.yaml
temp
test/fixtures/ts-project/build/
151 changes: 151 additions & 0 deletions build/3rd-party-licenses
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
THIRD PARTY LICENSES

@nodelib/fs.scandir@2.1.5
<unknown>
https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir
MIT

@nodelib/fs.stat@2.0.5
<unknown>
https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat
MIT

@nodelib/fs.walk@1.2.8
<unknown>
https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk
MIT

@sindresorhus/merge-streams@2.3.0
Sindre Sorhus <sindresorhus@gmail.com>
sindresorhus/merge-streams
MIT

@webpod/ps@0.1.0
<unknown>
git://github.com/webpod/ps.git
MIT

braces@3.0.3
Jon Schlinkert (https://github.com/jonschlinkert)
micromatch/braces
MIT

chalk@5.4.1
<unknown>
chalk/chalk
MIT

create-require@1.1.1
Maël Nison <nison.mael@gmail.com>, Paul Soporan <paul.soporan@gmail.com>, Pooya Parsa <pyapar@gmail.com>
nuxt-contrib/create-require
MIT

envapi@0.2.3
Anton Golub <antongolub@antongolub.com>
git+https://github.com/webpod/envapi.git
MIT

fast-glob@3.3.3
Denis Malinochkin <undefined>
mrmlnc/fast-glob
MIT

fastq@1.19.0
Matteo Collina <hello@matteocollina.com>
git+https://github.com/mcollina/fastq.git
ISC

fill-range@7.1.1
Jon Schlinkert (https://github.com/jonschlinkert)
jonschlinkert/fill-range
MIT

fs-extra@11.2.0
JP Richardson <jprichardson@gmail.com>
https://github.com/jprichardson/node-fs-extra
MIT

glob-parent@5.1.2
Gulp Team <team@gulpjs.com> (https://gulpjs.com/)
gulpjs/glob-parent
ISC

globby@14.0.2
Sindre Sorhus <sindresorhus@gmail.com>
sindresorhus/globby
MIT

graceful-fs@4.2.11
<unknown>
https://github.com/isaacs/node-graceful-fs
ISC

is-glob@4.0.3
Jon Schlinkert (https://github.com/jonschlinkert)
micromatch/is-glob
MIT

isexe@3.1.1
Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
https://github.com/isaacs/isexe
ISC

jsonfile@6.1.0
JP Richardson <jprichardson@gmail.com>
git@github.com:jprichardson/node-jsonfile.git
MIT

merge2@1.4.1
<unknown>
git@github.com:teambition/merge2.git
MIT

micromatch@4.0.8
Jon Schlinkert (https://github.com/jonschlinkert)
micromatch/micromatch
MIT

node-fetch-native@1.6.4
<unknown>
unjs/node-fetch-native
MIT

path-type@5.0.0
Sindre Sorhus <sindresorhus@gmail.com>
sindresorhus/path-type
MIT

picomatch@2.3.1
Jon Schlinkert (https://github.com/jonschlinkert)
micromatch/picomatch
MIT

run-parallel@1.2.0
Feross Aboukhadijeh <feross@feross.org>
git://github.com/feross/run-parallel.git
MIT

to-regex-range@5.0.1
Jon Schlinkert (https://github.com/jonschlinkert)
micromatch/to-regex-range
MIT

unicorn-magic@0.1.0
Sindre Sorhus <sindresorhus@gmail.com>
sindresorhus/unicorn-magic
MIT

which@5.0.0
GitHub Inc.
git+https://github.com/npm/node-which.git
ISC

yaml@2.7.0
Eemeli Aro <eemeli@gmail.com>
github:eemeli/yaml
ISC

zurk@0.10.2
Anton Golub <antongolub@antongolub.com>
git+https://github.com/webpod/zurk.git
MIT
Loading