@letterblack/lbe-core 1.3.24 → 1.3.26
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 +10 -0
- package/Release-README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.3.26 — 2026-06-25
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
- Version bump to clear npm E403 conflict from incomplete 1.3.25 publish (sync step failed after npm publish succeeded).
|
|
7
|
+
|
|
8
|
+
## 1.3.25 — 2026-06-25
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- Replaced `tar -tf` with `npm pack --json` file list in package runtime verification to fix cross-platform path failures on Windows network drives (`Z:`).
|
|
12
|
+
|
|
3
13
|
## 1.3.24 — 2026-06-24
|
|
4
14
|
|
|
5
15
|
### Fixed
|
package/Release-README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@letterblack/lbe-core",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.26",
|
|
4
4
|
"description": "Local-first execution governance SDK for AI agents. Agents propose → Controller validates → Adapters execute.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"directories": {
|
|
75
75
|
"doc": "docs"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "5e49100b365521086fb845d36a98a17165184bad"
|
|
78
78
|
}
|