@livestore/adapter-web 0.4.0-dev.17 → 0.4.0-dev.18
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.18"]>;
|
|
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.18"]>;
|
|
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.18"]>;
|
|
216
216
|
readonly clientId: typeof Schema.String;
|
|
217
217
|
}>]>;
|
|
218
218
|
}, typeof Schema.Void, typeof UnexpectedError>;
|
|
@@ -224,7 +224,7 @@ declare const SharedWorkerUpdateMessagePort_base: Schema.TaggedRequestClass<Shar
|
|
|
224
224
|
readonly _tag: Schema.tag<"UpdateMessagePort">;
|
|
225
225
|
} & {
|
|
226
226
|
port: Schema.Schema<MessagePort, MessagePort, never>;
|
|
227
|
-
liveStoreVersion: Schema.Literal<["0.4.0-dev.
|
|
227
|
+
liveStoreVersion: Schema.Literal<["0.4.0-dev.18"]>;
|
|
228
228
|
/**
|
|
229
229
|
* Initial configuration for the leader worker. This replaces the previous
|
|
230
230
|
* two-phase SharedWorker handshake and is sent under the tab lock by the
|
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.18",
|
|
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/devtools-web-common": "0.4.0-dev.
|
|
18
|
-
"@livestore/sqlite-wasm": "0.4.0-dev.
|
|
19
|
-
"@livestore/utils": "0.4.0-dev.
|
|
20
|
-
"@livestore/webmesh": "0.4.0-dev.
|
|
16
|
+
"@livestore/common": "0.4.0-dev.18",
|
|
17
|
+
"@livestore/devtools-web-common": "0.4.0-dev.18",
|
|
18
|
+
"@livestore/sqlite-wasm": "0.4.0-dev.18",
|
|
19
|
+
"@livestore/utils": "0.4.0-dev.18",
|
|
20
|
+
"@livestore/webmesh": "0.4.0-dev.18"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@types/chrome": "0.1.4",
|