@rocicorp/zero 0.13.2025020300 → 0.13.2025020302
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.
|
@@ -13508,7 +13508,7 @@ function makeMessage(message, context, logLevel) {
|
|
|
13508
13508
|
}
|
|
13509
13509
|
|
|
13510
13510
|
// ../zero-client/src/client/version.ts
|
|
13511
|
-
var version2 = "0.13.
|
|
13511
|
+
var version2 = "0.13.2025020302";
|
|
13512
13512
|
|
|
13513
13513
|
// ../zero-client/src/client/log-options.ts
|
|
13514
13514
|
var LevelFilterLogSink = class {
|
|
@@ -15649,4 +15649,4 @@ export {
|
|
|
15649
15649
|
escapeLike,
|
|
15650
15650
|
Zero
|
|
15651
15651
|
};
|
|
15652
|
-
//# sourceMappingURL=chunk-
|
|
15652
|
+
//# sourceMappingURL=chunk-YYCIO4JP.js.map
|
package/out/solid.js
CHANGED
package/out/zero.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rocicorp/zero",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.2025020302",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "rm -rf out && npm run build-server && npm run build-client",
|
|
6
6
|
"build-client": "tsc -p tsconfig.client.json && tsc-alias -p tsconfig.client.json && npx tsx tool/build.js",
|
|
File without changes
|