@7n/rules 1.89.1 → 1.89.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,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.89.2] - 2026-08-08
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
|
|
7
|
+
- Wasm-порт `test/no-relative-fs-path` синхронізовано з JS-каноном щодо
|
|
8
|
+
`symlink()`/`symlinkSync()`: перевіряється лише 2-й аргумент (шлях самого
|
|
9
|
+
посилання на диску), бо 1-й — це ціль посилання, де відносний рядок
|
|
10
|
+
легітимний. Parity-гейт `wasm-plugin-parity.test.mjs` доповнено двома
|
|
11
|
+
symlink-фікстурами, які фіксують саме цю мапу (`FS_PATH_ARG_POSITIONS`).
|
|
12
|
+
|
|
3
13
|
## [1.89.1] - 2026-08-08
|
|
4
14
|
|
|
5
15
|
### Changed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@7n/rules",
|
|
3
|
-
"version": "1.89.
|
|
3
|
+
"version": "1.89.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.89.
|
|
87
|
-
"@7n/rules-linux-x64": "1.89.
|
|
88
|
-
"@7n/rules-win32-x64": "1.89.
|
|
86
|
+
"@7n/rules-darwin-arm64": "1.89.2",
|
|
87
|
+
"@7n/rules-linux-x64": "1.89.2",
|
|
88
|
+
"@7n/rules-win32-x64": "1.89.2",
|
|
89
89
|
"@earendil-works/pi-ai": "0.80.10",
|
|
90
90
|
"@earendil-works/pi-coding-agent": "0.80.10"
|
|
91
91
|
},
|
|
Binary file
|