@violetflux/eslint-plugin-kerros 0.2.3 → 0.2.4

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
@@ -2449,7 +2449,7 @@ const rules = {
2449
2449
  const plugin = {
2450
2450
  meta: {
2451
2451
  name: "@violetflux/eslint-plugin-kerros",
2452
- version: "0.2.3"
2452
+ version: "0.2.4"
2453
2453
  },
2454
2454
  rules
2455
2455
  };
package/dist/index.mjs CHANGED
@@ -2421,7 +2421,7 @@ const rules = {
2421
2421
  const plugin = {
2422
2422
  meta: {
2423
2423
  name: "@violetflux/eslint-plugin-kerros",
2424
- version: "0.2.3"
2424
+ version: "0.2.4"
2425
2425
  },
2426
2426
  rules
2427
2427
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@violetflux/eslint-plugin-kerros",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Type-aware ESLint rules for Kerros stores.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "peerDependencies": {
37
37
  "@typescript-eslint/parser": "^8.0.0",
38
- "@violetflux/kerros": "^0.2.3",
38
+ "@violetflux/kerros": "^0.2.4",
39
39
  "eslint": "^9.0.0 || ^10.0.0",
40
40
  "typescript": "^5.0.0 || >=6.0.0 <6.1.0"
41
41
  },