@voyant-travel/action-ledger 0.105.5 → 0.105.7
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.
|
@@ -178,7 +178,7 @@ CREATE INDEX "idx_action_ledger_entries_correlation" ON "action_ledger_entries"
|
|
|
178
178
|
CREATE INDEX "idx_action_ledger_entries_causation" ON "action_ledger_entries" USING btree ("causation_action_id");--> statement-breakpoint
|
|
179
179
|
CREATE INDEX "idx_action_ledger_entries_control_state" ON "action_ledger_entries" USING btree ("evaluated_risk","status","occurred_at");--> statement-breakpoint
|
|
180
180
|
CREATE INDEX "idx_action_ledger_entries_capability" ON "action_ledger_entries" USING btree ("capability_id","capability_version","occurred_at");--> statement-breakpoint
|
|
181
|
-
CREATE UNIQUE INDEX "idx_action_ledger_entries_idempotency" ON "action_ledger_entries" USING btree ("idempotency_scope","action_name","target_type","target_id","idempotency_key") WHERE
|
|
181
|
+
CREATE UNIQUE INDEX "idx_action_ledger_entries_idempotency" ON "action_ledger_entries" USING btree ("idempotency_scope","action_name","target_type","target_id","idempotency_key") WHERE
|
|
182
182
|
"action_ledger_entries"."idempotency_key" IS NOT NULL
|
|
183
183
|
;--> statement-breakpoint
|
|
184
184
|
CREATE INDEX "idx_action_ledger_payloads_action" ON "action_ledger_payloads" USING btree ("action_id");--> statement-breakpoint
|
|
@@ -186,4 +186,4 @@ CREATE INDEX "idx_action_ledger_payloads_expiry" ON "action_ledger_payloads" USI
|
|
|
186
186
|
CREATE INDEX "idx_action_ledger_outbox_action" ON "action_ledger_outbox" USING btree ("action_id");--> statement-breakpoint
|
|
187
187
|
CREATE INDEX "idx_action_ledger_outbox_status_retry" ON "action_ledger_outbox" USING btree ("relay_status","next_retry_at");--> statement-breakpoint
|
|
188
188
|
CREATE INDEX "idx_action_mutation_details_reverses" ON "action_mutation_details" USING btree ("reverses_action_id");--> statement-breakpoint
|
|
189
|
-
CREATE INDEX "idx_action_mutation_details_reversal_state" ON "action_mutation_details" USING btree ("reversal_state_projection");
|
|
189
|
+
CREATE INDEX "idx_action_mutation_details_reversal_state" ON "action_mutation_details" USING btree ("reversal_state_projection");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyant-travel/action-ledger",
|
|
3
|
-
"version": "0.105.
|
|
3
|
+
"version": "0.105.7",
|
|
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",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"zod": "^4.3.6",
|
|
63
63
|
"@voyant-travel/core": "^0.111.0",
|
|
64
64
|
"@voyant-travel/db": "^0.109.0",
|
|
65
|
-
"@voyant-travel/hono": "^0.
|
|
65
|
+
"@voyant-travel/hono": "^0.116.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"drizzle-kit": "^0.31.10",
|