@livestore/common 0.3.0-dev.51 → 0.3.0-dev.52
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-client-session.d.ts +21 -21
- package/dist/devtools/devtools-messages-common.d.ts +6 -6
- package/dist/devtools/devtools-messages-leader.d.ts +24 -24
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +4 -4
- package/src/version.ts +1 -1
@@ -2,7 +2,7 @@ import { Schema } from '@livestore/utils/effect';
|
|
2
2
|
declare const DebugInfoReq_base: Schema.Struct<{
|
3
3
|
_tag: Schema.tag<"LSD.ClientSession.DebugInfoReq">;
|
4
4
|
} & {
|
5
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
5
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
6
6
|
} & {
|
7
7
|
clientId: typeof Schema.String;
|
8
8
|
sessionId: typeof Schema.String;
|
@@ -13,7 +13,7 @@ export declare class DebugInfoReq extends DebugInfoReq_base {
|
|
13
13
|
declare const DebugInfoRes_base: Schema.Struct<{
|
14
14
|
_tag: Schema.tag<"LSD.ClientSession.DebugInfoRes">;
|
15
15
|
} & {
|
16
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
16
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
17
17
|
} & {
|
18
18
|
clientId: typeof Schema.String;
|
19
19
|
sessionId: typeof Schema.String;
|
@@ -73,7 +73,7 @@ export declare class DebugInfoRes extends DebugInfoRes_base {
|
|
73
73
|
declare const DebugInfoHistorySubscribe_base: Schema.Struct<{
|
74
74
|
_tag: Schema.tag<"LSD.ClientSession.DebugInfoHistorySubscribe">;
|
75
75
|
} & {
|
76
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
76
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
77
77
|
} & {
|
78
78
|
clientId: typeof Schema.String;
|
79
79
|
sessionId: typeof Schema.String;
|
@@ -86,7 +86,7 @@ export declare class DebugInfoHistorySubscribe extends DebugInfoHistorySubscribe
|
|
86
86
|
declare const DebugInfoHistoryRes_base: Schema.Struct<{
|
87
87
|
_tag: Schema.tag<"LSD.ClientSession.DebugInfoHistoryRes">;
|
88
88
|
} & {
|
89
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
89
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
90
90
|
} & {
|
91
91
|
clientId: typeof Schema.String;
|
92
92
|
sessionId: typeof Schema.String;
|
@@ -147,7 +147,7 @@ export declare class DebugInfoHistoryRes extends DebugInfoHistoryRes_base {
|
|
147
147
|
declare const DebugInfoHistoryUnsubscribe_base: Schema.Struct<{
|
148
148
|
_tag: Schema.tag<"LSD.ClientSession.DebugInfoHistoryUnsubscribe">;
|
149
149
|
} & {
|
150
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
150
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
151
151
|
} & {
|
152
152
|
clientId: typeof Schema.String;
|
153
153
|
sessionId: typeof Schema.String;
|
@@ -160,7 +160,7 @@ export declare class DebugInfoHistoryUnsubscribe extends DebugInfoHistoryUnsubsc
|
|
160
160
|
declare const DebugInfoResetReq_base: Schema.Struct<{
|
161
161
|
_tag: Schema.tag<"LSD.ClientSession.DebugInfoResetReq">;
|
162
162
|
} & {
|
163
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
163
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
164
164
|
} & {
|
165
165
|
clientId: typeof Schema.String;
|
166
166
|
sessionId: typeof Schema.String;
|
@@ -171,7 +171,7 @@ export declare class DebugInfoResetReq extends DebugInfoResetReq_base {
|
|
171
171
|
declare const DebugInfoResetRes_base: Schema.Struct<{
|
172
172
|
_tag: Schema.tag<"LSD.ClientSession.DebugInfoResetRes">;
|
173
173
|
} & {
|
174
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
174
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
175
175
|
} & {
|
176
176
|
clientId: typeof Schema.String;
|
177
177
|
sessionId: typeof Schema.String;
|
@@ -182,7 +182,7 @@ export declare class DebugInfoResetRes extends DebugInfoResetRes_base {
|
|
182
182
|
declare const DebugInfoRerunQueryReq_base: Schema.Struct<{
|
183
183
|
_tag: Schema.tag<"LSD.ClientSession.DebugInfoRerunQueryReq">;
|
184
184
|
} & {
|
185
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
185
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
186
186
|
} & {
|
187
187
|
clientId: typeof Schema.String;
|
188
188
|
sessionId: typeof Schema.String;
|
@@ -197,7 +197,7 @@ export declare class DebugInfoRerunQueryReq extends DebugInfoRerunQueryReq_base
|
|
197
197
|
declare const DebugInfoRerunQueryRes_base: Schema.Struct<{
|
198
198
|
_tag: Schema.tag<"LSD.ClientSession.DebugInfoRerunQueryRes">;
|
199
199
|
} & {
|
200
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
200
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
201
201
|
} & {
|
202
202
|
clientId: typeof Schema.String;
|
203
203
|
sessionId: typeof Schema.String;
|
@@ -208,7 +208,7 @@ export declare class DebugInfoRerunQueryRes extends DebugInfoRerunQueryRes_base
|
|
208
208
|
declare const SyncHeadSubscribe_base: Schema.Struct<{
|
209
209
|
_tag: Schema.tag<"LSD.ClientSession.SyncHeadSubscribe">;
|
210
210
|
} & {
|
211
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
211
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
212
212
|
} & {
|
213
213
|
clientId: typeof Schema.String;
|
214
214
|
sessionId: typeof Schema.String;
|
@@ -221,7 +221,7 @@ export declare class SyncHeadSubscribe extends SyncHeadSubscribe_base {
|
|
221
221
|
declare const SyncHeadUnsubscribe_base: Schema.Struct<{
|
222
222
|
_tag: Schema.tag<"LSD.ClientSession.SyncHeadUnsubscribe">;
|
223
223
|
} & {
|
224
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
224
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
225
225
|
} & {
|
226
226
|
clientId: typeof Schema.String;
|
227
227
|
sessionId: typeof Schema.String;
|
@@ -234,7 +234,7 @@ export declare class SyncHeadUnsubscribe extends SyncHeadUnsubscribe_base {
|
|
234
234
|
declare const SyncHeadRes_base: Schema.Struct<{
|
235
235
|
_tag: Schema.tag<"LSD.ClientSession.SyncHeadRes">;
|
236
236
|
} & {
|
237
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
237
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
238
238
|
} & {
|
239
239
|
clientId: typeof Schema.String;
|
240
240
|
sessionId: typeof Schema.String;
|
@@ -255,7 +255,7 @@ export declare class SyncHeadRes extends SyncHeadRes_base {
|
|
255
255
|
declare const ReactivityGraphSubscribe_base: Schema.Struct<{
|
256
256
|
_tag: Schema.tag<"LSD.ClientSession.ReactivityGraphSubscribe">;
|
257
257
|
} & {
|
258
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
258
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
259
259
|
} & {
|
260
260
|
clientId: typeof Schema.String;
|
261
261
|
sessionId: typeof Schema.String;
|
@@ -269,7 +269,7 @@ export declare class ReactivityGraphSubscribe extends ReactivityGraphSubscribe_b
|
|
269
269
|
declare const ReactivityGraphUnsubscribe_base: Schema.Struct<{
|
270
270
|
_tag: Schema.tag<"LSD.ClientSession.ReactivityGraphUnsubscribe">;
|
271
271
|
} & {
|
272
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
272
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
273
273
|
} & {
|
274
274
|
clientId: typeof Schema.String;
|
275
275
|
sessionId: typeof Schema.String;
|
@@ -282,7 +282,7 @@ export declare class ReactivityGraphUnsubscribe extends ReactivityGraphUnsubscri
|
|
282
282
|
declare const ReactivityGraphRes_base: Schema.Struct<{
|
283
283
|
_tag: Schema.tag<"LSD.ClientSession.ReactivityGraphRes">;
|
284
284
|
} & {
|
285
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
285
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
286
286
|
} & {
|
287
287
|
clientId: typeof Schema.String;
|
288
288
|
sessionId: typeof Schema.String;
|
@@ -296,7 +296,7 @@ export declare class ReactivityGraphRes extends ReactivityGraphRes_base {
|
|
296
296
|
declare const LiveQueriesSubscribe_base: Schema.Struct<{
|
297
297
|
_tag: Schema.tag<"LSD.ClientSession.LiveQueriesSubscribe">;
|
298
298
|
} & {
|
299
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
299
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
300
300
|
} & {
|
301
301
|
clientId: typeof Schema.String;
|
302
302
|
sessionId: typeof Schema.String;
|
@@ -309,7 +309,7 @@ export declare class LiveQueriesSubscribe extends LiveQueriesSubscribe_base {
|
|
309
309
|
declare const LiveQueriesUnsubscribe_base: Schema.Struct<{
|
310
310
|
_tag: Schema.tag<"LSD.ClientSession.LiveQueriesUnsubscribe">;
|
311
311
|
} & {
|
312
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
312
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
313
313
|
} & {
|
314
314
|
clientId: typeof Schema.String;
|
315
315
|
sessionId: typeof Schema.String;
|
@@ -339,7 +339,7 @@ export declare class SerializedLiveQuery extends SerializedLiveQuery_base {
|
|
339
339
|
declare const LiveQueriesRes_base: Schema.Struct<{
|
340
340
|
_tag: Schema.tag<"LSD.ClientSession.LiveQueriesRes">;
|
341
341
|
} & {
|
342
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
342
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
343
343
|
} & {
|
344
344
|
clientId: typeof Schema.String;
|
345
345
|
sessionId: typeof Schema.String;
|
@@ -353,7 +353,7 @@ export declare class LiveQueriesRes extends LiveQueriesRes_base {
|
|
353
353
|
declare const Ping_base: Schema.Struct<{
|
354
354
|
_tag: Schema.tag<"LSD.ClientSession.Ping">;
|
355
355
|
} & {
|
356
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
356
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
357
357
|
} & {
|
358
358
|
clientId: typeof Schema.String;
|
359
359
|
sessionId: typeof Schema.String;
|
@@ -364,7 +364,7 @@ export declare class Ping extends Ping_base {
|
|
364
364
|
declare const Pong_base: Schema.Struct<{
|
365
365
|
_tag: Schema.tag<"LSD.ClientSession.Pong">;
|
366
366
|
} & {
|
367
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
367
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
368
368
|
} & {
|
369
369
|
clientId: typeof Schema.String;
|
370
370
|
sessionId: typeof Schema.String;
|
@@ -375,7 +375,7 @@ export declare class Pong extends Pong_base {
|
|
375
375
|
declare const Disconnect_base: Schema.Struct<{
|
376
376
|
_tag: Schema.tag<"LSD.ClientSession.Disconnect">;
|
377
377
|
} & {
|
378
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
378
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
379
379
|
} & {
|
380
380
|
clientId: typeof Schema.String;
|
381
381
|
sessionId: typeof Schema.String;
|
@@ -9,23 +9,23 @@ export type NetworkStatus = typeof NetworkStatus.Type;
|
|
9
9
|
export declare const requestId: typeof Schema.String;
|
10
10
|
export declare const clientId: typeof Schema.String;
|
11
11
|
export declare const sessionId: typeof Schema.String;
|
12
|
-
export declare const liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
12
|
+
export declare const liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
13
13
|
export declare const LSDMessage: <Tag extends string, Fields extends Schema.Struct.Fields>(tag: Tag, fields: Fields) => Schema.Struct<{
|
14
14
|
_tag: Schema.tag<Tag>;
|
15
15
|
} & {
|
16
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
16
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
17
17
|
} & Fields>;
|
18
18
|
export declare const LSDChannelMessage: <Tag extends string, Fields extends Schema.Struct.Fields>(tag: Tag, fields: Fields) => Schema.Struct<{
|
19
19
|
_tag: Schema.tag<Tag>;
|
20
20
|
} & {
|
21
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
21
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
22
22
|
} & {
|
23
23
|
clientId: typeof Schema.String;
|
24
24
|
} & Fields>;
|
25
25
|
export declare const LSDClientSessionChannelMessage: <Tag extends string, Fields extends Schema.Struct.Fields>(tag: Tag, fields: Fields) => Schema.Struct<{
|
26
26
|
_tag: Schema.tag<Tag>;
|
27
27
|
} & {
|
28
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
28
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
29
29
|
} & {
|
30
30
|
clientId: typeof Schema.String;
|
31
31
|
sessionId: typeof Schema.String;
|
@@ -33,7 +33,7 @@ export declare const LSDClientSessionChannelMessage: <Tag extends string, Fields
|
|
33
33
|
export declare const LSDClientSessionReqResMessage: <Tag extends string, Fields extends Schema.Struct.Fields>(tag: Tag, fields: Fields) => Schema.Struct<{
|
34
34
|
_tag: Schema.tag<Tag>;
|
35
35
|
} & {
|
36
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
36
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
37
37
|
} & {
|
38
38
|
clientId: typeof Schema.String;
|
39
39
|
sessionId: typeof Schema.String;
|
@@ -42,7 +42,7 @@ export declare const LSDClientSessionReqResMessage: <Tag extends string, Fields
|
|
42
42
|
export declare const LSDReqResMessage: <Tag extends string, Fields extends Schema.Struct.Fields>(tag: Tag, fields: Fields) => Schema.Struct<{
|
43
43
|
_tag: Schema.tag<Tag>;
|
44
44
|
} & {
|
45
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
45
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
46
46
|
} & {
|
47
47
|
clientId: typeof Schema.String;
|
48
48
|
} & {
|
@@ -3,7 +3,7 @@ import * as SyncState from '../sync/syncstate.js';
|
|
3
3
|
declare const ResetAllDataReq_base: Schema.Struct<{
|
4
4
|
_tag: Schema.tag<"LSD.Leader.ResetAllDataReq">;
|
5
5
|
} & {
|
6
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
6
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
7
7
|
} & {
|
8
8
|
clientId: typeof Schema.String;
|
9
9
|
} & {
|
@@ -16,7 +16,7 @@ export declare class ResetAllDataReq extends ResetAllDataReq_base {
|
|
16
16
|
declare const DatabaseFileInfoReq_base: Schema.Struct<{
|
17
17
|
_tag: Schema.tag<"LSD.Leader.DatabaseFileInfoReq">;
|
18
18
|
} & {
|
19
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
19
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
20
20
|
} & {
|
21
21
|
clientId: typeof Schema.String;
|
22
22
|
} & {
|
@@ -38,7 +38,7 @@ export declare class DatabaseFileInfo extends DatabaseFileInfo_base {
|
|
38
38
|
declare const DatabaseFileInfoRes_base: Schema.Struct<{
|
39
39
|
_tag: Schema.tag<"LSD.Leader.DatabaseFileInfoRes">;
|
40
40
|
} & {
|
41
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
41
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
42
42
|
} & {
|
43
43
|
clientId: typeof Schema.String;
|
44
44
|
} & {
|
@@ -52,7 +52,7 @@ export declare class DatabaseFileInfoRes extends DatabaseFileInfoRes_base {
|
|
52
52
|
declare const NetworkStatusSubscribe_base: Schema.Struct<{
|
53
53
|
_tag: Schema.tag<"LSD.Leader.NetworkStatusSubscribe">;
|
54
54
|
} & {
|
55
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
55
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
56
56
|
} & {
|
57
57
|
clientId: typeof Schema.String;
|
58
58
|
} & {
|
@@ -65,7 +65,7 @@ export declare class NetworkStatusSubscribe extends NetworkStatusSubscribe_base
|
|
65
65
|
declare const NetworkStatusUnsubscribe_base: Schema.Struct<{
|
66
66
|
_tag: Schema.tag<"LSD.Leader.NetworkStatusUnsubscribe">;
|
67
67
|
} & {
|
68
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
68
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
69
69
|
} & {
|
70
70
|
clientId: typeof Schema.String;
|
71
71
|
} & {
|
@@ -78,7 +78,7 @@ export declare class NetworkStatusUnsubscribe extends NetworkStatusUnsubscribe_b
|
|
78
78
|
declare const NetworkStatusRes_base: Schema.Struct<{
|
79
79
|
_tag: Schema.tag<"LSD.Leader.NetworkStatusRes">;
|
80
80
|
} & {
|
81
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
81
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
82
82
|
} & {
|
83
83
|
clientId: typeof Schema.String;
|
84
84
|
} & {
|
@@ -96,7 +96,7 @@ export declare class NetworkStatusRes extends NetworkStatusRes_base {
|
|
96
96
|
declare const SyncingInfoReq_base: Schema.Struct<{
|
97
97
|
_tag: Schema.tag<"LSD.Leader.SyncingInfoReq">;
|
98
98
|
} & {
|
99
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
99
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
100
100
|
} & {
|
101
101
|
clientId: typeof Schema.String;
|
102
102
|
} & {
|
@@ -113,7 +113,7 @@ export declare class SyncingInfo extends SyncingInfo_base {
|
|
113
113
|
declare const SyncingInfoRes_base: Schema.Struct<{
|
114
114
|
_tag: Schema.tag<"LSD.Leader.SyncingInfoRes">;
|
115
115
|
} & {
|
116
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
116
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
117
117
|
} & {
|
118
118
|
clientId: typeof Schema.String;
|
119
119
|
} & {
|
@@ -126,7 +126,7 @@ export declare class SyncingInfoRes extends SyncingInfoRes_base {
|
|
126
126
|
declare const SyncHistorySubscribe_base: Schema.Struct<{
|
127
127
|
_tag: Schema.tag<"LSD.Leader.SyncHistorySubscribe">;
|
128
128
|
} & {
|
129
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
129
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
130
130
|
} & {
|
131
131
|
clientId: typeof Schema.String;
|
132
132
|
} & {
|
@@ -139,7 +139,7 @@ export declare class SyncHistorySubscribe extends SyncHistorySubscribe_base {
|
|
139
139
|
declare const SyncHistoryUnsubscribe_base: Schema.Struct<{
|
140
140
|
_tag: Schema.tag<"LSD.Leader.SyncHistoryUnsubscribe">;
|
141
141
|
} & {
|
142
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
142
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
143
143
|
} & {
|
144
144
|
clientId: typeof Schema.String;
|
145
145
|
} & {
|
@@ -152,7 +152,7 @@ export declare class SyncHistoryUnsubscribe extends SyncHistoryUnsubscribe_base
|
|
152
152
|
declare const SyncHistoryRes_base: Schema.Struct<{
|
153
153
|
_tag: Schema.tag<"LSD.Leader.SyncHistoryRes">;
|
154
154
|
} & {
|
155
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
155
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
156
156
|
} & {
|
157
157
|
clientId: typeof Schema.String;
|
158
158
|
} & {
|
@@ -174,7 +174,7 @@ export declare class SyncHistoryRes extends SyncHistoryRes_base {
|
|
174
174
|
declare const SyncHeadSubscribe_base: Schema.Struct<{
|
175
175
|
_tag: Schema.tag<"LSD.Leader.SyncHeadSubscribe">;
|
176
176
|
} & {
|
177
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
177
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
178
178
|
} & {
|
179
179
|
clientId: typeof Schema.String;
|
180
180
|
} & {
|
@@ -187,7 +187,7 @@ export declare class SyncHeadSubscribe extends SyncHeadSubscribe_base {
|
|
187
187
|
declare const SyncHeadUnsubscribe_base: Schema.Struct<{
|
188
188
|
_tag: Schema.tag<"LSD.Leader.SyncHeadUnsubscribe">;
|
189
189
|
} & {
|
190
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
190
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
191
191
|
} & {
|
192
192
|
clientId: typeof Schema.String;
|
193
193
|
} & {
|
@@ -200,7 +200,7 @@ export declare class SyncHeadUnsubscribe extends SyncHeadUnsubscribe_base {
|
|
200
200
|
declare const SyncHeadRes_base: Schema.Struct<{
|
201
201
|
_tag: Schema.tag<"LSD.Leader.SyncHeadRes">;
|
202
202
|
} & {
|
203
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
203
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
204
204
|
} & {
|
205
205
|
clientId: typeof Schema.String;
|
206
206
|
} & {
|
@@ -221,7 +221,7 @@ export declare class SyncHeadRes extends SyncHeadRes_base {
|
|
221
221
|
declare const SnapshotReq_base: Schema.Struct<{
|
222
222
|
_tag: Schema.tag<"LSD.Leader.SnapshotReq">;
|
223
223
|
} & {
|
224
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
224
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
225
225
|
} & {
|
226
226
|
clientId: typeof Schema.String;
|
227
227
|
} & {
|
@@ -232,7 +232,7 @@ export declare class SnapshotReq extends SnapshotReq_base {
|
|
232
232
|
declare const SnapshotRes_base: Schema.Struct<{
|
233
233
|
_tag: Schema.tag<"LSD.Leader.SnapshotRes">;
|
234
234
|
} & {
|
235
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
235
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
236
236
|
} & {
|
237
237
|
clientId: typeof Schema.String;
|
238
238
|
} & {
|
@@ -252,7 +252,7 @@ export declare const LoadDatabaseFile: import("./devtools-messages-common.js").L
|
|
252
252
|
declare const SyncPull_base: Schema.Struct<{
|
253
253
|
_tag: Schema.tag<"LSD.Leader.SyncPull">;
|
254
254
|
} & {
|
255
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
255
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
256
256
|
} & {
|
257
257
|
payload: typeof SyncState.PayloadUpstream;
|
258
258
|
}>;
|
@@ -261,7 +261,7 @@ export declare class SyncPull extends SyncPull_base {
|
|
261
261
|
declare const CommitEventReq_base: Schema.Struct<{
|
262
262
|
_tag: Schema.tag<"LSD.Leader.CommitEventReq">;
|
263
263
|
} & {
|
264
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
264
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
265
265
|
} & {
|
266
266
|
clientId: typeof Schema.String;
|
267
267
|
} & {
|
@@ -277,7 +277,7 @@ export declare class CommitEventReq extends CommitEventReq_base {
|
|
277
277
|
declare const CommitEventRes_base: Schema.Struct<{
|
278
278
|
_tag: Schema.tag<"LSD.Leader.CommitEventRes">;
|
279
279
|
} & {
|
280
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
280
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
281
281
|
} & {
|
282
282
|
clientId: typeof Schema.String;
|
283
283
|
} & {
|
@@ -288,7 +288,7 @@ export declare class CommitEventRes extends CommitEventRes_base {
|
|
288
288
|
declare const EventlogReq_base: Schema.Struct<{
|
289
289
|
_tag: Schema.tag<"LSD.Leader.EventlogReq">;
|
290
290
|
} & {
|
291
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
291
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
292
292
|
} & {
|
293
293
|
clientId: typeof Schema.String;
|
294
294
|
} & {
|
@@ -299,7 +299,7 @@ export declare class EventlogReq extends EventlogReq_base {
|
|
299
299
|
declare const EventlogRes_base: Schema.Struct<{
|
300
300
|
_tag: Schema.tag<"LSD.Leader.EventlogRes">;
|
301
301
|
} & {
|
302
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
302
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
303
303
|
} & {
|
304
304
|
clientId: typeof Schema.String;
|
305
305
|
} & {
|
@@ -312,7 +312,7 @@ export declare class EventlogRes extends EventlogRes_base {
|
|
312
312
|
declare const Ping_base: Schema.Struct<{
|
313
313
|
_tag: Schema.tag<"LSD.Leader.Ping">;
|
314
314
|
} & {
|
315
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
315
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
316
316
|
} & {
|
317
317
|
clientId: typeof Schema.String;
|
318
318
|
} & {
|
@@ -323,7 +323,7 @@ export declare class Ping extends Ping_base {
|
|
323
323
|
declare const Pong_base: Schema.Struct<{
|
324
324
|
_tag: Schema.tag<"LSD.Leader.Pong">;
|
325
325
|
} & {
|
326
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
326
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
327
327
|
} & {
|
328
328
|
clientId: typeof Schema.String;
|
329
329
|
} & {
|
@@ -334,7 +334,7 @@ export declare class Pong extends Pong_base {
|
|
334
334
|
declare const Disconnect_base: Schema.Struct<{
|
335
335
|
_tag: Schema.tag<"LSD.Leader.Disconnect">;
|
336
336
|
} & {
|
337
|
-
liveStoreVersion: Schema.Literal<["0.3.0-dev.
|
337
|
+
liveStoreVersion: Schema.Literal<["0.3.0-dev.52"]>;
|
338
338
|
} & {
|
339
339
|
clientId: typeof Schema.String;
|
340
340
|
} & {
|
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.52";
|
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.52';
|
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.52",
|
4
4
|
"type": "module",
|
5
5
|
"sideEffects": false,
|
6
6
|
"exports": {
|
@@ -54,12 +54,12 @@
|
|
54
54
|
"graphology": "0.26.0-alpha1",
|
55
55
|
"graphology-dag": "0.4.1",
|
56
56
|
"graphology-types": "0.24.8",
|
57
|
-
"@livestore/utils": "0.3.0-dev.
|
58
|
-
"@livestore/webmesh": "0.3.0-dev.
|
57
|
+
"@livestore/utils": "0.3.0-dev.52",
|
58
|
+
"@livestore/webmesh": "0.3.0-dev.52"
|
59
59
|
},
|
60
60
|
"devDependencies": {
|
61
61
|
"vitest": "^3.1.2",
|
62
|
-
"@livestore/utils-dev": "0.3.0-dev.
|
62
|
+
"@livestore/utils-dev": "0.3.0-dev.52"
|
63
63
|
},
|
64
64
|
"files": [
|
65
65
|
"package.json",
|
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.52' as const
|
6
6
|
|
7
7
|
/**
|
8
8
|
* This version number is incremented whenever the internal storage format changes in a breaking way.
|