@ota-meshi/ast-token-store 0.2.0 → 0.2.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 (2) hide show
  1. package/lib/index.mjs +1 -1
  2. package/package.json +2 -5
package/lib/index.mjs CHANGED
@@ -446,7 +446,7 @@ var TokenStore = class {
446
446
  //#endregion
447
447
  //#region package.json
448
448
  var name$1 = "@ota-meshi/ast-token-store";
449
- var version$1 = "0.2.0";
449
+ var version$1 = "0.2.2";
450
450
 
451
451
  //#endregion
452
452
  //#region src/meta.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ota-meshi/ast-token-store",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "A class library that provides an API similar to ESLint's token store",
5
5
  "type": "module",
6
6
  "exports": {
@@ -50,12 +50,8 @@
50
50
  },
51
51
  "homepage": "https://github.com/ota-meshi/ast-token-store/",
52
52
  "peerDependencies": {
53
- "@eslint/markdown": "^7.4.0",
54
53
  "eslint": ">=9.0.0"
55
54
  },
56
- "dependencies": {
57
- "eslint-plugin-markdown-preferences": "^0.40.2"
58
- },
59
55
  "devDependencies": {
60
56
  "@changesets/changelog-github": "^0.5.1",
61
57
  "@changesets/cli": "^2.28.1",
@@ -84,6 +80,7 @@
84
80
  "eslint-plugin-jsonc": "^2.19.1",
85
81
  "eslint-plugin-markdown": "^5.1.0",
86
82
  "eslint-plugin-markdown-links": "^0.7.0",
83
+ "eslint-plugin-markdown-preferences": "^0.40.2",
87
84
  "eslint-plugin-n": "^17.16.2",
88
85
  "eslint-plugin-node-dependencies": "^1.0.0",
89
86
  "eslint-plugin-prettier": "^5.2.3",