eslint-plugin-toml 1.0.1 → 1.0.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 +5 -4
package/lib/index.mjs CHANGED
@@ -3070,7 +3070,7 @@ var standard_default = [...base_default, { rules: {
3070
3070
  //#endregion
3071
3071
  //#region package.json
3072
3072
  var name$1 = "eslint-plugin-toml";
3073
- var version$1 = "1.0.1";
3073
+ var version$1 = "1.0.2";
3074
3074
 
3075
3075
  //#endregion
3076
3076
  //#region src/meta.ts
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "eslint-plugin-toml",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "This ESLint plugin provides linting rules for TOML.",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
8
+ "types": "./lib/index.d.mts",
8
9
  "import": "./lib/index.mjs",
9
- "types": "./lib/index.d.mts"
10
+ "default": "./lib/index.mjs"
10
11
  },
11
12
  "./package.json": "./package.json"
12
13
  },
@@ -100,8 +101,8 @@
100
101
  "eslint-plugin-prettier": "^5.1.3",
101
102
  "eslint-plugin-regexp": "^2.6.0",
102
103
  "eslint-plugin-toml": "^1.0.0",
103
- "eslint-plugin-vue": "^9.26.0",
104
- "eslint-plugin-yml": "^1.14.0",
104
+ "eslint-plugin-vue": "^10.0.0",
105
+ "eslint-plugin-yml": "^2.0.0",
105
106
  "events": "^3.3.0",
106
107
  "mocha": "^11.0.0",
107
108
  "nyc": "^17.0.0",