@rocicorp/zero 0.14.2025021201 → 0.14.2025021202
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.
|
@@ -13878,7 +13878,7 @@ function makeMessage(message, context, logLevel) {
|
|
|
13878
13878
|
}
|
|
13879
13879
|
|
|
13880
13880
|
// ../zero-client/src/client/version.ts
|
|
13881
|
-
var version2 = "0.14.
|
|
13881
|
+
var version2 = "0.14.2025021202";
|
|
13882
13882
|
|
|
13883
13883
|
// ../zero-client/src/client/log-options.ts
|
|
13884
13884
|
var LevelFilterLogSink = class {
|
|
@@ -15990,4 +15990,4 @@ export {
|
|
|
15990
15990
|
escapeLike,
|
|
15991
15991
|
Zero
|
|
15992
15992
|
};
|
|
15993
|
-
//# sourceMappingURL=chunk-
|
|
15993
|
+
//# sourceMappingURL=chunk-JMAJNHHI.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.14.
|
|
3
|
+
"version": "0.14.2025021202",
|
|
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
|