@livestore/sync-s2 0.4.0-dev.16 → 0.4.0-dev.17
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 code?: string | undefined;
|
|
265
|
-
} & {
|
|
266
264
|
readonly message: string;
|
|
265
|
+
} & {
|
|
266
|
+
readonly code?: string | undefined;
|
|
267
267
|
}, {}, {}>;
|
|
268
268
|
export declare class ErrorResponse extends ErrorResponse_base {
|
|
269
269
|
}
|
|
@@ -757,9 +757,9 @@ declare const Scalar_base: S.Class<Scalar, {
|
|
|
757
757
|
*/
|
|
758
758
|
value: typeof S.Number;
|
|
759
759
|
}>, never, {
|
|
760
|
-
readonly value: number;
|
|
761
|
-
} & {
|
|
762
760
|
readonly name: string;
|
|
761
|
+
} & {
|
|
762
|
+
readonly value: number;
|
|
763
763
|
} & {
|
|
764
764
|
readonly unit: "bytes" | "operations";
|
|
765
765
|
}, {}, {}>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livestore/sync-s2",
|
|
3
|
-
"version": "0.4.0-dev.
|
|
3
|
+
"version": "0.4.0-dev.17",
|
|
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/
|
|
12
|
-
"@livestore/
|
|
13
|
-
"@livestore/utils": "0.4.0-dev.
|
|
11
|
+
"@livestore/livestore": "0.4.0-dev.17",
|
|
12
|
+
"@livestore/common": "0.4.0-dev.17",
|
|
13
|
+
"@livestore/utils": "0.4.0-dev.17"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {},
|
|
16
16
|
"files": [
|