@voyantjs/action-ledger 0.68.0 → 0.69.0

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": "@voyantjs/action-ledger",
3
- "version": "0.68.0",
3
+ "version": "0.69.0",
4
4
  "description": "Action ledger schema, append-only write helpers, and idempotency primitives for Voyant control surfaces.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -55,9 +55,9 @@
55
55
  "drizzle-orm": "^0.45.2",
56
56
  "hono": "^4.12.10",
57
57
  "zod": "^4.3.6",
58
- "@voyantjs/core": "0.68.0",
59
- "@voyantjs/db": "0.68.0",
60
- "@voyantjs/hono": "0.68.0"
58
+ "@voyantjs/core": "0.69.0",
59
+ "@voyantjs/db": "0.69.0",
60
+ "@voyantjs/hono": "0.69.0"
61
61
  },
62
62
  "devDependencies": {
63
63
  "typescript": "^6.0.2",