@alextheman/eslint-plugin 4.9.1 → 4.9.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/dist/index.cjs CHANGED
@@ -4680,7 +4680,7 @@ var rules_default = {
4680
4680
  //#endregion
4681
4681
  //#region package.json
4682
4682
  var name = "@alextheman/eslint-plugin";
4683
- var version = "4.9.1";
4683
+ var version = "4.9.2";
4684
4684
 
4685
4685
  //#endregion
4686
4686
  //#region src/alexPlugin.ts
package/dist/index.js CHANGED
@@ -4665,7 +4665,7 @@ var rules_default = {
4665
4665
  //#endregion
4666
4666
  //#region package.json
4667
4667
  var name = "@alextheman/eslint-plugin";
4668
- var version = "4.9.1";
4668
+ var version = "4.9.2";
4669
4669
 
4670
4670
  //#endregion
4671
4671
  //#region src/alexPlugin.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alextheman/eslint-plugin",
3
- "version": "4.9.1",
3
+ "version": "4.9.2",
4
4
  "description": "A package to provide custom ESLint rules and configs",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,7 +15,7 @@
15
15
  "dist"
16
16
  ],
17
17
  "dependencies": {
18
- "@alextheman/utility": "^3.10.1",
18
+ "@alextheman/utility": "^4.0.0",
19
19
  "@typescript-eslint/utils": "^8.50.0",
20
20
  "common-tags": "^1.8.2",
21
21
  "zod": "^4.2.1"
@@ -28,7 +28,7 @@
28
28
  "@types/node": "^25.0.3",
29
29
  "@typescript-eslint/rule-tester": "^8.50.0",
30
30
  "@typescript-eslint/types": "^8.50.0",
31
- "alex-c-line": "^1.9.0",
31
+ "alex-c-line": "^1.10.0",
32
32
  "dotenv-cli": "^11.0.0",
33
33
  "eslint": "^9.39.2",
34
34
  "eslint-config-prettier": "^10.1.8",