Skip to content

Commit beddb34

Browse files
committed
Bumps node modules
1 parent bc5a711 commit beddb34

5 files changed

Lines changed: 154 additions & 223 deletions

File tree

bin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"appstore-connect-jwt-generator-cli","version":"1.1.1","author":"poad","license":"MIT","private":false,"homepage":"https://github.com/poad/appstore-connect-jwt-generator-cli#readme","main":"bin/cli.js","bin":{"jwt-gen":"./bin/cli.js","appstore-jwt-gen":"./bin/cli.js"},"type":"module","repository":{"type":"git","url":"git+https://github.com/poad/appstore-connect-jwt-generator-cli.git"},"keywords":["appstore","jwt","api","cli"],"preferGlobal":false,"scripts":{"test":"vitest run --silent=false --coverage --passWithNoTests","prebuild":"tsc --build --clean","watch":"tsc --watch","build":"tsc","dev":"tsx src/main.ts","package":"ncc build --license licenses.txt -m -q -o bin && chmod +x bin/cli.js","lint":"eslint","lint-fix":"eslint --fix","all":"pnpm build && pnpm package && pnpm lint && pnpm test"},"devDependencies":{"@eslint/compat":"^2.0.0","@eslint/js":"^9.39.1","@stylistic/eslint-plugin":"^5.6.1","@types/node":"^24.10.1","@vercel/ncc":"^0.38.4","@vitest/coverage-v8":"^4.0.13","eslint":"^9.39.1","eslint-config-prettier":"^10.1.8","eslint-import-resolver-typescript":"^4.4.4","eslint-plugin-flowtype":"^8.0.3","eslint-plugin-import":"^2.32.0","eslint-plugin-jest":"^29.2.1","eslint-plugin-prettier":"^5.5.4","eslint-plugin-promise":"^7.2.1","jiti":"^2.6.1","prettier":"^3.6.2","tsx":"^4.20.6","typescript":"^5.9.3","typescript-eslint":"^8.47.0","vite":"^7.2.4","vite-tsconfig-paths":"^5.1.4","vitest":"^4.0.13"},"dependencies":{"appstore-connect-jwt-generator-core":"^2.0.5","arg":"^5.0.2","chalk":"^5.6.2","chalk-template":"^1.1.2","log4js":"^6.9.1"},"files":["package.json","bin/*","README.md"],"exports":{".":{"node":"./bin/index.js","default":"./bin/index.js"}},"engines":{"npm":"use pnpm please!","yarn":"use pnpm please!","node":">=22.0.0"},"publishConfig":{"registry":"https://registry.npmjs.org/","access":"public"},"packageManager":"pnpm@10.23.0"}
1+
{"name":"appstore-connect-jwt-generator-cli","version":"1.1.1","author":"poad","license":"MIT","private":false,"homepage":"https://github.com/poad/appstore-connect-jwt-generator-cli#readme","main":"bin/cli.js","bin":{"jwt-gen":"./bin/cli.js","appstore-jwt-gen":"./bin/cli.js"},"type":"module","repository":{"type":"git","url":"git+https://github.com/poad/appstore-connect-jwt-generator-cli.git"},"keywords":["appstore","jwt","api","cli"],"preferGlobal":false,"scripts":{"test":"vitest run --silent=false --coverage --passWithNoTests","prebuild":"tsc --build --clean","watch":"tsc --watch","build":"tsc","dev":"tsx src/main.ts","package":"ncc build --license licenses.txt -m -q -o bin && chmod +x bin/cli.js","lint":"eslint","lint-fix":"eslint --fix","all":"pnpm build && pnpm package && pnpm lint && pnpm test"},"devDependencies":{"@eslint/compat":"^2.0.0","@eslint/js":"^9.39.1","@stylistic/eslint-plugin":"^5.6.1","@types/node":"^24.10.1","@vercel/ncc":"^0.38.4","@vitest/coverage-v8":"^4.0.14","eslint":"^9.39.1","eslint-config-prettier":"^10.1.8","eslint-import-resolver-typescript":"^4.4.4","eslint-plugin-flowtype":"^8.0.3","eslint-plugin-import":"^2.32.0","eslint-plugin-jest":"^29.2.1","eslint-plugin-prettier":"^5.5.4","eslint-plugin-promise":"^7.2.1","jiti":"^2.6.1","prettier":"^3.6.2","tsx":"^4.20.6","typescript":"^5.9.3","typescript-eslint":"^8.48.0","vite":"^7.2.4","vite-tsconfig-paths":"^5.1.4","vitest":"^4.0.14"},"dependencies":{"appstore-connect-jwt-generator-core":"^2.0.5","arg":"^5.0.2","chalk":"^5.6.2","chalk-template":"^1.1.2","log4js":"^6.9.1"},"files":["package.json","bin/*","README.md"],"exports":{".":{"node":"./bin/index.js","default":"./bin/index.js"}},"engines":{"npm":"use pnpm please!","yarn":"use pnpm please!","node":">=22.0.0"},"publishConfig":{"registry":"https://registry.npmjs.org/","access":"public"},"packageManager":"pnpm@10.23.0"}

node_modules/.modules.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.pnpm-workspace-state-v1.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@stylistic/eslint-plugin": "^5.6.1",
4040
"@types/node": "^24.10.1",
4141
"@vercel/ncc": "^0.38.4",
42-
"@vitest/coverage-v8": "^4.0.13",
42+
"@vitest/coverage-v8": "^4.0.14",
4343
"eslint": "^9.39.1",
4444
"eslint-config-prettier": "^10.1.8",
4545
"eslint-import-resolver-typescript": "^4.4.4",
@@ -52,10 +52,10 @@
5252
"prettier": "^3.6.2",
5353
"tsx": "^4.20.6",
5454
"typescript": "^5.9.3",
55-
"typescript-eslint": "^8.47.0",
55+
"typescript-eslint": "^8.48.0",
5656
"vite": "^7.2.4",
5757
"vite-tsconfig-paths": "^5.1.4",
58-
"vitest": "^4.0.13"
58+
"vitest": "^4.0.14"
5959
},
6060
"dependencies": {
6161
"appstore-connect-jwt-generator-core": "^2.0.5",

0 commit comments

Comments
 (0)