@effect-agent/storage-cloudflare 0.1.0-beta.113 → 0.1.0-beta.114

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.
@@ -4879,6 +4879,26 @@ export declare const encodePortResponse: (input: PortFailed | PortSucceeded, opt
4879
4879
  readonly stack?: string | undefined;
4880
4880
  readonly reason: "capacity" | "conflict" | "corrupt" | "not-found" | "storage" | "validation";
4881
4881
  readonly operation: string;
4882
+ } | {
4883
+ readonly _tag: "ThreadNotMaterialized";
4884
+ readonly threadId: string;
4885
+ } | {
4886
+ readonly _tag: "FenceRejected";
4887
+ readonly threadId: string;
4888
+ readonly actualEpoch: number;
4889
+ readonly attemptedEpoch: number;
4890
+ } | {
4891
+ readonly _tag: "ThreadStoreError";
4892
+ readonly operation: string;
4893
+ readonly message: string;
4894
+ readonly cause?: Schema.Json | undefined;
4895
+ readonly diagnostic?: {
4896
+ readonly causeTag: string;
4897
+ readonly operation: string;
4898
+ readonly decoder?: string | undefined;
4899
+ readonly issueTag?: string | undefined;
4900
+ readonly sequence?: number | undefined;
4901
+ } | undefined;
4882
4902
  } | {
4883
4903
  readonly _tag: "AdmissionConflict";
4884
4904
  readonly threadId: string;
@@ -4905,21 +4925,6 @@ export declare const encodePortResponse: (input: PortFailed | PortSucceeded, opt
4905
4925
  readonly operation: string;
4906
4926
  readonly message: string;
4907
4927
  readonly cause?: import("effect-agent/failure-diagnostic").Diagnostic | undefined;
4908
- } | {
4909
- readonly _tag: "ThreadStoreError";
4910
- readonly operation: string;
4911
- readonly message: string;
4912
- readonly cause?: Schema.Json | undefined;
4913
- readonly diagnostic?: {
4914
- readonly causeTag: string;
4915
- readonly operation: string;
4916
- readonly decoder?: string | undefined;
4917
- readonly issueTag?: string | undefined;
4918
- readonly sequence?: number | undefined;
4919
- } | undefined;
4920
- } | {
4921
- readonly _tag: "ThreadNotMaterialized";
4922
- readonly threadId: string;
4923
4928
  } | {
4924
4929
  readonly _tag: "AppendConflict";
4925
4930
  readonly threadId: string;
@@ -4927,11 +4932,6 @@ export declare const encodePortResponse: (input: PortFailed | PortSucceeded, opt
4927
4932
  readonly reason: "batch-digest" | "record-identity" | "tail";
4928
4933
  readonly actualTailSequence?: number | undefined;
4929
4934
  readonly actualTailDigest?: string | undefined;
4930
- } | {
4931
- readonly _tag: "FenceRejected";
4932
- readonly threadId: string;
4933
- readonly actualEpoch: number;
4934
- readonly attemptedEpoch: number;
4935
4935
  };
4936
4936
  }, Schema.SchemaError, never>;
4937
4937
  export 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.113","dependencies":{"@effect/platform-browser":"4.0.0-rc.116","@effect/sql-sqlite-do":"4.0.0-rc.116","effect-agent":"0.1.0-beta.113"},"devDependencies":{"@cloudflare/vitest-pool-workers":"0.21.3","@cloudflare/workers-types":"5.20260825.1","@effect-agent/testing":"0.1.0-beta.113","@effect/vitest":"4.0.0-rc.116","effect":"4.0.0-rc.116","typescript":"7.0.2","vite-plus":"0.3.2","vitest":"4.1.11"},"peerDependencies":{"effect":"^4.0.0-rc.116"},"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"}}
1
+ {"name":"@effect-agent/storage-cloudflare","version":"0.1.0-beta.114","dependencies":{"@effect/platform-browser":"4.0.0-rc.116","@effect/sql-sqlite-do":"4.0.0-rc.116","effect-agent":"0.1.0-beta.114"},"devDependencies":{"@cloudflare/vitest-pool-workers":"0.21.3","@cloudflare/workers-types":"5.20260825.1","@effect-agent/testing":"0.1.0-beta.114","@effect/vitest":"4.0.0-rc.116","effect":"4.0.0-rc.116","typescript":"7.0.2","vite-plus":"0.3.2","vitest":"4.1.11"},"peerDependencies":{"effect":"^4.0.0-rc.116"},"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"}}