@7n/rules 1.4.0 → 1.4.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.4.1] - 2026-07-15
4
+
5
+ ### Fixed
6
+
7
+ - Виправлено застарілі шляхи npm/rules/js/js/data/tooling у повідомленнях перевірок tooling/check (пост-реструктуризація da05f89d)
8
+
3
9
  ## [1.4.0] - 2026-07-15
4
10
 
5
11
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7n/rules",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "CLI еталонних правил і skills (префікс n-): синк у репозиторій, дельта-lint, конформність",
5
5
  "keywords": [
6
6
  "cli",
@@ -3,7 +3,7 @@ type: JS Module
3
3
  title: main.mjs
4
4
  resource: npm/rules/js/check/main.mjs
5
5
  docgen:
6
- crc: 97d3723c
6
+ crc: 8858d876
7
7
  model: manual
8
8
  ---
9
9
 
@@ -285,7 +285,7 @@ async function checkKnipConfig(passFn, failFn, cwd) {
285
285
  return
286
286
  }
287
287
  await copyFile(KNIP_CANONICAL_JSON_PATH, knipPath)
288
- passFn('knip.json створено з канонічного npm/rules/js/js/data/tooling/knip-canonical.json (js.mdc)')
288
+ passFn('knip.json створено з канонічного npm/rules/js/tooling/data/tooling/knip-canonical.json (js.mdc)')
289
289
  }
290
290
 
291
291
  /**
@@ -3,7 +3,7 @@ type: JS Module
3
3
  title: main.mjs
4
4
  resource: npm/rules/js/tooling/main.mjs
5
5
  docgen:
6
- crc: d863fb93
6
+ crc: da55182a
7
7
  model: omlx/gemma-4-e4b-it-OptiQ-4bit
8
8
  score: 100
9
9
  issues: judge:inaccurate:0.98
@@ -140,7 +140,7 @@ export function verifyOxlintRcAgainstCanonical(cfg, canonical) {
140
140
 
141
141
  if (!deepEqualOxlintCanonical(actual, expected)) {
142
142
  failures.push(
143
- `.oxlintrc.json: поле "${key}" має збігатися з каноном пакета @7n/rules (npm/rules/js/js/data/tooling/oxlint-canonical.json)`
143
+ `.oxlintrc.json: поле "${key}" має збігатися з каноном пакета @7n/rules (npm/rules/js/tooling/data/tooling/oxlint-canonical.json)`
144
144
  )
145
145
  }
146
146
  }