@effect-agent/storage-cloudflare 0.1.0-beta.98 → 0.1.0-beta.99
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 +8 -8
- package/package.json +1 -1
package/dist/PortProtocol.d.mts
CHANGED
|
@@ -4147,6 +4147,14 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
4147
4147
|
readonly failure: {
|
|
4148
4148
|
readonly _tag: "PortProtocolError";
|
|
4149
4149
|
readonly message: string;
|
|
4150
|
+
} | {
|
|
4151
|
+
readonly _tag: "ThreadNotMaterialized";
|
|
4152
|
+
readonly threadId: string;
|
|
4153
|
+
} | {
|
|
4154
|
+
readonly _tag: "FenceRejected";
|
|
4155
|
+
readonly threadId: string;
|
|
4156
|
+
readonly actualEpoch: number;
|
|
4157
|
+
readonly attemptedEpoch: number;
|
|
4150
4158
|
} | {
|
|
4151
4159
|
readonly _tag: "AdmissionConflict";
|
|
4152
4160
|
readonly threadId: string;
|
|
@@ -4176,9 +4184,6 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
4176
4184
|
readonly operation: string;
|
|
4177
4185
|
readonly message: string;
|
|
4178
4186
|
readonly cause?: Schema.Json | undefined;
|
|
4179
|
-
} | {
|
|
4180
|
-
readonly _tag: "ThreadNotMaterialized";
|
|
4181
|
-
readonly threadId: string;
|
|
4182
4187
|
} | {
|
|
4183
4188
|
readonly _tag: "AppendConflict";
|
|
4184
4189
|
readonly threadId: string;
|
|
@@ -4186,11 +4191,6 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
4186
4191
|
readonly reason: "batch-digest" | "record-identity" | "tail";
|
|
4187
4192
|
readonly actualTailSequence?: number | undefined;
|
|
4188
4193
|
readonly actualTailDigest?: string | undefined;
|
|
4189
|
-
} | {
|
|
4190
|
-
readonly _tag: "FenceRejected";
|
|
4191
|
-
readonly threadId: string;
|
|
4192
|
-
readonly actualEpoch: number;
|
|
4193
|
-
readonly attemptedEpoch: number;
|
|
4194
4194
|
};
|
|
4195
4195
|
}, Schema.SchemaError, never>;
|
|
4196
4196
|
declare const decodePortResponse: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => import("effect/Effect").Effect<PortFailed | PortSucceeded, Schema.SchemaError, never>;
|
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.99","dependencies":{"@effect/platform-browser":"4.0.0-rc.115","@effect/sql-sqlite-do":"4.0.0-rc.115","effect-agent":"0.1.0-beta.99"},"devDependencies":{"@cloudflare/vitest-pool-workers":"0.21.3","@cloudflare/workers-types":"5.20260825.1","@effect-agent/testing":"0.1.0-beta.99","@effect/vitest":"4.0.0-rc.115","effect":"4.0.0-rc.115","typescript":"7.0.2","vite-plus":"0.3.0","vitest":"4.1.11"},"peerDependencies":{"effect":"^4.0.0-rc.115"},"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"}}
|