@7n/rules 1.83.0 → 1.83.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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.83.2] - 2026-08-05
4
+
5
+ ### Changed
6
+
7
+ - fix(lint): clippy sort_by_key і env з node:process у k8s-parity (#388)
8
+
9
+ ## [1.83.1] - 2026-08-05
10
+
11
+ ### Changed
12
+
13
+ - fix(lint): clippy sort_by_key і env з node:process у k8s-parity (#388); chore(release): синк пінів платформних napi-пакетів @7n/rules
14
+
3
15
  ## [1.83.0] - 2026-08-05
4
16
 
5
17
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7n/rules",
3
- "version": "1.83.0",
3
+ "version": "1.83.2",
4
4
  "description": "CLI еталонних правил і skills (префікс n-): синк у репозиторій, дельта-lint, конформність",
5
5
  "keywords": [
6
6
  "cli",
@@ -83,9 +83,9 @@
83
83
  "zod": "^4.4.3"
84
84
  },
85
85
  "optionalDependencies": {
86
- "@7n/rules-darwin-arm64": "1.83.0",
87
- "@7n/rules-linux-x64": "1.83.0",
88
- "@7n/rules-win32-x64": "1.83.0",
86
+ "@7n/rules-darwin-arm64": "1.83.1",
87
+ "@7n/rules-linux-x64": "1.83.1",
88
+ "@7n/rules-win32-x64": "1.83.1",
89
89
  "@earendil-works/pi-ai": "0.80.10",
90
90
  "@earendil-works/pi-coding-agent": "0.80.10"
91
91
  },
@@ -1,6 +0,0 @@
1
- {
2
- "lang-js": {
3
- "file": "plugin-lang-js.wasm",
4
- "sha256": "0f2572b9087194bdff7de16b21d8e5c58f686476adad7ad2bf1bdda4f6b888bf"
5
- }
6
- }
Binary file