@rocicorp/zero 0.8.2024121000 → 0.8.2024121001
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.
|
@@ -15388,7 +15388,7 @@ function makeMessage(message, context, logLevel) {
|
|
|
15388
15388
|
}
|
|
15389
15389
|
|
|
15390
15390
|
// ../zero-client/src/client/version.ts
|
|
15391
|
-
var version2 = "0.8.
|
|
15391
|
+
var version2 = "0.8.2024121001+ae95b1";
|
|
15392
15392
|
|
|
15393
15393
|
// ../zero-client/src/client/log-options.ts
|
|
15394
15394
|
var LevelFilterLogSink = class {
|
|
@@ -17387,4 +17387,4 @@ export {
|
|
|
17387
17387
|
escapeLike,
|
|
17388
17388
|
Zero
|
|
17389
17389
|
};
|
|
17390
|
-
//# sourceMappingURL=chunk-
|
|
17390
|
+
//# sourceMappingURL=chunk-AXKEBKDH.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.2024121001+ae95b1",
|
|
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
|