@shell-shock/eslint-plugin 0.0.66 → 0.0.67

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 CHANGED
@@ -1 +1 @@
1
- var e=`0.0.66`;Object.defineProperty(exports,`version`,{enumerable:!0,get:function(){return e}});
1
+ var e=`0.0.67`;Object.defineProperty(exports,`version`,{enumerable:!0,get:function(){return e}});
package/dist/package.mjs CHANGED
@@ -1,2 +1,2 @@
1
- var e=`0.0.66`;export{e as version};
1
+ var e=`0.0.67`;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.66",
3
+ "version": "0.0.67",
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"],
@@ -165,16 +165,16 @@
165
165
  "@typescript-eslint/utils": "^8.58.1",
166
166
  "defu": "^6.1.7",
167
167
  "@storm-software/testing-tools": "^1.119.149",
168
- "powerlines": "^0.42.33"
168
+ "powerlines": "^0.42.34"
169
169
  },
170
170
  "devDependencies": {
171
171
  "@eslint/compat": "^2.0.5",
172
172
  "@eslint/config-inspector": "^1.5.0",
173
- "@powerlines/plugin-tsdown": "^0.1.334",
173
+ "@powerlines/plugin-tsdown": "^0.1.335",
174
174
  "@storm-software/testing-tools": "^1.119.149",
175
175
  "@types/eslint": "^9.6.1",
176
176
  "@types/eslint__js": "^9.14.0",
177
- "@types/node": "^25.5.2",
177
+ "@types/node": "^25.6.0",
178
178
  "eslint": "^9.39.4",
179
179
  "eslint-doc-generator": "^3.3.2",
180
180
  "eslint-flat-config-utils": "^2.1.4",
@@ -182,7 +182,7 @@
182
182
  "eslint-plugin-i18n-text": "^1.0.1",
183
183
  "eslint-rule-documentation": "^1.0.23",
184
184
  "eslint-typegen": "^2.3.1",
185
- "powerlines": "^0.42.33"
185
+ "powerlines": "^0.42.34"
186
186
  },
187
187
  "peerDependencies": { "eslint": ">=9.39.3" },
188
188
  "peerDependenciesMeta": { "eslint": { "optional": false } },
@@ -217,5 +217,5 @@
217
217
  "./package.json": "./package.json"
218
218
  }
219
219
  },
220
- "gitHead": "0a96451134431381e1d79f85dceaaafd5cf94cfe"
220
+ "gitHead": "38e2393cfc876607226b05a59cc9bd62e3b59960"
221
221
  }