@effect-agent/storage-cloudflare 0.1.0-beta.88 → 0.1.0-beta.89
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/dist/PortProtocol.d.mts +6 -6
- package/package.json +1 -1
package/dist/PortProtocol.d.mts
CHANGED
|
@@ -3750,9 +3750,6 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
3750
3750
|
} | {
|
|
3751
3751
|
readonly _tag: "PortFailed";
|
|
3752
3752
|
readonly failure: {
|
|
3753
|
-
readonly _tag: "ThreadNotMaterialized";
|
|
3754
|
-
readonly threadId: string;
|
|
3755
|
-
} | {
|
|
3756
3753
|
readonly _tag: "FenceRejected";
|
|
3757
3754
|
readonly threadId: string;
|
|
3758
3755
|
readonly actualEpoch: number;
|
|
@@ -3762,6 +3759,9 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
3762
3759
|
readonly operation: string;
|
|
3763
3760
|
readonly message: string;
|
|
3764
3761
|
readonly cause?: Schema.Json | undefined;
|
|
3762
|
+
} | {
|
|
3763
|
+
readonly _tag: "ThreadNotMaterialized";
|
|
3764
|
+
readonly threadId: string;
|
|
3765
3765
|
} | {
|
|
3766
3766
|
readonly _tag: "AppendConflict";
|
|
3767
3767
|
readonly threadId: string;
|
|
@@ -3785,13 +3785,13 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
3785
3785
|
readonly operation: string;
|
|
3786
3786
|
readonly message: string;
|
|
3787
3787
|
readonly cause?: Schema.Json | undefined;
|
|
3788
|
+
} | {
|
|
3789
|
+
readonly _tag: "PortProtocolError";
|
|
3790
|
+
readonly message: string;
|
|
3788
3791
|
} | {
|
|
3789
3792
|
readonly _tag: "SettlementConflict";
|
|
3790
3793
|
readonly submissionId: string;
|
|
3791
3794
|
readonly existingOutcome: "aborted" | "completed" | "failed";
|
|
3792
|
-
} | {
|
|
3793
|
-
readonly _tag: "PortProtocolError";
|
|
3794
|
-
readonly message: string;
|
|
3795
3795
|
} | {
|
|
3796
3796
|
readonly _tag: "JoinedToHost";
|
|
3797
3797
|
readonly submissionId: string;
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@effect-agent/storage-cloudflare","version":"0.1.0-beta.
|
|
1
|
+
{"name":"@effect-agent/storage-cloudflare","version":"0.1.0-beta.89","dependencies":{"@effect/platform-browser":"4.0.0-rc.112","@effect/sql-sqlite-do":"4.0.0-rc.112","effect-agent":"0.1.0-beta.89"},"devDependencies":{"@cloudflare/vitest-pool-workers":"0.21.3","@cloudflare/workers-types":"5.20260825.1","@effect-agent/testing":"0.1.0-beta.89","@effect/vitest":"4.0.0-rc.112","effect":"4.0.0-rc.112","typescript":"7.0.2","vite-plus":"0.3.0","vitest":"4.1.11"},"peerDependencies":{"effect":"^4.0.0-rc.112"},"exports":{".":{"types":"./dist/index.d.mts","default":"./dist/index.mjs"},"./do-memory-store":{"types":"./dist/DoMemoryStore.d.mts","default":"./dist/DoMemoryStore.mjs"},"./do-schedule-store":{"types":"./dist/DoScheduleStore.d.mts","default":"./dist/DoScheduleStore.mjs"},"./do-storage-config":{"types":"./dist/DoStorageConfig.d.mts","default":"./dist/DoStorageConfig.mjs"},"./do-storage-error":{"types":"./dist/DoStorageError.d.mts","default":"./dist/DoStorageError.mjs"},"./do-storage-failpoint":{"types":"./dist/DoStorageFailpoint.d.mts","default":"./dist/DoStorageFailpoint.mjs"},"./do-storage-version":{"types":"./dist/DoStorageVersion.d.mts","default":"./dist/DoStorageVersion.mjs"},"./do-submission-ledger":{"types":"./dist/DoSubmissionLedger.d.mts","default":"./dist/DoSubmissionLedger.mjs"},"./do-subscription-store":{"types":"./dist/DoSubscriptionStore.d.mts","default":"./dist/DoSubscriptionStore.mjs"},"./do-thread-store":{"types":"./dist/DoThreadStore.d.mts","default":"./dist/DoThreadStore.mjs"},"./memory-protocol":{"types":"./dist/MemoryProtocol.d.mts","default":"./dist/MemoryProtocol.mjs"},"./port-protocol":{"types":"./dist/PortProtocol.d.mts","default":"./dist/PortProtocol.mjs"},"./port-routing":{"types":"./dist/PortRouting.d.mts","default":"./dist/PortRouting.mjs"},"./testing/do-storage-failpoint-testing":{"types":"./dist/DoStorageFailpointTesting.d.mts","default":"./dist/DoStorageFailpointTesting.mjs"},"./do-message-delivery-store":{"types":"./dist/DoMessageDeliveryStore.d.mts","default":"./dist/DoMessageDeliveryStore.mjs"}},"description":"Durable Object SQLite storage adapters and the routed port protocol for Effect Agent on Cloudflare.","license":"MIT","repository":{"type":"git","url":"git+https://github.com/danieljvdm/effect-agent.git","directory":"packages/storage-cloudflare"},"files":["dist","src"],"type":"module","sideEffects":[],"publishConfig":{"access":"public"},"scripts":{"build":"vp pack","check":"tsc --noEmit -p tsconfig.json"}}
|