@livestore/adapter-web 0.0.0-snapshot-b2af21c49bae1008ddf13348ea625984d74bc90d → 0.0.0-snapshot-0630f1de713a917a69369565880fdf3d8aacb428
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.
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { WebChannel } from '@livestore/utils/effect';
|
|
2
|
-
export declare const makeShutdownChannel: (storeId: string) => import("effect/Effect").Effect<WebChannel.WebChannel<import("@livestore/common
|
|
2
|
+
export declare const makeShutdownChannel: (storeId: string) => import("effect/Effect").Effect<WebChannel.WebChannel<import("@livestore/common").UnexpectedError | import("@livestore/common").IntentionalShutdownCause, import("@livestore/common").UnexpectedError | import("@livestore/common").IntentionalShutdownCause, never>, never, import("effect/Scope").Scope>;
|
|
3
3
|
//# sourceMappingURL=shutdown-channel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shutdown-channel.d.ts","sourceRoot":"","sources":["../../../src/web-worker/common/shutdown-channel.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAA;AAEpD,eAAO,MAAM,mBAAmB,GAAI,SAAS,MAAM,
|
|
1
|
+
{"version":3,"file":"shutdown-channel.d.ts","sourceRoot":"","sources":["../../../src/web-worker/common/shutdown-channel.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAA;AAEpD,eAAO,MAAM,mBAAmB,GAAI,SAAS,MAAM,8SAI/C,CAAA"}
|
|
@@ -173,19 +173,19 @@ declare const LeaderWorkerInnerExtraDevtoolsMessage_base: Schema.TaggedRequestCl
|
|
|
173
173
|
data: Schema.Schema<Uint8Array<ArrayBufferLike>, Uint8Array<ArrayBufferLike>, never>;
|
|
174
174
|
} & {
|
|
175
175
|
readonly requestId: typeof Schema.String;
|
|
176
|
-
readonly liveStoreVersion:
|
|
176
|
+
readonly liveStoreVersion: Schema.Literal<["0.3.2-dev.10"]>;
|
|
177
177
|
readonly clientId: typeof Schema.String;
|
|
178
178
|
}>, typeof Devtools.Leader.EventlogReq, Schema.TaggedStruct<"LSD.Leader.ResetAllData.Request", {
|
|
179
179
|
mode: Schema.Literal<["all-data", "only-app-db"]>;
|
|
180
180
|
} & {
|
|
181
181
|
readonly requestId: typeof Schema.String;
|
|
182
|
-
readonly liveStoreVersion:
|
|
182
|
+
readonly liveStoreVersion: Schema.Literal<["0.3.2-dev.10"]>;
|
|
183
183
|
readonly clientId: typeof Schema.String;
|
|
184
184
|
}>, 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", {
|
|
185
185
|
closeLatch: typeof Schema.Boolean;
|
|
186
186
|
} & {
|
|
187
187
|
readonly requestId: typeof Schema.String;
|
|
188
|
-
readonly liveStoreVersion:
|
|
188
|
+
readonly liveStoreVersion: Schema.Literal<["0.3.2-dev.10"]>;
|
|
189
189
|
readonly clientId: typeof Schema.String;
|
|
190
190
|
}>]>;
|
|
191
191
|
}, typeof Schema.Void, typeof UnexpectedError>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livestore/adapter-web",
|
|
3
|
-
"version": "0.0.0-snapshot-
|
|
3
|
+
"version": "0.0.0-snapshot-0630f1de713a917a69369565880fdf3d8aacb428",
|
|
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/
|
|
17
|
-
"@livestore/
|
|
18
|
-
"@livestore/
|
|
19
|
-
"@livestore/sqlite-wasm": "0.0.0-snapshot-
|
|
20
|
-
"@livestore/webmesh": "0.0.0-snapshot-
|
|
16
|
+
"@livestore/common": "0.0.0-snapshot-0630f1de713a917a69369565880fdf3d8aacb428",
|
|
17
|
+
"@livestore/utils": "0.0.0-snapshot-0630f1de713a917a69369565880fdf3d8aacb428",
|
|
18
|
+
"@livestore/devtools-web-common": "0.0.0-snapshot-0630f1de713a917a69369565880fdf3d8aacb428",
|
|
19
|
+
"@livestore/sqlite-wasm": "0.0.0-snapshot-0630f1de713a917a69369565880fdf3d8aacb428",
|
|
20
|
+
"@livestore/webmesh": "0.0.0-snapshot-0630f1de713a917a69369565880fdf3d8aacb428"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@types/chrome": "^0.1.0",
|