@livestore/adapter-node 0.4.0-dev.0 → 0.4.0-dev.2

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