@violetflux/eslint-plugin-kerros 0.3.4 → 0.3.5

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
@@ -459,7 +459,7 @@ const rules = {
459
459
  const plugin = {
460
460
  meta: {
461
461
  name: "@violetflux/eslint-plugin-kerros",
462
- version: "0.3.4"
462
+ version: "0.3.5"
463
463
  },
464
464
  rules
465
465
  };
package/dist/index.mjs CHANGED
@@ -432,7 +432,7 @@ const rules = {
432
432
  const plugin = {
433
433
  meta: {
434
434
  name: "@violetflux/eslint-plugin-kerros",
435
- version: "0.3.4"
435
+ version: "0.3.5"
436
436
  },
437
437
  rules
438
438
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@violetflux/eslint-plugin-kerros",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "Lightweight ESLint rules for Kerros stores.",
5
5
  "repository": {
6
6
  "type": "git",