@livestore/common 0.2.0-dev.1 → 0.2.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.
- package/dist/.tsbuildinfo +1 -1
- package/dist/devtools/devtools-messages.d.ts +44 -44
- 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.SnapshotReq">;
|
4
4
|
} & {
|
5
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
5
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
6
6
|
} & {
|
7
7
|
appHostId: typeof Schema.String;
|
8
8
|
} & {
|
@@ -13,7 +13,7 @@ export declare class SnapshotReq extends SnapshotReq_base {
|
|
13
13
|
declare const SnapshotRes_base: Schema.Struct<{
|
14
14
|
_tag: Schema.tag<"LSD.SnapshotRes">;
|
15
15
|
} & {
|
16
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
16
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
17
17
|
} & {
|
18
18
|
appHostId: typeof Schema.String;
|
19
19
|
} & {
|
@@ -26,7 +26,7 @@ export declare class SnapshotRes extends SnapshotRes_base {
|
|
26
26
|
declare const LoadDatabaseFileReq_base: Schema.Struct<{
|
27
27
|
_tag: Schema.tag<"LSD.LoadDatabaseFileReq">;
|
28
28
|
} & {
|
29
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
29
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
30
30
|
} & {
|
31
31
|
appHostId: typeof Schema.String;
|
32
32
|
} & {
|
@@ -39,7 +39,7 @@ export declare class LoadDatabaseFileReq extends LoadDatabaseFileReq_base {
|
|
39
39
|
declare const LoadDatabaseFileRes_base: Schema.Struct<{
|
40
40
|
_tag: Schema.tag<"LSD.LoadDatabaseFileRes">;
|
41
41
|
} & {
|
42
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
42
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
43
43
|
} & {
|
44
44
|
appHostId: typeof Schema.String;
|
45
45
|
} & {
|
@@ -52,7 +52,7 @@ export declare class LoadDatabaseFileRes extends LoadDatabaseFileRes_base {
|
|
52
52
|
declare const DebugInfoReq_base: Schema.Struct<{
|
53
53
|
_tag: Schema.tag<"LSD.DebugInfoReq">;
|
54
54
|
} & {
|
55
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
55
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
56
56
|
} & {
|
57
57
|
appHostId: typeof Schema.String;
|
58
58
|
} & {
|
@@ -63,7 +63,7 @@ export declare class DebugInfoReq extends DebugInfoReq_base {
|
|
63
63
|
declare const DebugInfoRes_base: Schema.Struct<{
|
64
64
|
_tag: Schema.tag<"LSD.DebugInfoRes">;
|
65
65
|
} & {
|
66
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
66
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
67
67
|
} & {
|
68
68
|
appHostId: typeof Schema.String;
|
69
69
|
} & {
|
@@ -123,7 +123,7 @@ export declare class DebugInfoRes extends DebugInfoRes_base {
|
|
123
123
|
declare const DebugInfoHistorySubscribe_base: Schema.Struct<{
|
124
124
|
_tag: Schema.tag<"LSD.DebugInfoHistorySubscribe">;
|
125
125
|
} & {
|
126
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
126
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
127
127
|
} & {
|
128
128
|
appHostId: typeof Schema.String;
|
129
129
|
} & {
|
@@ -134,7 +134,7 @@ export declare class DebugInfoHistorySubscribe extends DebugInfoHistorySubscribe
|
|
134
134
|
declare const DebugInfoHistoryRes_base: Schema.Struct<{
|
135
135
|
_tag: Schema.tag<"LSD.DebugInfoHistoryRes">;
|
136
136
|
} & {
|
137
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
137
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
138
138
|
} & {
|
139
139
|
appHostId: typeof Schema.String;
|
140
140
|
} & {
|
@@ -194,7 +194,7 @@ export declare class DebugInfoHistoryRes extends DebugInfoHistoryRes_base {
|
|
194
194
|
declare const DebugInfoHistoryUnsubscribe_base: Schema.Struct<{
|
195
195
|
_tag: Schema.tag<"LSD.DebugInfoHistoryUnsubscribe">;
|
196
196
|
} & {
|
197
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
197
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
198
198
|
} & {
|
199
199
|
appHostId: typeof Schema.String;
|
200
200
|
} & {
|
@@ -205,7 +205,7 @@ export declare class DebugInfoHistoryUnsubscribe extends DebugInfoHistoryUnsubsc
|
|
205
205
|
declare const DebugInfoResetReq_base: Schema.Struct<{
|
206
206
|
_tag: Schema.tag<"LSD.DebugInfoResetReq">;
|
207
207
|
} & {
|
208
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
208
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
209
209
|
} & {
|
210
210
|
appHostId: typeof Schema.String;
|
211
211
|
} & {
|
@@ -216,7 +216,7 @@ export declare class DebugInfoResetReq extends DebugInfoResetReq_base {
|
|
216
216
|
declare const DebugInfoResetRes_base: Schema.Struct<{
|
217
217
|
_tag: Schema.tag<"LSD.DebugInfoResetRes">;
|
218
218
|
} & {
|
219
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
219
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
220
220
|
} & {
|
221
221
|
appHostId: typeof Schema.String;
|
222
222
|
} & {
|
@@ -227,7 +227,7 @@ export declare class DebugInfoResetRes extends DebugInfoResetRes_base {
|
|
227
227
|
declare const DebugInfoRerunQueryReq_base: Schema.Struct<{
|
228
228
|
_tag: Schema.tag<"LSD.DebugInfoRerunQueryReq">;
|
229
229
|
} & {
|
230
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
230
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
231
231
|
} & {
|
232
232
|
appHostId: typeof Schema.String;
|
233
233
|
} & {
|
@@ -242,7 +242,7 @@ export declare class DebugInfoRerunQueryReq extends DebugInfoRerunQueryReq_base
|
|
242
242
|
declare const DebugInfoRerunQueryRes_base: Schema.Struct<{
|
243
243
|
_tag: Schema.tag<"LSD.DebugInfoRerunQueryRes">;
|
244
244
|
} & {
|
245
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
245
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
246
246
|
} & {
|
247
247
|
appHostId: typeof Schema.String;
|
248
248
|
} & {
|
@@ -253,7 +253,7 @@ export declare class DebugInfoRerunQueryRes extends DebugInfoRerunQueryRes_base
|
|
253
253
|
declare const MutationBroadcast_base: Schema.Struct<{
|
254
254
|
_tag: Schema.tag<"LSD.MutationBroadcast">;
|
255
255
|
} & {
|
256
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
256
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
257
257
|
} & {
|
258
258
|
mutationEventEncoded: Schema.SchemaClass<{
|
259
259
|
readonly id: {
|
@@ -285,7 +285,7 @@ export declare class MutationBroadcast extends MutationBroadcast_base {
|
|
285
285
|
declare const RunMutationReq_base: Schema.Struct<{
|
286
286
|
_tag: Schema.tag<"LSD.RunMutationReq">;
|
287
287
|
} & {
|
288
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
288
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
289
289
|
} & {
|
290
290
|
appHostId: typeof Schema.String;
|
291
291
|
} & {
|
@@ -305,7 +305,7 @@ export declare class RunMutationReq extends RunMutationReq_base {
|
|
305
305
|
declare const RunMutationRes_base: Schema.Struct<{
|
306
306
|
_tag: Schema.tag<"LSD.RunMutationRes">;
|
307
307
|
} & {
|
308
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
308
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
309
309
|
} & {
|
310
310
|
appHostId: typeof Schema.String;
|
311
311
|
} & {
|
@@ -316,7 +316,7 @@ export declare class RunMutationRes extends RunMutationRes_base {
|
|
316
316
|
declare const MutationLogReq_base: Schema.Struct<{
|
317
317
|
_tag: Schema.tag<"LSD.MutationLogReq">;
|
318
318
|
} & {
|
319
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
319
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
320
320
|
} & {
|
321
321
|
appHostId: typeof Schema.String;
|
322
322
|
} & {
|
@@ -327,7 +327,7 @@ export declare class MutationLogReq extends MutationLogReq_base {
|
|
327
327
|
declare const MutationLogRes_base: Schema.Struct<{
|
328
328
|
_tag: Schema.tag<"LSD.MutationLogRes">;
|
329
329
|
} & {
|
330
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
330
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
331
331
|
} & {
|
332
332
|
appHostId: typeof Schema.String;
|
333
333
|
} & {
|
@@ -340,7 +340,7 @@ export declare class MutationLogRes extends MutationLogRes_base {
|
|
340
340
|
declare const ReactivityGraphSubscribe_base: Schema.Struct<{
|
341
341
|
_tag: Schema.tag<"LSD.ReactivityGraphSubscribe">;
|
342
342
|
} & {
|
343
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
343
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
344
344
|
} & {
|
345
345
|
appHostId: typeof Schema.String;
|
346
346
|
} & {
|
@@ -353,7 +353,7 @@ export declare class ReactivityGraphSubscribe extends ReactivityGraphSubscribe_b
|
|
353
353
|
declare const ReactivityGraphUnsubscribe_base: Schema.Struct<{
|
354
354
|
_tag: Schema.tag<"LSD.ReactivityGraphUnsubscribe">;
|
355
355
|
} & {
|
356
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
356
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
357
357
|
} & {
|
358
358
|
appHostId: typeof Schema.String;
|
359
359
|
} & {
|
@@ -364,7 +364,7 @@ export declare class ReactivityGraphUnsubscribe extends ReactivityGraphUnsubscri
|
|
364
364
|
declare const ReactivityGraphRes_base: Schema.Struct<{
|
365
365
|
_tag: Schema.tag<"LSD.ReactivityGraphRes">;
|
366
366
|
} & {
|
367
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
367
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
368
368
|
} & {
|
369
369
|
appHostId: typeof Schema.String;
|
370
370
|
} & {
|
@@ -377,7 +377,7 @@ export declare class ReactivityGraphRes extends ReactivityGraphRes_base {
|
|
377
377
|
declare const LiveQueriesSubscribe_base: Schema.Struct<{
|
378
378
|
_tag: Schema.tag<"LSD.LiveQueriesSubscribe">;
|
379
379
|
} & {
|
380
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
380
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
381
381
|
} & {
|
382
382
|
appHostId: typeof Schema.String;
|
383
383
|
} & {
|
@@ -388,7 +388,7 @@ export declare class LiveQueriesSubscribe extends LiveQueriesSubscribe_base {
|
|
388
388
|
declare const LiveQueriesUnsubscribe_base: Schema.Struct<{
|
389
389
|
_tag: Schema.tag<"LSD.LiveQueriesUnsubscribe">;
|
390
390
|
} & {
|
391
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
391
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
392
392
|
} & {
|
393
393
|
appHostId: typeof Schema.String;
|
394
394
|
} & {
|
@@ -415,7 +415,7 @@ export declare class SerializedLiveQuery extends SerializedLiveQuery_base {
|
|
415
415
|
declare const LiveQueriesRes_base: Schema.Struct<{
|
416
416
|
_tag: Schema.tag<"LSD.LiveQueriesRes">;
|
417
417
|
} & {
|
418
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
418
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
419
419
|
} & {
|
420
420
|
appHostId: typeof Schema.String;
|
421
421
|
} & {
|
@@ -428,7 +428,7 @@ export declare class LiveQueriesRes extends LiveQueriesRes_base {
|
|
428
428
|
declare const ResetAllDataReq_base: Schema.Struct<{
|
429
429
|
_tag: Schema.tag<"LSD.ResetAllDataReq">;
|
430
430
|
} & {
|
431
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
431
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
432
432
|
} & {
|
433
433
|
appHostId: typeof Schema.String;
|
434
434
|
} & {
|
@@ -441,7 +441,7 @@ export declare class ResetAllDataReq extends ResetAllDataReq_base {
|
|
441
441
|
declare const ResetAllDataRes_base: Schema.Struct<{
|
442
442
|
_tag: Schema.tag<"LSD.ResetAllDataRes">;
|
443
443
|
} & {
|
444
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
444
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
445
445
|
} & {
|
446
446
|
appHostId: typeof Schema.String;
|
447
447
|
} & {
|
@@ -452,7 +452,7 @@ export declare class ResetAllDataRes extends ResetAllDataRes_base {
|
|
452
452
|
declare const DatabaseFileInfoReq_base: Schema.Struct<{
|
453
453
|
_tag: Schema.tag<"LSD.DatabaseFileInfoReq">;
|
454
454
|
} & {
|
455
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
455
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
456
456
|
} & {
|
457
457
|
appHostId: typeof Schema.String;
|
458
458
|
} & {
|
@@ -474,7 +474,7 @@ export declare class DatabaseFileInfo extends DatabaseFileInfo_base {
|
|
474
474
|
declare const DatabaseFileInfoRes_base: Schema.Struct<{
|
475
475
|
_tag: Schema.tag<"LSD.DatabaseFileInfoRes">;
|
476
476
|
} & {
|
477
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
477
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
478
478
|
} & {
|
479
479
|
appHostId: typeof Schema.String;
|
480
480
|
} & {
|
@@ -488,7 +488,7 @@ export declare class DatabaseFileInfoRes extends DatabaseFileInfoRes_base {
|
|
488
488
|
declare const MessagePortForStoreReq_base: Schema.Struct<{
|
489
489
|
_tag: Schema.tag<"LSD.MessagePortForStoreReq">;
|
490
490
|
} & {
|
491
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
491
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
492
492
|
} & {
|
493
493
|
appHostId: typeof Schema.String;
|
494
494
|
} & {
|
@@ -499,7 +499,7 @@ export declare class MessagePortForStoreReq extends MessagePortForStoreReq_base
|
|
499
499
|
declare const MessagePortForStoreRes_base: Schema.Struct<{
|
500
500
|
_tag: Schema.tag<"LSD.MessagePortForStoreRes">;
|
501
501
|
} & {
|
502
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
502
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
503
503
|
} & {
|
504
504
|
appHostId: typeof Schema.String;
|
505
505
|
} & {
|
@@ -512,7 +512,7 @@ export declare class MessagePortForStoreRes extends MessagePortForStoreRes_base
|
|
512
512
|
declare const NetworkStatusSubscribe_base: Schema.Struct<{
|
513
513
|
_tag: Schema.tag<"LSD.NetworkStatusSubscribe">;
|
514
514
|
} & {
|
515
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
515
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
516
516
|
} & {
|
517
517
|
appHostId: typeof Schema.String;
|
518
518
|
} & {
|
@@ -523,7 +523,7 @@ export declare class NetworkStatusSubscribe extends NetworkStatusSubscribe_base
|
|
523
523
|
declare const NetworkStatusUnsubscribe_base: Schema.Struct<{
|
524
524
|
_tag: Schema.tag<"LSD.NetworkStatusUnsubscribe">;
|
525
525
|
} & {
|
526
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
526
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
527
527
|
} & {
|
528
528
|
appHostId: typeof Schema.String;
|
529
529
|
} & {
|
@@ -534,7 +534,7 @@ export declare class NetworkStatusUnsubscribe extends NetworkStatusUnsubscribe_b
|
|
534
534
|
declare const NetworkStatusRes_base: Schema.Struct<{
|
535
535
|
_tag: Schema.tag<"LSD.NetworkStatusRes">;
|
536
536
|
} & {
|
537
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
537
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
538
538
|
} & {
|
539
539
|
appHostId: typeof Schema.String;
|
540
540
|
} & {
|
@@ -550,7 +550,7 @@ export declare class NetworkStatusRes extends NetworkStatusRes_base {
|
|
550
550
|
declare const SyncingInfoReq_base: Schema.Struct<{
|
551
551
|
_tag: Schema.tag<"LSD.SyncingInfoReq">;
|
552
552
|
} & {
|
553
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
553
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
554
554
|
} & {
|
555
555
|
appHostId: typeof Schema.String;
|
556
556
|
} & {
|
@@ -567,7 +567,7 @@ export declare class SyncingInfo extends SyncingInfo_base {
|
|
567
567
|
declare const SyncingInfoRes_base: Schema.Struct<{
|
568
568
|
_tag: Schema.tag<"LSD.SyncingInfoRes">;
|
569
569
|
} & {
|
570
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
570
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
571
571
|
} & {
|
572
572
|
appHostId: typeof Schema.String;
|
573
573
|
} & {
|
@@ -580,7 +580,7 @@ export declare class SyncingInfoRes extends SyncingInfoRes_base {
|
|
580
580
|
declare const SyncHistorySubscribe_base: Schema.Struct<{
|
581
581
|
_tag: Schema.tag<"LSD.SyncHistorySubscribe">;
|
582
582
|
} & {
|
583
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
583
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
584
584
|
} & {
|
585
585
|
appHostId: typeof Schema.String;
|
586
586
|
} & {
|
@@ -591,7 +591,7 @@ export declare class SyncHistorySubscribe extends SyncHistorySubscribe_base {
|
|
591
591
|
declare const SyncHistoryUnsubscribe_base: Schema.Struct<{
|
592
592
|
_tag: Schema.tag<"LSD.SyncHistoryUnsubscribe">;
|
593
593
|
} & {
|
594
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
594
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
595
595
|
} & {
|
596
596
|
appHostId: typeof Schema.String;
|
597
597
|
} & {
|
@@ -602,7 +602,7 @@ export declare class SyncHistoryUnsubscribe extends SyncHistoryUnsubscribe_base
|
|
602
602
|
declare const SyncHistoryRes_base: Schema.Struct<{
|
603
603
|
_tag: Schema.tag<"LSD.SyncHistoryRes">;
|
604
604
|
} & {
|
605
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
605
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
606
606
|
} & {
|
607
607
|
appHostId: typeof Schema.String;
|
608
608
|
} & {
|
@@ -638,14 +638,14 @@ export declare class SyncHistoryRes extends SyncHistoryRes_base {
|
|
638
638
|
declare const DevtoolsReady_base: Schema.Struct<{
|
639
639
|
_tag: Schema.tag<"LSD.DevtoolsReady">;
|
640
640
|
} & {
|
641
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
641
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
642
642
|
}>;
|
643
643
|
export declare class DevtoolsReady extends DevtoolsReady_base {
|
644
644
|
}
|
645
645
|
declare const DevtoolsConnected_base: Schema.Struct<{
|
646
646
|
_tag: Schema.tag<"LSD.DevtoolsConnected">;
|
647
647
|
} & {
|
648
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
648
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
649
649
|
} & {
|
650
650
|
appHostId: typeof Schema.String;
|
651
651
|
}>;
|
@@ -654,7 +654,7 @@ export declare class DevtoolsConnected extends DevtoolsConnected_base {
|
|
654
654
|
declare const AppHostReady_base: Schema.Struct<{
|
655
655
|
_tag: Schema.tag<"LSD.AppHostReady">;
|
656
656
|
} & {
|
657
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
657
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
658
658
|
} & {
|
659
659
|
appHostId: typeof Schema.String;
|
660
660
|
} & {
|
@@ -665,7 +665,7 @@ export declare class AppHostReady extends AppHostReady_base {
|
|
665
665
|
declare const Disconnect_base: Schema.Struct<{
|
666
666
|
_tag: Schema.tag<"LSD.Disconnect">;
|
667
667
|
} & {
|
668
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
668
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
669
669
|
} & {
|
670
670
|
appHostId: typeof Schema.String;
|
671
671
|
}>;
|
@@ -674,7 +674,7 @@ export declare class Disconnect extends Disconnect_base {
|
|
674
674
|
declare const Ping_base: Schema.Struct<{
|
675
675
|
_tag: Schema.tag<"LSD.Ping">;
|
676
676
|
} & {
|
677
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
677
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
678
678
|
} & {
|
679
679
|
appHostId: typeof Schema.String;
|
680
680
|
} & {
|
@@ -685,7 +685,7 @@ export declare class Ping extends Ping_base {
|
|
685
685
|
declare const Pong_base: Schema.Struct<{
|
686
686
|
_tag: Schema.tag<"LSD.Pong">;
|
687
687
|
} & {
|
688
|
-
liveStoreVersion: Schema.Literal<["0.2.0-dev.
|
688
|
+
liveStoreVersion: Schema.Literal<["0.2.0-dev.1"]>;
|
689
689
|
} & {
|
690
690
|
appHostId: typeof Schema.String;
|
691
691
|
} & {
|
package/dist/version.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export declare const liveStoreVersion: "0.2.0-dev.
|
1
|
+
export declare const liveStoreVersion: "0.2.0-dev.1";
|
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.2.0-dev.
|
4
|
+
export const liveStoreVersion = '0.2.0-dev.1';
|
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.2.0-dev.
|
3
|
+
"version": "0.2.0-dev.2",
|
4
4
|
"type": "module",
|
5
5
|
"exports": {
|
6
6
|
".": {
|
@@ -46,8 +46,8 @@
|
|
46
46
|
"graphology": "0.26.0-alpha1",
|
47
47
|
"graphology-dag": "0.4.1",
|
48
48
|
"graphology-types": "0.24.7",
|
49
|
-
"@livestore/utils": "0.2.0-dev.
|
50
|
-
"@livestore/db-schema": "0.2.0-dev.
|
49
|
+
"@livestore/utils": "0.2.0-dev.2",
|
50
|
+
"@livestore/db-schema": "0.2.0-dev.2"
|
51
51
|
},
|
52
52
|
"devDependencies": {
|
53
53
|
"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.2.0-dev.
|
5
|
+
export const liveStoreVersion = '0.2.0-dev.1' as const
|
6
6
|
|
7
7
|
/**
|
8
8
|
* This version number is incremented whenever the internal storage format changes in a breaking way.
|