@livestore/adapter-node 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.
@@ -231,19 +231,19 @@ declare const LeaderWorkerInnerExtraDevtoolsMessage_base: Schema.TaggedRequestCl
231
231
  data: Schema.Schema<Uint8Array<ArrayBuffer>>;
232
232
  } & {
233
233
  readonly requestId: typeof Schema.String;
234
- readonly liveStoreVersion: Schema.Literal<["0.4.0-dev.16"]>;
234
+ readonly liveStoreVersion: Schema.Literal<["0.4.0-dev.17"]>;
235
235
  readonly clientId: typeof Schema.String;
236
236
  }>, typeof Devtools.Leader.EventlogReq, Schema.TaggedStruct<"LSD.Leader.ResetAllData.Request", {
237
237
  mode: Schema.Literal<["all-data", "only-app-db"]>;
238
238
  } & {
239
239
  readonly requestId: typeof Schema.String;
240
- readonly liveStoreVersion: Schema.Literal<["0.4.0-dev.16"]>;
240
+ readonly liveStoreVersion: Schema.Literal<["0.4.0-dev.17"]>;
241
241
  readonly clientId: typeof Schema.String;
242
242
  }>, 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", {
243
243
  closeLatch: typeof Schema.Boolean;
244
244
  } & {
245
245
  readonly requestId: typeof Schema.String;
246
- readonly liveStoreVersion: Schema.Literal<["0.4.0-dev.16"]>;
246
+ readonly liveStoreVersion: Schema.Literal<["0.4.0-dev.17"]>;
247
247
  readonly clientId: typeof Schema.String;
248
248
  }>]>;
249
249
  }, typeof Schema.Void, typeof UnexpectedError>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livestore/adapter-node",
3
- "version": "0.4.0-dev.17",
3
+ "version": "0.4.0-dev.18",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "exports": {
@@ -9,13 +9,13 @@
9
9
  "./worker": "./dist/make-leader-worker.js"
10
10
  },
11
11
  "dependencies": {
12
- "@livestore/devtools-vite": "0.4.0-dev.17",
12
+ "@livestore/devtools-vite": "0.4.0-dev.18",
13
13
  "@opentelemetry/api": "1.9.0",
14
14
  "vite": "7.1.7",
15
- "@livestore/common": "0.4.0-dev.17",
16
- "@livestore/webmesh": "0.4.0-dev.17",
17
- "@livestore/utils": "0.4.0-dev.17",
18
- "@livestore/sqlite-wasm": "0.4.0-dev.17"
15
+ "@livestore/common": "0.4.0-dev.18",
16
+ "@livestore/utils": "0.4.0-dev.18",
17
+ "@livestore/sqlite-wasm": "0.4.0-dev.18",
18
+ "@livestore/webmesh": "0.4.0-dev.18"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@rollup/plugin-commonjs": "^28.0.6",