@7n/rules 1.49.20 → 1.49.21

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.49.21] - 2026-07-27
4
+
5
+ ### Fixed
6
+
7
+ - v8r: validate VS Code extension recommendations with the local catalog
8
+
3
9
  ## [1.49.20] - 2026-07-27
4
10
 
5
11
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7n/rules",
3
- "version": "1.49.20",
3
+ "version": "1.49.21",
4
4
  "description": "CLI еталонних правил і skills (префікс n-): синк у репозиторій, дельта-lint, конформність",
5
5
  "keywords": [
6
6
  "cli",
@@ -15,13 +15,15 @@
15
15
  },
16
16
  {
17
17
  "name": "any.json",
18
- "description": "Заглушка-схема (приймає будь-який JSON) — bespoke tool-конфіги й one-off артефакти без офіційної схеми",
18
+ "description": "Заглушка-схема (приймає будь-який JSON) — bespoke tool-конфіги, VS Code extension recommendations і one-off артефакти без офіційної схеми",
19
19
  "url": "any.json",
20
20
  "fileMatch": [
21
21
  ".licensee.json",
22
22
  "**/.licensee.json",
23
23
  ".kubescape-exceptions.json",
24
24
  "**/.kubescape-exceptions.json",
25
+ ".vscode/extensions.json",
26
+ "**/.vscode/extensions.json",
25
27
  "docs/specs/**/*.json",
26
28
  "docs/plans/**/*.json",
27
29
  "any.json",