@livestore/sync-cf 0.4.0-dev.15 → 0.4.0-dev.16
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.
|
@@ -91,8 +91,8 @@ export declare const encodeOutgoingMessage: (a: {
|
|
|
91
91
|
readonly backendId: string;
|
|
92
92
|
readonly batch: readonly {
|
|
93
93
|
readonly metadata: import("effect/Option").Option<{
|
|
94
|
-
readonly _tag: "SyncMessage.SyncMetadata";
|
|
95
94
|
readonly createdAt: string;
|
|
95
|
+
readonly _tag: "SyncMessage.SyncMetadata";
|
|
96
96
|
}>;
|
|
97
97
|
readonly eventEncoded: {
|
|
98
98
|
readonly name: string;
|
|
@@ -116,10 +116,10 @@ export declare const encodeOutgoingMessage: (a: {
|
|
|
116
116
|
} | {
|
|
117
117
|
readonly _tag: "SyncMessage.AdminResetRoomResponse";
|
|
118
118
|
} | {
|
|
119
|
-
readonly _tag: "SyncMessage.AdminInfoResponse";
|
|
120
119
|
readonly info: {
|
|
121
120
|
readonly durableObjectId: string;
|
|
122
121
|
};
|
|
122
|
+
readonly _tag: "SyncMessage.AdminInfoResponse";
|
|
123
123
|
}, overrideOptions?: import("effect/SchemaAST").ParseOptions) => string;
|
|
124
124
|
export declare const encodeIncomingMessage: (a: {
|
|
125
125
|
readonly cursor: import("effect/Option").Option<{
|
|
@@ -45,8 +45,8 @@ export declare const emptyPullResponse: (backendId: string) => {
|
|
|
45
45
|
readonly backendId: string;
|
|
46
46
|
readonly batch: readonly {
|
|
47
47
|
readonly metadata: import("effect/Option").Option<{
|
|
48
|
-
readonly _tag: "SyncMessage.SyncMetadata";
|
|
49
48
|
readonly createdAt: string;
|
|
49
|
+
readonly _tag: "SyncMessage.SyncMetadata";
|
|
50
50
|
}>;
|
|
51
51
|
readonly eventEncoded: {
|
|
52
52
|
readonly name: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livestore/sync-cf",
|
|
3
|
-
"version": "0.4.0-dev.
|
|
3
|
+
"version": "0.4.0-dev.16",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"exports": {
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@cloudflare/workers-types": "4.20250923.0",
|
|
13
|
-
"@livestore/common-cf": "0.4.0-dev.
|
|
14
|
-
"@livestore/
|
|
15
|
-
"@livestore/
|
|
13
|
+
"@livestore/common-cf": "0.4.0-dev.16",
|
|
14
|
+
"@livestore/utils": "0.4.0-dev.16",
|
|
15
|
+
"@livestore/common": "0.4.0-dev.16"
|
|
16
16
|
},
|
|
17
17
|
"files": [
|
|
18
18
|
"dist",
|