@livestore/adapter-node 0.4.0-dev.19 → 0.4.0-dev.20

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.
@@ -254,19 +254,19 @@ declare const LeaderWorkerInnerExtraDevtoolsMessage_base: Schema.TaggedRequestCl
254
254
  data: Schema.Schema<Uint8Array<ArrayBuffer>>;
255
255
  } & {
256
256
  readonly requestId: typeof Schema.String;
257
- readonly liveStoreVersion: Schema.Literal<["0.4.0-dev.18"]>;
257
+ readonly liveStoreVersion: Schema.Literal<["0.4.0-dev.20"]>;
258
258
  readonly clientId: typeof Schema.String;
259
259
  }>, typeof Devtools.Leader.EventlogReq, Schema.TaggedStruct<"LSD.Leader.ResetAllData.Request", {
260
260
  mode: Schema.Literal<["all-data", "only-app-db"]>;
261
261
  } & {
262
262
  readonly requestId: typeof Schema.String;
263
- readonly liveStoreVersion: Schema.Literal<["0.4.0-dev.18"]>;
263
+ readonly liveStoreVersion: Schema.Literal<["0.4.0-dev.20"]>;
264
264
  readonly clientId: typeof Schema.String;
265
265
  }>, 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", {
266
266
  closeLatch: typeof Schema.Boolean;
267
267
  } & {
268
268
  readonly requestId: typeof Schema.String;
269
- readonly liveStoreVersion: Schema.Literal<["0.4.0-dev.18"]>;
269
+ readonly liveStoreVersion: Schema.Literal<["0.4.0-dev.20"]>;
270
270
  readonly clientId: typeof Schema.String;
271
271
  }>]>;
272
272
  }, typeof Schema.Void, typeof UnknownError>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livestore/adapter-node",
3
- "version": "0.4.0-dev.19",
3
+ "version": "0.4.0-dev.20",
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.19",
12
+ "@livestore/devtools-vite": "0.4.0-dev.20",
13
13
  "@opentelemetry/api": "1.9.0",
14
14
  "vite": "7.2.4",
15
- "@livestore/common": "0.4.0-dev.19",
16
- "@livestore/utils": "0.4.0-dev.19",
17
- "@livestore/sqlite-wasm": "0.4.0-dev.19",
18
- "@livestore/webmesh": "0.4.0-dev.19"
15
+ "@livestore/common": "0.4.0-dev.20",
16
+ "@livestore/sqlite-wasm": "0.4.0-dev.20",
17
+ "@livestore/utils": "0.4.0-dev.20",
18
+ "@livestore/webmesh": "0.4.0-dev.20"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@rollup/plugin-commonjs": "^28.0.6",