@livestore/adapter-node 0.3.2-dev.1 → 0.3.2-dev.6
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,2 +1,2 @@
|
|
|
1
|
-
export declare const makeShutdownChannel: (storeId: string) => import("effect/Effect").Effect<import("@livestore/utils/
|
|
1
|
+
export declare const makeShutdownChannel: (storeId: string) => import("effect/Effect").Effect<import("@livestore/utils/effect/WebChannel/common.ts").WebChannel<import("@livestore/common/src/errors.ts").IntentionalShutdownCause | import("@livestore/common/src/errors.ts").UnexpectedError, import("@livestore/common/src/errors.ts").IntentionalShutdownCause | import("@livestore/common/src/errors.ts").UnexpectedError, never>, never, import("effect/Scope").Scope>;
|
|
2
2
|
//# sourceMappingURL=shutdown-channel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shutdown-channel.d.ts","sourceRoot":"","sources":["../src/shutdown-channel.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,mBAAmB,GAAI,SAAS,MAAM,
|
|
1
|
+
{"version":3,"file":"shutdown-channel.d.ts","sourceRoot":"","sources":["../src/shutdown-channel.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,mBAAmB,GAAI,SAAS,MAAM,kZAI/C,CAAA"}
|
package/dist/worker-schema.d.ts
CHANGED
|
@@ -188,19 +188,19 @@ declare const LeaderWorkerInnerExtraDevtoolsMessage_base: Schema.TaggedRequestCl
|
|
|
188
188
|
data: Schema.Schema<Uint8Array<ArrayBufferLike>, Uint8Array<ArrayBufferLike>, never>;
|
|
189
189
|
} & {
|
|
190
190
|
readonly requestId: typeof Schema.String;
|
|
191
|
-
readonly liveStoreVersion: typeof import("@livestore/common/
|
|
191
|
+
readonly liveStoreVersion: typeof import("@livestore/common/src/devtools/devtools-messages-common.ts").liveStoreVersion;
|
|
192
192
|
readonly clientId: typeof Schema.String;
|
|
193
193
|
}>, typeof Devtools.Leader.EventlogReq, Schema.TaggedStruct<"LSD.Leader.ResetAllData.Request", {
|
|
194
194
|
mode: Schema.Literal<["all-data", "only-app-db"]>;
|
|
195
195
|
} & {
|
|
196
196
|
readonly requestId: typeof Schema.String;
|
|
197
|
-
readonly liveStoreVersion: typeof import("@livestore/common/
|
|
197
|
+
readonly liveStoreVersion: typeof import("@livestore/common/src/devtools/devtools-messages-common.ts").liveStoreVersion;
|
|
198
198
|
readonly clientId: typeof Schema.String;
|
|
199
199
|
}>, 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", {
|
|
200
200
|
closeLatch: typeof Schema.Boolean;
|
|
201
201
|
} & {
|
|
202
202
|
readonly requestId: typeof Schema.String;
|
|
203
|
-
readonly liveStoreVersion: typeof import("@livestore/common/
|
|
203
|
+
readonly liveStoreVersion: typeof import("@livestore/common/src/devtools/devtools-messages-common.ts").liveStoreVersion;
|
|
204
204
|
readonly clientId: typeof Schema.String;
|
|
205
205
|
}>]>;
|
|
206
206
|
}, typeof Schema.Void, typeof UnexpectedError>;
|
package/package.json
CHANGED
|
@@ -1,39 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livestore/adapter-node",
|
|
3
|
-
"version": "0.3.2-dev.
|
|
3
|
+
"version": "0.3.2-dev.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"exports": {
|
|
7
|
-
".":
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
"default": "./dist/index.js"
|
|
11
|
-
},
|
|
12
|
-
"./devtools": {
|
|
13
|
-
"types": "./dist/devtools/mod.d.ts",
|
|
14
|
-
"default": "./dist/devtools/mod.js"
|
|
15
|
-
},
|
|
16
|
-
"./worker": {
|
|
17
|
-
"types": "./dist/make-leader-worker.d.ts",
|
|
18
|
-
"default": "./dist/make-leader-worker.js"
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
"types": "./dist/index.d.ts",
|
|
22
|
-
"typesVersions": {
|
|
23
|
-
"*": {
|
|
24
|
-
"./devtools": [
|
|
25
|
-
"./dist/devtools/mod.d.ts"
|
|
26
|
-
]
|
|
27
|
-
}
|
|
7
|
+
".": "./dist/index.js",
|
|
8
|
+
"./devtools": "./dist/devtools/mod.js",
|
|
9
|
+
"./worker": "./dist/make-leader-worker.js"
|
|
28
10
|
},
|
|
29
11
|
"dependencies": {
|
|
30
|
-
"@livestore/devtools-vite": "0.3.2-dev.
|
|
12
|
+
"@livestore/devtools-vite": "0.3.2-dev.6",
|
|
31
13
|
"@opentelemetry/api": "1.9.0",
|
|
32
14
|
"vite": "7.0.0",
|
|
33
|
-
"@livestore/common": "0.3.2-dev.
|
|
34
|
-
"@livestore/sqlite-wasm": "0.3.2-dev.
|
|
35
|
-
"@livestore/
|
|
36
|
-
"@livestore/
|
|
15
|
+
"@livestore/common": "0.3.2-dev.6",
|
|
16
|
+
"@livestore/sqlite-wasm": "0.3.2-dev.6",
|
|
17
|
+
"@livestore/utils": "0.3.2-dev.6",
|
|
18
|
+
"@livestore/webmesh": "0.3.2-dev.6"
|
|
37
19
|
},
|
|
38
20
|
"devDependencies": {
|
|
39
21
|
"@rollup/plugin-commonjs": "^28.0.3",
|