@letterblack/lbe-core 1.3.8 → 1.3.10
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 +1 -1
- package/Release-README.md +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
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.10",
|
|
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",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"engine:check": "node scripts/check-engine.js",
|
|
43
43
|
"pack:check": "npm pack --dry-run",
|
|
44
44
|
"audit:verify": "node bin/lbe.js audit-verify",
|
|
45
|
-
"guard:mainhead": "node scripts/mainhead-guard.mjs",
|
|
45
|
+
"guard:mainhead": "node scripts/mainhead-guard.mjs && node scripts/release-authority-guards.mjs",
|
|
46
46
|
"hooks:install": "node scripts/install-git-hooks.mjs",
|
|
47
47
|
"prepack": "npm run build:package-runtime",
|
|
48
48
|
"validate:all": "npm run guard:mainhead && npm run engine:check && npm run lint && npm run test",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"directories": {
|
|
75
75
|
"doc": "docs"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "423e9e256b31d1a6c5d6d68f777dad0ef313b638"
|
|
78
78
|
}
|