@noctcore/eslint-plugin-code-quality 0.2.1 → 0.2.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
@@ -1411,7 +1411,7 @@ var rules = {
1411
1411
 
1412
1412
  // src/index.ts
1413
1413
  var NAMESPACE = "noctcore-code-quality";
1414
- var VERSION = "0.2.0";
1414
+ var VERSION = "0.2.2";
1415
1415
  var plugin = {
1416
1416
  meta: { name: "@noctcore/eslint-plugin-code-quality", version: VERSION },
1417
1417
  rules,
package/dist/index.js CHANGED
@@ -1373,7 +1373,7 @@ var rules = {
1373
1373
 
1374
1374
  // src/index.ts
1375
1375
  var NAMESPACE = "noctcore-code-quality";
1376
- var VERSION = "0.2.0";
1376
+ var VERSION = "0.2.2";
1377
1377
  var plugin = {
1378
1378
  meta: { name: "@noctcore/eslint-plugin-code-quality", version: VERSION },
1379
1379
  rules,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noctcore/eslint-plugin-code-quality",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Portable code-quality, comment-hygiene, and test-discipline ESLint rules.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -46,7 +46,7 @@
46
46
  "test": "vitest run"
47
47
  },
48
48
  "dependencies": {
49
- "@noctcore/eslint-utils": "^0.1.0",
49
+ "@noctcore/eslint-utils": "^0.1.1",
50
50
  "@typescript-eslint/utils": "^8.61.1"
51
51
  },
52
52
  "peerDependencies": {