@ota-meshi/ast-token-store 0.2.2 → 0.2.3
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.
- package/lib/index.mjs +1 -1
- package/package.json +6 -9
package/lib/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ota-meshi/ast-token-store",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "A class library that provides an API similar to ESLint's token store",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"mocha": "npm run ts -- ./node_modules/mocha/bin/mocha.js",
|
|
32
32
|
"update": "node --experimental-strip-types --experimental-transform-types ./tools/update.ts",
|
|
33
33
|
"generate:version": "npm run update && npm run lint -- --fix",
|
|
34
|
-
"changeset:version": "changeset version && npm run generate:version && git add --all",
|
|
34
|
+
"changeset:version": "changeset version && npm i && npm run generate:version && git add --all",
|
|
35
35
|
"changeset:publish": "npm run build && changeset publish"
|
|
36
36
|
},
|
|
37
37
|
"repository": {
|
|
@@ -49,15 +49,12 @@
|
|
|
49
49
|
"url": "https://github.com/ota-meshi/ast-token-store/issues"
|
|
50
50
|
},
|
|
51
51
|
"homepage": "https://github.com/ota-meshi/ast-token-store/",
|
|
52
|
-
"peerDependencies": {
|
|
53
|
-
"eslint": ">=9.0.0"
|
|
54
|
-
},
|
|
55
52
|
"devDependencies": {
|
|
56
53
|
"@changesets/changelog-github": "^0.5.1",
|
|
57
54
|
"@changesets/cli": "^2.28.1",
|
|
58
55
|
"@eslint/core": "^1.0.0",
|
|
59
56
|
"@eslint/markdown": "^7.4.0",
|
|
60
|
-
"@ota-meshi/eslint-plugin": "^0.
|
|
57
|
+
"@ota-meshi/eslint-plugin": "^0.20.0",
|
|
61
58
|
"@shikijs/vitepress-twoslash": "^3.0.0",
|
|
62
59
|
"@types/eslint": "^9.6.1",
|
|
63
60
|
"@types/eslint-scope": "^8.0.0",
|
|
@@ -70,12 +67,12 @@
|
|
|
70
67
|
"@types/semver": "^7.5.8",
|
|
71
68
|
"assert": "^2.1.0",
|
|
72
69
|
"c8": "^10.1.3",
|
|
73
|
-
"eslint": "^
|
|
70
|
+
"eslint": "^10.0.1",
|
|
74
71
|
"eslint-compat-utils": "^0.6.4",
|
|
75
72
|
"eslint-config-prettier": "^10.1.1",
|
|
76
73
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
77
74
|
"eslint-plugin-eslint-plugin": "^7.0.0",
|
|
78
|
-
"eslint-plugin-jsdoc": "^
|
|
75
|
+
"eslint-plugin-jsdoc": "^62.7.0",
|
|
79
76
|
"eslint-plugin-json-schema-validator": "^6.0.0",
|
|
80
77
|
"eslint-plugin-jsonc": "^2.19.1",
|
|
81
78
|
"eslint-plugin-markdown": "^5.1.0",
|
|
@@ -99,7 +96,7 @@
|
|
|
99
96
|
"tsdown": "^0.19.0",
|
|
100
97
|
"tsx": "^4.19.3",
|
|
101
98
|
"typescript": "~5.9.0",
|
|
102
|
-
"typescript-eslint": "^8.
|
|
99
|
+
"typescript-eslint": "^8.56.0",
|
|
103
100
|
"vitepress": "^1.6.3",
|
|
104
101
|
"vue-eslint-parser": "^10.0.0"
|
|
105
102
|
},
|