@livestore/adapter-web 0.4.0-dev.11 → 0.4.0-dev.12
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.
|
@@ -200,19 +200,19 @@ declare const LeaderWorkerInnerExtraDevtoolsMessage_base: Schema.TaggedRequestCl
|
|
|
200
200
|
data: Schema.Schema<Uint8Array<ArrayBuffer>>;
|
|
201
201
|
} & {
|
|
202
202
|
readonly requestId: typeof Schema.String;
|
|
203
|
-
readonly liveStoreVersion: Schema.Literal<["0.4.0-dev.
|
|
203
|
+
readonly liveStoreVersion: Schema.Literal<["0.4.0-dev.12"]>;
|
|
204
204
|
readonly clientId: typeof Schema.String;
|
|
205
205
|
}>, typeof Devtools.Leader.EventlogReq, Schema.TaggedStruct<"LSD.Leader.ResetAllData.Request", {
|
|
206
206
|
mode: Schema.Literal<["all-data", "only-app-db"]>;
|
|
207
207
|
} & {
|
|
208
208
|
readonly requestId: typeof Schema.String;
|
|
209
|
-
readonly liveStoreVersion: Schema.Literal<["0.4.0-dev.
|
|
209
|
+
readonly liveStoreVersion: Schema.Literal<["0.4.0-dev.12"]>;
|
|
210
210
|
readonly clientId: typeof Schema.String;
|
|
211
211
|
}>, typeof Devtools.Leader.NetworkStatusSubscribe, typeof Devtools.Leader.NetworkStatusUnsubscribe, typeof Devtools.Leader.Disconnect, typeof Devtools.Leader.CommitEventReq, typeof Devtools.Leader.Ping, typeof Devtools.Leader.DatabaseFileInfoReq, typeof Devtools.Leader.SyncHistorySubscribe, typeof Devtools.Leader.SyncHistoryUnsubscribe, typeof Devtools.Leader.SyncingInfoReq, typeof Devtools.Leader.SyncHeadSubscribe, typeof Devtools.Leader.SyncHeadUnsubscribe, Schema.TaggedStruct<"LSD.Leader.SetSyncLatch.Request", {
|
|
212
212
|
closeLatch: typeof Schema.Boolean;
|
|
213
213
|
} & {
|
|
214
214
|
readonly requestId: typeof Schema.String;
|
|
215
|
-
readonly liveStoreVersion: Schema.Literal<["0.4.0-dev.
|
|
215
|
+
readonly liveStoreVersion: Schema.Literal<["0.4.0-dev.12"]>;
|
|
216
216
|
readonly clientId: typeof Schema.String;
|
|
217
217
|
}>]>;
|
|
218
218
|
}, typeof Schema.Void, typeof UnexpectedError>;
|
|
@@ -229,7 +229,7 @@ declare const SharedWorkerInitialMessage_base: Schema.TaggedRequestClass<SharedW
|
|
|
229
229
|
readonly _tag: Schema.tag<"InitialMessage">;
|
|
230
230
|
} & {
|
|
231
231
|
payload: Schema.Union<[typeof SharedWorkerInitialMessagePayloadFromClientSession, Schema.TaggedStruct<"FromWebBridge", {}>]>;
|
|
232
|
-
liveStoreVersion: Schema.Literal<["0.4.0-dev.
|
|
232
|
+
liveStoreVersion: Schema.Literal<["0.4.0-dev.12"]>;
|
|
233
233
|
}, typeof Schema.Void, typeof UnexpectedError>;
|
|
234
234
|
export declare class SharedWorkerInitialMessage extends SharedWorkerInitialMessage_base {
|
|
235
235
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livestore/adapter-web",
|
|
3
|
-
"version": "0.4.0-dev.
|
|
3
|
+
"version": "0.4.0-dev.12",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"exports": {
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@opentelemetry/api": "1.9.0",
|
|
16
|
-
"@livestore/common": "0.4.0-dev.
|
|
17
|
-
"@livestore/
|
|
18
|
-
"@livestore/
|
|
19
|
-
"@livestore/
|
|
20
|
-
"@livestore/
|
|
16
|
+
"@livestore/common": "0.4.0-dev.12",
|
|
17
|
+
"@livestore/sqlite-wasm": "0.4.0-dev.12",
|
|
18
|
+
"@livestore/devtools-web-common": "0.4.0-dev.12",
|
|
19
|
+
"@livestore/webmesh": "0.4.0-dev.12",
|
|
20
|
+
"@livestore/utils": "0.4.0-dev.12"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@types/chrome": "0.1.4",
|