@rocicorp/zero 0.8.2024121200 → 0.8.2024121201
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.
|
@@ -15441,7 +15441,7 @@ function makeMessage(message, context, logLevel) {
|
|
|
15441
15441
|
}
|
|
15442
15442
|
|
|
15443
15443
|
// ../zero-client/src/client/version.ts
|
|
15444
|
-
var version2 = "0.8.
|
|
15444
|
+
var version2 = "0.8.2024121201+c28df1";
|
|
15445
15445
|
|
|
15446
15446
|
// ../zero-client/src/client/log-options.ts
|
|
15447
15447
|
var LevelFilterLogSink = class {
|
|
@@ -17443,4 +17443,4 @@ export {
|
|
|
17443
17443
|
escapeLike,
|
|
17444
17444
|
Zero
|
|
17445
17445
|
};
|
|
17446
|
-
//# sourceMappingURL=chunk-
|
|
17446
|
+
//# sourceMappingURL=chunk-HTCBCJ2H.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.8.
|
|
3
|
+
"version": "0.8.2024121201+c28df1",
|
|
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
|