@rocicorp/zero 0.21.2025062100 → 0.21.2025062101
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/out/{chunk-SYGGOQMX.js → chunk-Q6J6FSMO.js} +2 -2
- package/out/{chunk-KS425WZZ.js → chunk-YUXLTO6E.js} +2 -2
- package/out/react.js +1 -1
- package/out/solid.js +2 -2
- package/out/zero.js +2 -2
- package/package.json +2 -2
- /package/out/{chunk-SYGGOQMX.js.map → chunk-Q6J6FSMO.js.map} +0 -0
- /package/out/{chunk-KS425WZZ.js.map → chunk-YUXLTO6E.js.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clientToServer
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-YUXLTO6E.js";
|
|
4
4
|
import {
|
|
5
5
|
AbstractQuery,
|
|
6
6
|
ExpressionBuilder,
|
|
@@ -337,4 +337,4 @@ export {
|
|
|
337
337
|
querify,
|
|
338
338
|
namedQuery
|
|
339
339
|
};
|
|
340
|
-
//# sourceMappingURL=chunk-
|
|
340
|
+
//# sourceMappingURL=chunk-Q6J6FSMO.js.map
|
|
@@ -8328,7 +8328,7 @@ function makeMessage(message, context, logLevel) {
|
|
|
8328
8328
|
}
|
|
8329
8329
|
|
|
8330
8330
|
// ../zero-client/src/client/version.ts
|
|
8331
|
-
var version2 = "0.21.
|
|
8331
|
+
var version2 = "0.21.2025062101";
|
|
8332
8332
|
|
|
8333
8333
|
// ../zero-client/src/client/log-options.ts
|
|
8334
8334
|
var LevelFilterLogSink = class {
|
|
@@ -11013,4 +11013,4 @@ export {
|
|
|
11013
11013
|
update_needed_reason_type_enum_exports,
|
|
11014
11014
|
Zero
|
|
11015
11015
|
};
|
|
11016
|
-
//# sourceMappingURL=chunk-
|
|
11016
|
+
//# sourceMappingURL=chunk-YUXLTO6E.js.map
|
package/out/react.js
CHANGED
package/out/solid.js
CHANGED
package/out/zero.js
CHANGED
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
relationships,
|
|
10
10
|
transformRequestMessageSchema,
|
|
11
11
|
transformResponseMessageSchema
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-Q6J6FSMO.js";
|
|
13
13
|
import {
|
|
14
14
|
IDBNotFoundError,
|
|
15
15
|
TransactionClosedError,
|
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
string,
|
|
28
28
|
table,
|
|
29
29
|
update_needed_reason_type_enum_exports
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-YUXLTO6E.js";
|
|
31
31
|
import {
|
|
32
32
|
DEFAULT_TTL,
|
|
33
33
|
applyChange
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rocicorp/zero",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.2025062101",
|
|
4
4
|
"description": "Zero is a web framework for serverless web development.",
|
|
5
5
|
"author": "Rocicorp, Inc.",
|
|
6
6
|
"repository": {
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@rocicorp/lock": "^1.0.4",
|
|
51
51
|
"@rocicorp/logger": "^5.4.0",
|
|
52
52
|
"@rocicorp/resolver": "^1.0.2",
|
|
53
|
-
"@rocicorp/zero-sqlite3": "^1.0.
|
|
53
|
+
"@rocicorp/zero-sqlite3": "^1.0.7",
|
|
54
54
|
"@types/basic-auth": "^1.1.8",
|
|
55
55
|
"basic-auth": "^2.0.1",
|
|
56
56
|
"chalk": "^5.3.0",
|
|
File without changes
|
|
File without changes
|