@livestore/sync-s2 0.0.0-snapshot-91aaaa0e38782f562938fce043eeae3860f18141 → 0.4.0-dev.10

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.
@@ -261,9 +261,9 @@ declare const ErrorResponse_base: S.Class<ErrorResponse, {
261
261
  }>;
262
262
  message: typeof S.String;
263
263
  }>, never, {
264
- readonly message: string;
265
- } & {
266
264
  readonly code?: string | undefined;
265
+ } & {
266
+ readonly message: string;
267
267
  }, {}, {}>;
268
268
  export declare class ErrorResponse extends ErrorResponse_base {
269
269
  }
@@ -844,9 +844,9 @@ declare const Label_base: S.Class<Label, {
844
844
  */
845
845
  values: S.Array$<typeof S.String>;
846
846
  }>, never, {
847
- readonly values: readonly string[];
848
- } & {
849
847
  readonly name: string;
848
+ } & {
849
+ readonly values: readonly string[];
850
850
  }, {}, {}>;
851
851
  export declare class Label extends Label_base {
852
852
  }
@@ -1338,9 +1338,9 @@ declare const AppendAck_base: S.Class<AppendAck, {
1338
1338
  */
1339
1339
  tail: typeof StreamPosition;
1340
1340
  }>, never, {
1341
- readonly start: StreamPosition;
1342
- } & {
1343
1341
  readonly end: StreamPosition;
1342
+ } & {
1343
+ readonly start: StreamPosition;
1344
1344
  } & {
1345
1345
  readonly tail: StreamPosition;
1346
1346
  }, {}, {}>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livestore/sync-s2",
3
- "version": "0.0.0-snapshot-91aaaa0e38782f562938fce043eeae3860f18141",
3
+ "version": "0.4.0-dev.10",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "exports": {
@@ -8,9 +8,9 @@
8
8
  "./s2-proxy-helpers": "./dist/s2-proxy-helpers.js"
9
9
  },
10
10
  "dependencies": {
11
- "@livestore/livestore": "0.0.0-snapshot-91aaaa0e38782f562938fce043eeae3860f18141",
12
- "@livestore/utils": "0.0.0-snapshot-91aaaa0e38782f562938fce043eeae3860f18141",
13
- "@livestore/common": "0.0.0-snapshot-91aaaa0e38782f562938fce043eeae3860f18141"
11
+ "@livestore/common": "0.4.0-dev.10",
12
+ "@livestore/livestore": "0.4.0-dev.10",
13
+ "@livestore/utils": "0.4.0-dev.10"
14
14
  },
15
15
  "devDependencies": {},
16
16
  "files": [