@rocicorp/zero 0.10.2024122402 → 0.10.2024122403
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.
|
@@ -15445,7 +15445,7 @@ function makeMessage(message, context, logLevel) {
|
|
|
15445
15445
|
}
|
|
15446
15446
|
|
|
15447
15447
|
// ../zero-client/src/client/version.ts
|
|
15448
|
-
var version2 = "0.10.
|
|
15448
|
+
var version2 = "0.10.2024122403+1ad31e";
|
|
15449
15449
|
|
|
15450
15450
|
// ../zero-client/src/client/log-options.ts
|
|
15451
15451
|
var LevelFilterLogSink = class {
|
|
@@ -17476,4 +17476,4 @@ export {
|
|
|
17476
17476
|
escapeLike,
|
|
17477
17477
|
Zero
|
|
17478
17478
|
};
|
|
17479
|
-
//# sourceMappingURL=chunk-
|
|
17479
|
+
//# sourceMappingURL=chunk-L4YB7VWJ.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.10.
|
|
3
|
+
"version": "0.10.2024122403+1ad31e",
|
|
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 && node tool/build.js",
|
|
File without changes
|