@noctcore/eslint-plugin-architecture 0.3.1 → 0.3.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
@@ -1385,7 +1385,7 @@ var rules = {
1385
1385
 
1386
1386
  // src/index.ts
1387
1387
  var NAMESPACE = "noctcore-architecture";
1388
- var VERSION = "0.3.0";
1388
+ var VERSION = "0.3.2";
1389
1389
  var plugin = {
1390
1390
  meta: { name: "@noctcore/eslint-plugin-architecture", version: VERSION },
1391
1391
  rules,
package/dist/index.js CHANGED
@@ -1347,7 +1347,7 @@ var rules = {
1347
1347
 
1348
1348
  // src/index.ts
1349
1349
  var NAMESPACE = "noctcore-architecture";
1350
- var VERSION = "0.3.0";
1350
+ var VERSION = "0.3.2";
1351
1351
  var plugin = {
1352
1352
  meta: { name: "@noctcore/eslint-plugin-architecture", version: VERSION },
1353
1353
  rules,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noctcore/eslint-plugin-architecture",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Framework-agnostic folder-per-component and feature-boundary architecture ESLint rules.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -45,7 +45,7 @@
45
45
  "test": "vitest run"
46
46
  },
47
47
  "dependencies": {
48
- "@noctcore/eslint-utils": "^0.1.0",
48
+ "@noctcore/eslint-utils": "^0.1.1",
49
49
  "@typescript-eslint/utils": "^8.61.1"
50
50
  },
51
51
  "peerDependencies": {