@shell-shock/eslint-plugin 0.0.63 → 0.0.64
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/dist/package.cjs +1 -1
- package/dist/package.mjs +1 -1
- package/package.json +6 -6
package/dist/package.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var e=`0.0.
|
|
1
|
+
var e=`0.0.64`;Object.defineProperty(exports,`version`,{enumerable:!0,get:function(){return e}});
|
package/dist/package.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var e=`0.0.
|
|
1
|
+
var e=`0.0.64`;export{e as version};
|
|
2
2
|
//# sourceMappingURL=package.mjs.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/eslint-plugin",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.64",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "An ESLint Plugin with linting rules that ensure a Shell Shock project is following the best practices.",
|
|
6
6
|
"keywords": ["eslint", "eslint-plugin", "shell-shock", "storm-software"],
|
|
@@ -162,16 +162,16 @@
|
|
|
162
162
|
"dependencies": {
|
|
163
163
|
"@stryke/fs": "^0.33.66",
|
|
164
164
|
"@stryke/path": "^0.27.4",
|
|
165
|
-
"@typescript-eslint/utils": "^8.58.
|
|
165
|
+
"@typescript-eslint/utils": "^8.58.1",
|
|
166
166
|
"defu": "^6.1.7",
|
|
167
|
-
"@storm-software/testing-tools": "^1.119.
|
|
167
|
+
"@storm-software/testing-tools": "^1.119.149",
|
|
168
168
|
"powerlines": "^0.42.33"
|
|
169
169
|
},
|
|
170
170
|
"devDependencies": {
|
|
171
|
-
"@eslint/compat": "^2.0.
|
|
171
|
+
"@eslint/compat": "^2.0.5",
|
|
172
172
|
"@eslint/config-inspector": "^1.5.0",
|
|
173
173
|
"@powerlines/plugin-tsdown": "^0.1.334",
|
|
174
|
-
"@storm-software/testing-tools": "^1.119.
|
|
174
|
+
"@storm-software/testing-tools": "^1.119.149",
|
|
175
175
|
"@types/eslint": "^9.6.1",
|
|
176
176
|
"@types/eslint__js": "^9.14.0",
|
|
177
177
|
"@types/node": "^25.5.2",
|
|
@@ -217,5 +217,5 @@
|
|
|
217
217
|
"./package.json": "./package.json"
|
|
218
218
|
}
|
|
219
219
|
},
|
|
220
|
-
"gitHead": "
|
|
220
|
+
"gitHead": "c1b938503f5de35ab59e58638029def62257a504"
|
|
221
221
|
}
|