@livestore/adapter-node 0.4.0-dev.6 → 0.4.0-dev.7

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.
@@ -204,19 +204,19 @@ declare const LeaderWorkerInnerExtraDevtoolsMessage_base: Schema.TaggedRequestCl
204
204
  data: Schema.Schema<Uint8Array<ArrayBuffer>>;
205
205
  } & {
206
206
  readonly requestId: typeof Schema.String;
207
- readonly liveStoreVersion: Schema.Literal<["0.4.0-dev.6"]>;
207
+ readonly liveStoreVersion: Schema.Literal<["0.4.0-dev.7"]>;
208
208
  readonly clientId: typeof Schema.String;
209
209
  }>, typeof Devtools.Leader.EventlogReq, Schema.TaggedStruct<"LSD.Leader.ResetAllData.Request", {
210
210
  mode: Schema.Literal<["all-data", "only-app-db"]>;
211
211
  } & {
212
212
  readonly requestId: typeof Schema.String;
213
- readonly liveStoreVersion: Schema.Literal<["0.4.0-dev.6"]>;
213
+ readonly liveStoreVersion: Schema.Literal<["0.4.0-dev.7"]>;
214
214
  readonly clientId: typeof Schema.String;
215
215
  }>, 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", {
216
216
  closeLatch: typeof Schema.Boolean;
217
217
  } & {
218
218
  readonly requestId: typeof Schema.String;
219
- readonly liveStoreVersion: Schema.Literal<["0.4.0-dev.6"]>;
219
+ readonly liveStoreVersion: Schema.Literal<["0.4.0-dev.7"]>;
220
220
  readonly clientId: typeof Schema.String;
221
221
  }>]>;
222
222
  }, 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.6",
3
+ "version": "0.4.0-dev.7",
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.6",
12
+ "@livestore/devtools-vite": "0.4.0-dev.7",
13
13
  "@opentelemetry/api": "1.9.0",
14
14
  "vite": "^7.1.3",
15
- "@livestore/common": "0.4.0-dev.6",
16
- "@livestore/webmesh": "0.4.0-dev.6",
17
- "@livestore/utils": "0.4.0-dev.6",
18
- "@livestore/sqlite-wasm": "0.4.0-dev.6"
15
+ "@livestore/common": "0.4.0-dev.7",
16
+ "@livestore/sqlite-wasm": "0.4.0-dev.7",
17
+ "@livestore/utils": "0.4.0-dev.7",
18
+ "@livestore/webmesh": "0.4.0-dev.7"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@rollup/plugin-commonjs": "^28.0.6",