args-tokens 0.16.1 → 0.16.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "args-tokens",
3
3
  "description": "parseArgs tokens compatibility and more high-performance parser",
4
- "version": "0.16.1",
4
+ "version": "0.16.2",
5
5
  "author": {
6
6
  "name": "kazuya kawaguchi",
7
7
  "email": "kawakazu80@gmail.com"
@@ -119,7 +119,7 @@
119
119
  "fix:prettier": "prettier . --write",
120
120
  "lint": "pnpm run --parallel --color \"/^lint:/\"",
121
121
  "lint:eslint": "eslint .",
122
- "lint:jsr": "jsr publish --dry-run --allow-dirty",
122
+ "lint:jsr": "jsr publish --config jsr.json --dry-run --allow-dirty",
123
123
  "lint:knip": "knip",
124
124
  "lint:prettier": "prettier . --check",
125
125
  "release": "bumpp --commit \"release: v%s\" --all --push --tag",