@agentproto/governance-engine 0.1.0 → 0.1.1

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentproto/governance-engine",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "agentgovernance/v1 reference engine — record audit events, sign artifacts, maintain pending-signatures index. Vendor-neutral via the IGovernanceFilesystem interface (Node fs default, plug Supabase / S3 / in-memory adapters via the same interface). Pairs with @agentproto/governance for doctype types and validators.",
5
5
  "keywords": [
6
6
  "agentgovernance",
@@ -55,10 +55,10 @@
55
55
  },
56
56
  "dependencies": {
57
57
  "zod": "^4.4.3",
58
- "@agentproto/driver": "0.1.0",
59
- "@agentproto/governance": "0.1.0-alpha.0",
58
+ "@agentproto/driver": "0.1.1",
60
59
  "@agentproto/ref": "0.1.0-alpha.0",
61
- "@agentproto/tool": "0.1.0"
60
+ "@agentproto/tool": "0.1.1",
61
+ "@agentproto/governance": "0.1.0-alpha.0"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@types/node": "^25.6.2",