File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 run : pnpm build:lib
3535
3636 - name : 📦 Pack library
37- run : mv $( pnpm pack) package.tgz
37+ run : pnpm pack -out package.tgz
3838
3939 - name : ☁️ Publish to NPM
4040 uses : JS-DevTools/npm-publish@v3
Original file line number Diff line number Diff line change 1111 "url" : " https://github.com/jackkum/node-pdu.git"
1212 },
1313 "homepage" : " https://github.com/jackkum/node-pdu" ,
14- "packageManager" : " pnpm@9.12.2" ,
14+ "publishConfig" : {
15+ "provenance" : true
16+ },
17+ "packageManager" : " pnpm@10.8.1" ,
1518 "dependencies" : {},
1619 "devDependencies" : {
17- "@types/node" : " ^22.8.1" ,
18- "eslint" : " 9.13.0" ,
19- "eslint-config-prettier" : " 9.1.0" ,
20- "prettier" : " 3.3.3" ,
21- "typedoc" : " ~0.26.10" ,
22- "typedoc-github-theme" : " ^0.1.2" ,
23- "typescript" : " 5.6.3" ,
24- "typescript-eslint" : " 8.11.0" ,
25- "vitest" : " ^2.1.3"
20+ "eslint" : " 9.25.0" ,
21+ "eslint-config-prettier" : " 10.1.2" ,
22+ "prettier" : " 3.5.3" ,
23+ "typedoc" : " ~0.28.2" ,
24+ "typedoc-github-theme" : " ~0.3.0" ,
25+ "typescript" : " ~5.8.3" ,
26+ "typescript-eslint" : " 8.30.1" ,
27+ "vitest" : " ^3.1.1"
2628 },
2729 "scripts" : {
2830 "build" : " pnpm build:lib && pnpm build:docs" ,
3537 "test" : " vitest run --dir ./tests/" ,
3638 "test:watch" : " vitest watch --dir ./tests/"
3739 },
40+ "pnpm" : {
41+ "onlyBuiltDependencies" : [
42+ " esbuild"
43+ ]
44+ }
3845 "keywords" : [
3946 " pdu" ,
4047 " sms"
You can’t perform that action at this time.
0 commit comments