@livestore/common 0.3.2-dev.8 → 0.3.2-dev.9
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.2-dev.
|
5
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
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.2-dev.
|
16
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
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.2-dev.
|
76
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
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.2-dev.
|
89
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
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.2-dev.
|
150
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
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.2-dev.
|
163
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
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.2-dev.
|
174
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
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.2-dev.
|
185
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
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.2-dev.
|
200
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
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.2-dev.
|
211
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
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.2-dev.
|
224
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
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.2-dev.
|
237
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
238
238
|
} & {
|
239
239
|
clientId: typeof Schema.String;
|
240
240
|
sessionId: typeof Schema.String;
|
@@ -257,7 +257,7 @@ export declare class SyncHeadRes extends SyncHeadRes_base {
|
|
257
257
|
declare const ReactivityGraphSubscribe_base: Schema.Struct<{
|
258
258
|
_tag: Schema.tag<"LSD.ClientSession.ReactivityGraphSubscribe">;
|
259
259
|
} & {
|
260
|
-
liveStoreVersion: Schema.Literal<["0.3.2-dev.
|
260
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
261
261
|
} & {
|
262
262
|
clientId: typeof Schema.String;
|
263
263
|
sessionId: typeof Schema.String;
|
@@ -271,7 +271,7 @@ export declare class ReactivityGraphSubscribe extends ReactivityGraphSubscribe_b
|
|
271
271
|
declare const ReactivityGraphUnsubscribe_base: Schema.Struct<{
|
272
272
|
_tag: Schema.tag<"LSD.ClientSession.ReactivityGraphUnsubscribe">;
|
273
273
|
} & {
|
274
|
-
liveStoreVersion: Schema.Literal<["0.3.2-dev.
|
274
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
275
275
|
} & {
|
276
276
|
clientId: typeof Schema.String;
|
277
277
|
sessionId: typeof Schema.String;
|
@@ -284,7 +284,7 @@ export declare class ReactivityGraphUnsubscribe extends ReactivityGraphUnsubscri
|
|
284
284
|
declare const ReactivityGraphRes_base: Schema.Struct<{
|
285
285
|
_tag: Schema.tag<"LSD.ClientSession.ReactivityGraphRes">;
|
286
286
|
} & {
|
287
|
-
liveStoreVersion: Schema.Literal<["0.3.2-dev.
|
287
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
288
288
|
} & {
|
289
289
|
clientId: typeof Schema.String;
|
290
290
|
sessionId: typeof Schema.String;
|
@@ -298,7 +298,7 @@ export declare class ReactivityGraphRes extends ReactivityGraphRes_base {
|
|
298
298
|
declare const LiveQueriesSubscribe_base: Schema.Struct<{
|
299
299
|
_tag: Schema.tag<"LSD.ClientSession.LiveQueriesSubscribe">;
|
300
300
|
} & {
|
301
|
-
liveStoreVersion: Schema.Literal<["0.3.2-dev.
|
301
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
302
302
|
} & {
|
303
303
|
clientId: typeof Schema.String;
|
304
304
|
sessionId: typeof Schema.String;
|
@@ -311,7 +311,7 @@ export declare class LiveQueriesSubscribe extends LiveQueriesSubscribe_base {
|
|
311
311
|
declare const LiveQueriesUnsubscribe_base: Schema.Struct<{
|
312
312
|
_tag: Schema.tag<"LSD.ClientSession.LiveQueriesUnsubscribe">;
|
313
313
|
} & {
|
314
|
-
liveStoreVersion: Schema.Literal<["0.3.2-dev.
|
314
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
315
315
|
} & {
|
316
316
|
clientId: typeof Schema.String;
|
317
317
|
sessionId: typeof Schema.String;
|
@@ -341,7 +341,7 @@ export declare class SerializedLiveQuery extends SerializedLiveQuery_base {
|
|
341
341
|
declare const LiveQueriesRes_base: Schema.Struct<{
|
342
342
|
_tag: Schema.tag<"LSD.ClientSession.LiveQueriesRes">;
|
343
343
|
} & {
|
344
|
-
liveStoreVersion: Schema.Literal<["0.3.2-dev.
|
344
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
345
345
|
} & {
|
346
346
|
clientId: typeof Schema.String;
|
347
347
|
sessionId: typeof Schema.String;
|
@@ -355,7 +355,7 @@ export declare class LiveQueriesRes extends LiveQueriesRes_base {
|
|
355
355
|
declare const Ping_base: Schema.Struct<{
|
356
356
|
_tag: Schema.tag<"LSD.ClientSession.Ping">;
|
357
357
|
} & {
|
358
|
-
liveStoreVersion: Schema.Literal<["0.3.2-dev.
|
358
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
359
359
|
} & {
|
360
360
|
clientId: typeof Schema.String;
|
361
361
|
sessionId: typeof Schema.String;
|
@@ -366,7 +366,7 @@ export declare class Ping extends Ping_base {
|
|
366
366
|
declare const Pong_base: Schema.Struct<{
|
367
367
|
_tag: Schema.tag<"LSD.ClientSession.Pong">;
|
368
368
|
} & {
|
369
|
-
liveStoreVersion: Schema.Literal<["0.3.2-dev.
|
369
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
370
370
|
} & {
|
371
371
|
clientId: typeof Schema.String;
|
372
372
|
sessionId: typeof Schema.String;
|
@@ -377,7 +377,7 @@ export declare class Pong extends Pong_base {
|
|
377
377
|
declare const Disconnect_base: Schema.Struct<{
|
378
378
|
_tag: Schema.tag<"LSD.ClientSession.Disconnect">;
|
379
379
|
} & {
|
380
|
-
liveStoreVersion: Schema.Literal<["0.3.2-dev.
|
380
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
381
381
|
} & {
|
382
382
|
clientId: typeof Schema.String;
|
383
383
|
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.2-dev.
|
12
|
+
export declare const liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
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.2-dev.
|
16
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
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.2-dev.
|
21
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
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.2-dev.
|
28
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
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.2-dev.
|
36
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
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.2-dev.
|
45
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
46
46
|
} & {
|
47
47
|
clientId: typeof Schema.String;
|
48
48
|
} & {
|
@@ -3,7 +3,7 @@ import * as SyncState from '../sync/syncstate.ts';
|
|
3
3
|
declare const ResetAllDataReq_base: Schema.Struct<{
|
4
4
|
_tag: Schema.tag<"LSD.Leader.ResetAllDataReq">;
|
5
5
|
} & {
|
6
|
-
liveStoreVersion: Schema.Literal<["0.3.2-dev.
|
6
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
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.2-dev.
|
19
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
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.2-dev.
|
41
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
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.2-dev.
|
55
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
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.2-dev.
|
68
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
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.2-dev.
|
81
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
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.2-dev.
|
99
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
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.2-dev.
|
116
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
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.2-dev.
|
129
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
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.2-dev.
|
142
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
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.2-dev.
|
155
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
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.2-dev.
|
177
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
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.2-dev.
|
190
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
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.2-dev.
|
203
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
204
204
|
} & {
|
205
205
|
clientId: typeof Schema.String;
|
206
206
|
} & {
|
@@ -223,7 +223,7 @@ export declare class SyncHeadRes extends SyncHeadRes_base {
|
|
223
223
|
declare const SnapshotReq_base: Schema.Struct<{
|
224
224
|
_tag: Schema.tag<"LSD.Leader.SnapshotReq">;
|
225
225
|
} & {
|
226
|
-
liveStoreVersion: Schema.Literal<["0.3.2-dev.
|
226
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
227
227
|
} & {
|
228
228
|
clientId: typeof Schema.String;
|
229
229
|
} & {
|
@@ -234,7 +234,7 @@ export declare class SnapshotReq extends SnapshotReq_base {
|
|
234
234
|
declare const SnapshotRes_base: Schema.Struct<{
|
235
235
|
_tag: Schema.tag<"LSD.Leader.SnapshotRes">;
|
236
236
|
} & {
|
237
|
-
liveStoreVersion: Schema.Literal<["0.3.2-dev.
|
237
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
238
238
|
} & {
|
239
239
|
clientId: typeof Schema.String;
|
240
240
|
} & {
|
@@ -254,7 +254,7 @@ export declare const LoadDatabaseFile: import("./devtools-messages-common.ts").L
|
|
254
254
|
declare const SyncPull_base: Schema.Struct<{
|
255
255
|
_tag: Schema.tag<"LSD.Leader.SyncPull">;
|
256
256
|
} & {
|
257
|
-
liveStoreVersion: Schema.Literal<["0.3.2-dev.
|
257
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
258
258
|
} & {
|
259
259
|
payload: typeof SyncState.PayloadUpstream;
|
260
260
|
}>;
|
@@ -263,7 +263,7 @@ export declare class SyncPull extends SyncPull_base {
|
|
263
263
|
declare const CommitEventReq_base: Schema.Struct<{
|
264
264
|
_tag: Schema.tag<"LSD.Leader.CommitEventReq">;
|
265
265
|
} & {
|
266
|
-
liveStoreVersion: Schema.Literal<["0.3.2-dev.
|
266
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
267
267
|
} & {
|
268
268
|
clientId: typeof Schema.String;
|
269
269
|
} & {
|
@@ -279,7 +279,7 @@ export declare class CommitEventReq extends CommitEventReq_base {
|
|
279
279
|
declare const CommitEventRes_base: Schema.Struct<{
|
280
280
|
_tag: Schema.tag<"LSD.Leader.CommitEventRes">;
|
281
281
|
} & {
|
282
|
-
liveStoreVersion: Schema.Literal<["0.3.2-dev.
|
282
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
283
283
|
} & {
|
284
284
|
clientId: typeof Schema.String;
|
285
285
|
} & {
|
@@ -290,7 +290,7 @@ export declare class CommitEventRes extends CommitEventRes_base {
|
|
290
290
|
declare const EventlogReq_base: Schema.Struct<{
|
291
291
|
_tag: Schema.tag<"LSD.Leader.EventlogReq">;
|
292
292
|
} & {
|
293
|
-
liveStoreVersion: Schema.Literal<["0.3.2-dev.
|
293
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
294
294
|
} & {
|
295
295
|
clientId: typeof Schema.String;
|
296
296
|
} & {
|
@@ -301,7 +301,7 @@ export declare class EventlogReq extends EventlogReq_base {
|
|
301
301
|
declare const EventlogRes_base: Schema.Struct<{
|
302
302
|
_tag: Schema.tag<"LSD.Leader.EventlogRes">;
|
303
303
|
} & {
|
304
|
-
liveStoreVersion: Schema.Literal<["0.3.2-dev.
|
304
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
305
305
|
} & {
|
306
306
|
clientId: typeof Schema.String;
|
307
307
|
} & {
|
@@ -314,7 +314,7 @@ export declare class EventlogRes extends EventlogRes_base {
|
|
314
314
|
declare const Ping_base: Schema.Struct<{
|
315
315
|
_tag: Schema.tag<"LSD.Leader.Ping">;
|
316
316
|
} & {
|
317
|
-
liveStoreVersion: Schema.Literal<["0.3.2-dev.
|
317
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
318
318
|
} & {
|
319
319
|
clientId: typeof Schema.String;
|
320
320
|
} & {
|
@@ -325,7 +325,7 @@ export declare class Ping extends Ping_base {
|
|
325
325
|
declare const Pong_base: Schema.Struct<{
|
326
326
|
_tag: Schema.tag<"LSD.Leader.Pong">;
|
327
327
|
} & {
|
328
|
-
liveStoreVersion: Schema.Literal<["0.3.2-dev.
|
328
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
329
329
|
} & {
|
330
330
|
clientId: typeof Schema.String;
|
331
331
|
} & {
|
@@ -336,7 +336,7 @@ export declare class Pong extends Pong_base {
|
|
336
336
|
declare const Disconnect_base: Schema.Struct<{
|
337
337
|
_tag: Schema.tag<"LSD.Leader.Disconnect">;
|
338
338
|
} & {
|
339
|
-
liveStoreVersion: Schema.Literal<["0.3.2-dev.
|
339
|
+
liveStoreVersion: Schema.Literal<["0.3.2-dev.9"]>;
|
340
340
|
} & {
|
341
341
|
clientId: typeof Schema.String;
|
342
342
|
} & {
|
package/dist/version.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export declare const liveStoreVersion: "0.3.2-dev.
|
1
|
+
export declare const liveStoreVersion: "0.3.2-dev.9";
|
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.2-dev.
|
4
|
+
export const liveStoreVersion = '0.3.2-dev.9';
|
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.2-dev.
|
3
|
+
"version": "0.3.2-dev.9",
|
4
4
|
"type": "module",
|
5
5
|
"sideEffects": false,
|
6
6
|
"exports": {
|
@@ -16,12 +16,12 @@
|
|
16
16
|
"graphology": "0.26.0-alpha1",
|
17
17
|
"graphology-dag": "0.4.1",
|
18
18
|
"graphology-types": "0.24.8",
|
19
|
-
"@livestore/utils": "0.3.2-dev.
|
20
|
-
"@livestore/webmesh": "0.3.2-dev.
|
19
|
+
"@livestore/utils": "0.3.2-dev.9",
|
20
|
+
"@livestore/webmesh": "0.3.2-dev.9"
|
21
21
|
},
|
22
22
|
"devDependencies": {
|
23
23
|
"vitest": "3.2.4",
|
24
|
-
"@livestore/utils-dev": "0.3.2-dev.
|
24
|
+
"@livestore/utils-dev": "0.3.2-dev.9"
|
25
25
|
},
|
26
26
|
"files": [
|
27
27
|
"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.2-dev.
|
5
|
+
export const liveStoreVersion = '0.3.2-dev.9' as const
|
6
6
|
|
7
7
|
/**
|
8
8
|
* This version number is incremented whenever the internal storage format changes in a breaking way.
|