@alextheman/eslint-plugin 1.2.12 → 1.2.13

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
@@ -3937,7 +3937,7 @@ var eslint_config_default = [
3937
3937
 
3938
3938
  // package.json
3939
3939
  var name = "@alextheman/eslint-plugin";
3940
- var version = "1.2.12";
3940
+ var version = "1.2.13";
3941
3941
 
3942
3942
  // src/index.ts
3943
3943
  var plugin = {
package/dist/index.d.cts CHANGED
@@ -4,7 +4,7 @@ import { Config } from 'prettier';
4
4
  declare const prettierRules: Config;
5
5
 
6
6
  var name = "@alextheman/eslint-plugin";
7
- var version = "1.2.12";
7
+ var version = "1.2.13";
8
8
 
9
9
  interface AlexPlugin {
10
10
  meta: {
package/dist/index.d.ts CHANGED
@@ -4,7 +4,7 @@ import { Config } from 'prettier';
4
4
  declare const prettierRules: Config;
5
5
 
6
6
  var name = "@alextheman/eslint-plugin";
7
- var version = "1.2.12";
7
+ var version = "1.2.13";
8
8
 
9
9
  interface AlexPlugin {
10
10
  meta: {
package/dist/index.js CHANGED
@@ -3925,7 +3925,7 @@ var eslint_config_default = [
3925
3925
 
3926
3926
  // package.json
3927
3927
  var name = "@alextheman/eslint-plugin";
3928
- var version = "1.2.12";
3928
+ var version = "1.2.13";
3929
3929
 
3930
3930
  // src/index.ts
3931
3931
  var plugin = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alextheman/eslint-plugin",
3
- "version": "1.2.12",
3
+ "version": "1.2.13",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -38,9 +38,9 @@
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/eslint": "^9.6.1",
41
- "@types/node": "^24.2.0",
42
- "@typescript-eslint/rule-tester": "^8.39.0",
43
- "@typescript-eslint/utils": "^8.39.0",
41
+ "@types/node": "^24.3.0",
42
+ "@typescript-eslint/rule-tester": "^8.39.1",
43
+ "@typescript-eslint/utils": "^8.39.1",
44
44
  "eslint-plugin-eslint-plugin": "^7.0.0",
45
45
  "globals": "^16.3.0",
46
46
  "husky": "^9.1.7",
@@ -52,6 +52,6 @@
52
52
  "vitest": "^3.2.4"
53
53
  },
54
54
  "dependencies": {
55
- "@alextheman/utility": "^1.7.1"
55
+ "@alextheman/utility": "^1.11.2"
56
56
  }
57
57
  }