eslint-plugin-toml 1.1.0 → 1.1.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.
- package/lib/index.mjs +1 -1
- package/package.json +4 -4
package/lib/index.mjs
CHANGED
|
@@ -3071,7 +3071,7 @@ var standard_default = [...base_default, { rules: {
|
|
|
3071
3071
|
//#endregion
|
|
3072
3072
|
//#region package.json
|
|
3073
3073
|
var name$1 = "eslint-plugin-toml";
|
|
3074
|
-
var version$1 = "1.1.
|
|
3074
|
+
var version$1 = "1.1.2";
|
|
3075
3075
|
|
|
3076
3076
|
//#endregion
|
|
3077
3077
|
//#region src/meta.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-toml",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "This ESLint plugin provides linting rules for TOML.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"dependencies": {
|
|
67
67
|
"@eslint/core": "^1.0.1",
|
|
68
68
|
"@eslint/plugin-kit": "^0.6.0",
|
|
69
|
-
"@ota-meshi/ast-token-store": "^0.
|
|
69
|
+
"@ota-meshi/ast-token-store": "^0.3.0",
|
|
70
70
|
"debug": "^4.1.1",
|
|
71
71
|
"toml-eslint-parser": "^1.0.1"
|
|
72
72
|
},
|
|
@@ -92,10 +92,10 @@
|
|
|
92
92
|
"eslint-plugin-eslint-plugin": "^7.0.0",
|
|
93
93
|
"eslint-plugin-jsdoc": "^62.0.0",
|
|
94
94
|
"eslint-plugin-json-schema-validator": "^6.0.0",
|
|
95
|
-
"eslint-plugin-jsonc": "^
|
|
95
|
+
"eslint-plugin-jsonc": "^3.0.0",
|
|
96
96
|
"eslint-plugin-markdown": "^5.0.0",
|
|
97
97
|
"eslint-plugin-n": "^17.9.0",
|
|
98
|
-
"eslint-plugin-node-dependencies": "^
|
|
98
|
+
"eslint-plugin-node-dependencies": "^2.0.0",
|
|
99
99
|
"eslint-plugin-prettier": "^5.1.3",
|
|
100
100
|
"eslint-plugin-regexp": "^3.0.0",
|
|
101
101
|
"eslint-plugin-toml": "^1.0.0",
|