@rocicorp/zero 0.15.2025021400 → 0.15.2025021401
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.
|
@@ -14070,7 +14070,7 @@ function makeMessage(message, context, logLevel) {
|
|
|
14070
14070
|
}
|
|
14071
14071
|
|
|
14072
14072
|
// ../zero-client/src/client/version.ts
|
|
14073
|
-
var version2 = "0.15.
|
|
14073
|
+
var version2 = "0.15.2025021401";
|
|
14074
14074
|
|
|
14075
14075
|
// ../zero-client/src/client/log-options.ts
|
|
14076
14076
|
var LevelFilterLogSink = class {
|
|
@@ -16242,4 +16242,4 @@ export {
|
|
|
16242
16242
|
escapeLike,
|
|
16243
16243
|
Zero
|
|
16244
16244
|
};
|
|
16245
|
-
//# sourceMappingURL=chunk-
|
|
16245
|
+
//# sourceMappingURL=chunk-7IQJYSLY.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.15.
|
|
3
|
+
"version": "0.15.2025021401",
|
|
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
|