@ota-meshi/ast-token-store 0.2.1 → 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 -10
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,16 +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/markdown": "^7.4.0",
|
|
54
|
-
"eslint": ">=9.0.0"
|
|
55
|
-
},
|
|
56
52
|
"devDependencies": {
|
|
57
53
|
"@changesets/changelog-github": "^0.5.1",
|
|
58
54
|
"@changesets/cli": "^2.28.1",
|
|
59
55
|
"@eslint/core": "^1.0.0",
|
|
60
56
|
"@eslint/markdown": "^7.4.0",
|
|
61
|
-
"@ota-meshi/eslint-plugin": "^0.
|
|
57
|
+
"@ota-meshi/eslint-plugin": "^0.20.0",
|
|
62
58
|
"@shikijs/vitepress-twoslash": "^3.0.0",
|
|
63
59
|
"@types/eslint": "^9.6.1",
|
|
64
60
|
"@types/eslint-scope": "^8.0.0",
|
|
@@ -71,12 +67,12 @@
|
|
|
71
67
|
"@types/semver": "^7.5.8",
|
|
72
68
|
"assert": "^2.1.0",
|
|
73
69
|
"c8": "^10.1.3",
|
|
74
|
-
"eslint": "^
|
|
70
|
+
"eslint": "^10.0.1",
|
|
75
71
|
"eslint-compat-utils": "^0.6.4",
|
|
76
72
|
"eslint-config-prettier": "^10.1.1",
|
|
77
73
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
78
74
|
"eslint-plugin-eslint-plugin": "^7.0.0",
|
|
79
|
-
"eslint-plugin-jsdoc": "^
|
|
75
|
+
"eslint-plugin-jsdoc": "^62.7.0",
|
|
80
76
|
"eslint-plugin-json-schema-validator": "^6.0.0",
|
|
81
77
|
"eslint-plugin-jsonc": "^2.19.1",
|
|
82
78
|
"eslint-plugin-markdown": "^5.1.0",
|
|
@@ -100,7 +96,7 @@
|
|
|
100
96
|
"tsdown": "^0.19.0",
|
|
101
97
|
"tsx": "^4.19.3",
|
|
102
98
|
"typescript": "~5.9.0",
|
|
103
|
-
"typescript-eslint": "^8.
|
|
99
|
+
"typescript-eslint": "^8.56.0",
|
|
104
100
|
"vitepress": "^1.6.3",
|
|
105
101
|
"vue-eslint-parser": "^10.0.0"
|
|
106
102
|
},
|