Zoltan Kochan
dc312cdfd7
feat!: replace bundled pnpm binary with npm + lockfile bootstrap
...
Remove the 9MB bundled pnpm.cjs/worker.js and instead use npm ci with
committed package-lock.json files (~5KB) to install a bootstrap pnpm,
which then installs the target version with integrity verification via
the project's pnpm-lock.yaml.
Also switch from ncc to esbuild and modernize to ESM.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-16 01:52:34 +01:00
Erik Burton
1ee9c9d01d
feat!: node20 upgrade ( #110 )
...
* upgrade versions to latest
* remove usage of ts-schema-autogen
* fix: update pnpm sources
* update build/output
* use node20
* fix: run-install array output
* fix: maintain behaviour for parseRunInstall, error messages
* fix: another edge case for input.args
* fix: use zod for input validation
* fix: use zod.infer for exported RunInstall types
* fix: remove @types/js-yaml
---------
Co-authored-by: Zoltan Kochan <z@kochan.io >
2024-02-08 11:22:15 +01:00
Zoltan Kochan
958500fcab
fix: do not download pnpm from get.pnpm.io ( #46 )
...
* fix: do not download pnpm from get.pnpm.io
* fix: remove redundant files
2022-05-28 16:54:43 +03:00
khai96_
0db7fb9961
Add .pnpm-store to .gitignore
2021-03-23 12:48:07 +07:00
khai96_
a7354264cc
Update .gitignore
2020-05-08 11:27:55 +07:00
khai96_
b5a5e98c9e
Add ncc build step
2020-05-08 10:26:35 +07:00
khai96_
636254ab6e
Add TypeScript build step
2020-05-08 10:22:09 +07:00
khai96_
658ba3a3a8
Update .gitignore
2020-05-08 10:20:03 +07:00
khai96_
00fe3cde8e
Begin
2020-05-08 09:58:03 +07:00