@livestore/common 0.3.0-dev.2 → 0.3.0-dev.4
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.
- package/dist/.tsbuildinfo +1 -1
- package/dist/devtools/devtools-messages.d.ts +39 -39
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +3 -3
- package/src/version.ts +1 -1
@@ -2,7 +2,7 @@ import { Schema } from '@livestore/utils/effect';
|
|
2
2
|
declare const SnapshotReq_base: Schema.Struct<{
|
3
3
|
_tag: Schema.tag<"LSD.Leader.SnapshotReq">;
|
4
4
|
} & {
|
5
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
5
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
6
6
|
} & {
|
7
7
|
requestId: typeof Schema.String;
|
8
8
|
}>;
|
@@ -11,7 +11,7 @@ export declare class SnapshotReq extends SnapshotReq_base {
|
|
11
11
|
declare const SnapshotRes_base: Schema.Struct<{
|
12
12
|
_tag: Schema.tag<"LSD.Leader.SnapshotRes">;
|
13
13
|
} & {
|
14
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
14
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
15
15
|
} & {
|
16
16
|
requestId: typeof Schema.String;
|
17
17
|
} & {
|
@@ -22,7 +22,7 @@ export declare class SnapshotRes extends SnapshotRes_base {
|
|
22
22
|
declare const LoadDatabaseFileReq_base: Schema.Struct<{
|
23
23
|
_tag: Schema.tag<"LSD.Leader.LoadDatabaseFileReq">;
|
24
24
|
} & {
|
25
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
25
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
26
26
|
} & {
|
27
27
|
requestId: typeof Schema.String;
|
28
28
|
} & {
|
@@ -33,7 +33,7 @@ export declare class LoadDatabaseFileReq extends LoadDatabaseFileReq_base {
|
|
33
33
|
declare const LoadDatabaseFileRes_base: Schema.Struct<{
|
34
34
|
_tag: Schema.tag<"LSD.Leader.LoadDatabaseFileRes">;
|
35
35
|
} & {
|
36
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
36
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
37
37
|
} & {
|
38
38
|
requestId: typeof Schema.String;
|
39
39
|
} & {
|
@@ -44,7 +44,7 @@ export declare class LoadDatabaseFileRes extends LoadDatabaseFileRes_base {
|
|
44
44
|
declare const DebugInfoReq_base: Schema.Struct<{
|
45
45
|
_tag: Schema.tag<"LSD.DebugInfoReq">;
|
46
46
|
} & {
|
47
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
47
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
48
48
|
} & {
|
49
49
|
appHostId: typeof Schema.String;
|
50
50
|
requestId: typeof Schema.String;
|
@@ -54,7 +54,7 @@ export declare class DebugInfoReq extends DebugInfoReq_base {
|
|
54
54
|
declare const DebugInfoRes_base: Schema.Struct<{
|
55
55
|
_tag: Schema.tag<"LSD.DebugInfoRes">;
|
56
56
|
} & {
|
57
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
57
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
58
58
|
} & {
|
59
59
|
appHostId: typeof Schema.String;
|
60
60
|
requestId: typeof Schema.String;
|
@@ -113,7 +113,7 @@ export declare class DebugInfoRes extends DebugInfoRes_base {
|
|
113
113
|
declare const DebugInfoHistorySubscribe_base: Schema.Struct<{
|
114
114
|
_tag: Schema.tag<"LSD.DebugInfoHistorySubscribe">;
|
115
115
|
} & {
|
116
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
116
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
117
117
|
} & {
|
118
118
|
appHostId: typeof Schema.String;
|
119
119
|
requestId: typeof Schema.String;
|
@@ -123,7 +123,7 @@ export declare class DebugInfoHistorySubscribe extends DebugInfoHistorySubscribe
|
|
123
123
|
declare const DebugInfoHistoryRes_base: Schema.Struct<{
|
124
124
|
_tag: Schema.tag<"LSD.DebugInfoHistoryRes">;
|
125
125
|
} & {
|
126
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
126
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
127
127
|
} & {
|
128
128
|
appHostId: typeof Schema.String;
|
129
129
|
requestId: typeof Schema.String;
|
@@ -182,7 +182,7 @@ export declare class DebugInfoHistoryRes extends DebugInfoHistoryRes_base {
|
|
182
182
|
declare const DebugInfoHistoryUnsubscribe_base: Schema.Struct<{
|
183
183
|
_tag: Schema.tag<"LSD.DebugInfoHistoryUnsubscribe">;
|
184
184
|
} & {
|
185
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
185
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
186
186
|
} & {
|
187
187
|
appHostId: typeof Schema.String;
|
188
188
|
requestId: typeof Schema.String;
|
@@ -192,7 +192,7 @@ export declare class DebugInfoHistoryUnsubscribe extends DebugInfoHistoryUnsubsc
|
|
192
192
|
declare const DebugInfoResetReq_base: Schema.Struct<{
|
193
193
|
_tag: Schema.tag<"LSD.DebugInfoResetReq">;
|
194
194
|
} & {
|
195
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
195
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
196
196
|
} & {
|
197
197
|
appHostId: typeof Schema.String;
|
198
198
|
requestId: typeof Schema.String;
|
@@ -202,7 +202,7 @@ export declare class DebugInfoResetReq extends DebugInfoResetReq_base {
|
|
202
202
|
declare const DebugInfoResetRes_base: Schema.Struct<{
|
203
203
|
_tag: Schema.tag<"LSD.DebugInfoResetRes">;
|
204
204
|
} & {
|
205
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
205
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
206
206
|
} & {
|
207
207
|
appHostId: typeof Schema.String;
|
208
208
|
requestId: typeof Schema.String;
|
@@ -212,7 +212,7 @@ export declare class DebugInfoResetRes extends DebugInfoResetRes_base {
|
|
212
212
|
declare const DebugInfoRerunQueryReq_base: Schema.Struct<{
|
213
213
|
_tag: Schema.tag<"LSD.DebugInfoRerunQueryReq">;
|
214
214
|
} & {
|
215
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
215
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
216
216
|
} & {
|
217
217
|
appHostId: typeof Schema.String;
|
218
218
|
requestId: typeof Schema.String;
|
@@ -226,7 +226,7 @@ export declare class DebugInfoRerunQueryReq extends DebugInfoRerunQueryReq_base
|
|
226
226
|
declare const DebugInfoRerunQueryRes_base: Schema.Struct<{
|
227
227
|
_tag: Schema.tag<"LSD.DebugInfoRerunQueryRes">;
|
228
228
|
} & {
|
229
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
229
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
230
230
|
} & {
|
231
231
|
appHostId: typeof Schema.String;
|
232
232
|
requestId: typeof Schema.String;
|
@@ -236,7 +236,7 @@ export declare class DebugInfoRerunQueryRes extends DebugInfoRerunQueryRes_base
|
|
236
236
|
declare const MutationBroadcast_base: Schema.Struct<{
|
237
237
|
_tag: Schema.tag<"LSD.Leader.MutationBroadcast">;
|
238
238
|
} & {
|
239
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
239
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
240
240
|
} & {
|
241
241
|
mutationEventEncoded: Schema.SchemaClass<{
|
242
242
|
readonly id: {
|
@@ -267,7 +267,7 @@ export declare class MutationBroadcast extends MutationBroadcast_base {
|
|
267
267
|
declare const RunMutationReq_base: Schema.Struct<{
|
268
268
|
_tag: Schema.tag<"LSD.Leader.RunMutationReq">;
|
269
269
|
} & {
|
270
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
270
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
271
271
|
} & {
|
272
272
|
requestId: typeof Schema.String;
|
273
273
|
} & {
|
@@ -284,7 +284,7 @@ export declare class RunMutationReq extends RunMutationReq_base {
|
|
284
284
|
declare const RunMutationRes_base: Schema.Struct<{
|
285
285
|
_tag: Schema.tag<"LSD.Leader.RunMutationRes">;
|
286
286
|
} & {
|
287
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
287
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
288
288
|
} & {
|
289
289
|
requestId: typeof Schema.String;
|
290
290
|
}>;
|
@@ -293,7 +293,7 @@ export declare class RunMutationRes extends RunMutationRes_base {
|
|
293
293
|
declare const MutationLogReq_base: Schema.Struct<{
|
294
294
|
_tag: Schema.tag<"LSD.Leader.MutationLogReq">;
|
295
295
|
} & {
|
296
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
296
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
297
297
|
} & {
|
298
298
|
requestId: typeof Schema.String;
|
299
299
|
}>;
|
@@ -302,7 +302,7 @@ export declare class MutationLogReq extends MutationLogReq_base {
|
|
302
302
|
declare const MutationLogRes_base: Schema.Struct<{
|
303
303
|
_tag: Schema.tag<"LSD.Leader.MutationLogRes">;
|
304
304
|
} & {
|
305
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
305
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
306
306
|
} & {
|
307
307
|
requestId: typeof Schema.String;
|
308
308
|
} & {
|
@@ -313,7 +313,7 @@ export declare class MutationLogRes extends MutationLogRes_base {
|
|
313
313
|
declare const ReactivityGraphSubscribe_base: Schema.Struct<{
|
314
314
|
_tag: Schema.tag<"LSD.ReactivityGraphSubscribe">;
|
315
315
|
} & {
|
316
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
316
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
317
317
|
} & {
|
318
318
|
appHostId: typeof Schema.String;
|
319
319
|
requestId: typeof Schema.String;
|
@@ -325,7 +325,7 @@ export declare class ReactivityGraphSubscribe extends ReactivityGraphSubscribe_b
|
|
325
325
|
declare const ReactivityGraphUnsubscribe_base: Schema.Struct<{
|
326
326
|
_tag: Schema.tag<"LSD.ReactivityGraphUnsubscribe">;
|
327
327
|
} & {
|
328
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
328
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
329
329
|
} & {
|
330
330
|
appHostId: typeof Schema.String;
|
331
331
|
requestId: typeof Schema.String;
|
@@ -335,7 +335,7 @@ export declare class ReactivityGraphUnsubscribe extends ReactivityGraphUnsubscri
|
|
335
335
|
declare const ReactivityGraphRes_base: Schema.Struct<{
|
336
336
|
_tag: Schema.tag<"LSD.ReactivityGraphRes">;
|
337
337
|
} & {
|
338
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
338
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
339
339
|
} & {
|
340
340
|
appHostId: typeof Schema.String;
|
341
341
|
requestId: typeof Schema.String;
|
@@ -347,7 +347,7 @@ export declare class ReactivityGraphRes extends ReactivityGraphRes_base {
|
|
347
347
|
declare const LiveQueriesSubscribe_base: Schema.Struct<{
|
348
348
|
_tag: Schema.tag<"LSD.LiveQueriesSubscribe">;
|
349
349
|
} & {
|
350
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
350
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
351
351
|
} & {
|
352
352
|
appHostId: typeof Schema.String;
|
353
353
|
requestId: typeof Schema.String;
|
@@ -357,7 +357,7 @@ export declare class LiveQueriesSubscribe extends LiveQueriesSubscribe_base {
|
|
357
357
|
declare const LiveQueriesUnsubscribe_base: Schema.Struct<{
|
358
358
|
_tag: Schema.tag<"LSD.LiveQueriesUnsubscribe">;
|
359
359
|
} & {
|
360
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
360
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
361
361
|
} & {
|
362
362
|
appHostId: typeof Schema.String;
|
363
363
|
requestId: typeof Schema.String;
|
@@ -383,7 +383,7 @@ export declare class SerializedLiveQuery extends SerializedLiveQuery_base {
|
|
383
383
|
declare const LiveQueriesRes_base: Schema.Struct<{
|
384
384
|
_tag: Schema.tag<"LSD.LiveQueriesRes">;
|
385
385
|
} & {
|
386
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
386
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
387
387
|
} & {
|
388
388
|
appHostId: typeof Schema.String;
|
389
389
|
requestId: typeof Schema.String;
|
@@ -395,7 +395,7 @@ export declare class LiveQueriesRes extends LiveQueriesRes_base {
|
|
395
395
|
declare const ResetAllDataReq_base: Schema.Struct<{
|
396
396
|
_tag: Schema.tag<"LSD.Leader.ResetAllDataReq">;
|
397
397
|
} & {
|
398
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
398
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
399
399
|
} & {
|
400
400
|
requestId: typeof Schema.String;
|
401
401
|
} & {
|
@@ -406,7 +406,7 @@ export declare class ResetAllDataReq extends ResetAllDataReq_base {
|
|
406
406
|
declare const ResetAllDataRes_base: Schema.Struct<{
|
407
407
|
_tag: Schema.tag<"LSD.Leader.ResetAllDataRes">;
|
408
408
|
} & {
|
409
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
409
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
410
410
|
} & {
|
411
411
|
requestId: typeof Schema.String;
|
412
412
|
}>;
|
@@ -415,7 +415,7 @@ export declare class ResetAllDataRes extends ResetAllDataRes_base {
|
|
415
415
|
declare const DatabaseFileInfoReq_base: Schema.Struct<{
|
416
416
|
_tag: Schema.tag<"LSD.Leader.DatabaseFileInfoReq">;
|
417
417
|
} & {
|
418
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
418
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
419
419
|
} & {
|
420
420
|
requestId: typeof Schema.String;
|
421
421
|
}>;
|
@@ -435,7 +435,7 @@ export declare class DatabaseFileInfo extends DatabaseFileInfo_base {
|
|
435
435
|
declare const DatabaseFileInfoRes_base: Schema.Struct<{
|
436
436
|
_tag: Schema.tag<"LSD.Leader.DatabaseFileInfoRes">;
|
437
437
|
} & {
|
438
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
438
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
439
439
|
} & {
|
440
440
|
requestId: typeof Schema.String;
|
441
441
|
} & {
|
@@ -447,7 +447,7 @@ export declare class DatabaseFileInfoRes extends DatabaseFileInfoRes_base {
|
|
447
447
|
declare const NetworkStatusSubscribe_base: Schema.Struct<{
|
448
448
|
_tag: Schema.tag<"LSD.Leader.NetworkStatusSubscribe">;
|
449
449
|
} & {
|
450
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
450
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
451
451
|
} & {
|
452
452
|
requestId: typeof Schema.String;
|
453
453
|
}>;
|
@@ -456,7 +456,7 @@ export declare class NetworkStatusSubscribe extends NetworkStatusSubscribe_base
|
|
456
456
|
declare const NetworkStatusUnsubscribe_base: Schema.Struct<{
|
457
457
|
_tag: Schema.tag<"LSD.Leader.NetworkStatusUnsubscribe">;
|
458
458
|
} & {
|
459
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
459
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
460
460
|
} & {
|
461
461
|
requestId: typeof Schema.String;
|
462
462
|
}>;
|
@@ -465,7 +465,7 @@ export declare class NetworkStatusUnsubscribe extends NetworkStatusUnsubscribe_b
|
|
465
465
|
declare const NetworkStatusRes_base: Schema.Struct<{
|
466
466
|
_tag: Schema.tag<"LSD.Leader.NetworkStatusRes">;
|
467
467
|
} & {
|
468
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
468
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
469
469
|
} & {
|
470
470
|
requestId: typeof Schema.String;
|
471
471
|
} & {
|
@@ -479,7 +479,7 @@ export declare class NetworkStatusRes extends NetworkStatusRes_base {
|
|
479
479
|
declare const SyncingInfoReq_base: Schema.Struct<{
|
480
480
|
_tag: Schema.tag<"LSD.Leader.SyncingInfoReq">;
|
481
481
|
} & {
|
482
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
482
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
483
483
|
} & {
|
484
484
|
requestId: typeof Schema.String;
|
485
485
|
}>;
|
@@ -494,7 +494,7 @@ export declare class SyncingInfo extends SyncingInfo_base {
|
|
494
494
|
declare const SyncingInfoRes_base: Schema.Struct<{
|
495
495
|
_tag: Schema.tag<"LSD.Leader.SyncingInfoRes">;
|
496
496
|
} & {
|
497
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
497
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
498
498
|
} & {
|
499
499
|
requestId: typeof Schema.String;
|
500
500
|
} & {
|
@@ -505,7 +505,7 @@ export declare class SyncingInfoRes extends SyncingInfoRes_base {
|
|
505
505
|
declare const SyncHistorySubscribe_base: Schema.Struct<{
|
506
506
|
_tag: Schema.tag<"LSD.Leader.SyncHistorySubscribe">;
|
507
507
|
} & {
|
508
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
508
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
509
509
|
} & {
|
510
510
|
requestId: typeof Schema.String;
|
511
511
|
}>;
|
@@ -514,7 +514,7 @@ export declare class SyncHistorySubscribe extends SyncHistorySubscribe_base {
|
|
514
514
|
declare const SyncHistoryUnsubscribe_base: Schema.Struct<{
|
515
515
|
_tag: Schema.tag<"LSD.Leader.SyncHistoryUnsubscribe">;
|
516
516
|
} & {
|
517
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
517
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
518
518
|
} & {
|
519
519
|
requestId: typeof Schema.String;
|
520
520
|
}>;
|
@@ -523,7 +523,7 @@ export declare class SyncHistoryUnsubscribe extends SyncHistoryUnsubscribe_base
|
|
523
523
|
declare const SyncHistoryRes_base: Schema.Struct<{
|
524
524
|
_tag: Schema.tag<"LSD.Leader.SyncHistoryRes">;
|
525
525
|
} & {
|
526
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
526
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
527
527
|
} & {
|
528
528
|
requestId: typeof Schema.String;
|
529
529
|
} & {
|
@@ -557,7 +557,7 @@ export declare class SyncHistoryRes extends SyncHistoryRes_base {
|
|
557
557
|
declare const Disconnect_base: Schema.Struct<{
|
558
558
|
_tag: Schema.tag<"LSD.Disconnect">;
|
559
559
|
} & {
|
560
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
560
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
561
561
|
} & {
|
562
562
|
appHostId: typeof Schema.String;
|
563
563
|
}>;
|
@@ -566,7 +566,7 @@ export declare class Disconnect extends Disconnect_base {
|
|
566
566
|
declare const Ping_base: Schema.Struct<{
|
567
567
|
_tag: Schema.tag<"LSD.Ping">;
|
568
568
|
} & {
|
569
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
569
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
570
570
|
} & {
|
571
571
|
requestId: typeof Schema.String;
|
572
572
|
}>;
|
@@ -575,7 +575,7 @@ export declare class Ping extends Ping_base {
|
|
575
575
|
declare const Pong_base: Schema.Struct<{
|
576
576
|
_tag: Schema.tag<"LSD.Pong">;
|
577
577
|
} & {
|
578
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
578
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.3"]>;
|
579
579
|
} & {
|
580
580
|
requestId: typeof Schema.String;
|
581
581
|
}>;
|
package/dist/version.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export declare const liveStoreVersion: "0.3.0-dev.
|
1
|
+
export declare const liveStoreVersion: "0.3.0-dev.3";
|
2
2
|
/**
|
3
3
|
* This version number is incremented whenever the internal storage format changes in a breaking way.
|
4
4
|
* Whenever this version changes, LiveStore will start with fresh database files. Old database files are not deleted.
|
package/dist/version.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
// TODO bring back when Expo and Playwright supports `with` imports
|
2
2
|
// import packageJson from '../package.json' with { type: 'json' }
|
3
3
|
// export const liveStoreVersion = packageJson.version
|
4
|
-
export const liveStoreVersion = '0.3.0-dev.
|
4
|
+
export const liveStoreVersion = '0.3.0-dev.3';
|
5
5
|
/**
|
6
6
|
* This version number is incremented whenever the internal storage format changes in a breaking way.
|
7
7
|
* Whenever this version changes, LiveStore will start with fresh database files. Old database files are not deleted.
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@livestore/common",
|
3
|
-
"version": "0.3.0-dev.
|
3
|
+
"version": "0.3.0-dev.4",
|
4
4
|
"type": "module",
|
5
5
|
"exports": {
|
6
6
|
".": {
|
@@ -53,8 +53,8 @@
|
|
53
53
|
"graphology": "0.26.0-alpha1",
|
54
54
|
"graphology-dag": "0.4.1",
|
55
55
|
"graphology-types": "0.24.7",
|
56
|
-
"@livestore/utils": "0.3.0-dev.
|
57
|
-
"@livestore/db-schema": "0.3.0-dev.
|
56
|
+
"@livestore/utils": "0.3.0-dev.4",
|
57
|
+
"@livestore/db-schema": "0.3.0-dev.4"
|
58
58
|
},
|
59
59
|
"devDependencies": {
|
60
60
|
"vitest": "^2.1.4"
|
package/src/version.ts
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
// import packageJson from '../package.json' with { type: 'json' }
|
3
3
|
// export const liveStoreVersion = packageJson.version
|
4
4
|
|
5
|
-
export const liveStoreVersion = '0.3.0-dev.
|
5
|
+
export const liveStoreVersion = '0.3.0-dev.3' as const
|
6
6
|
|
7
7
|
/**
|
8
8
|
* This version number is incremented whenever the internal storage format changes in a breaking way.
|