@rocicorp/zero 0.22.2025072900 → 0.22.2025072901
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.
- package/out/{chunk-NMP6MCSQ.js → chunk-4OOERLIO.js} +3 -3
- package/out/{chunk-NMP6MCSQ.js.map → chunk-4OOERLIO.js.map} +1 -1
- package/out/{chunk-G4IPXC32.js → chunk-T4AG3HHZ.js} +2 -2
- package/out/react.js +1 -1
- package/out/solid.js +2 -2
- package/out/zero/package.json +1 -1
- package/out/zero.js +2 -2
- package/package.json +1 -1
- /package/out/{chunk-G4IPXC32.js.map → chunk-T4AG3HHZ.js.map} +0 -0
|
@@ -8574,7 +8574,7 @@ function makeMessage(message, context, logLevel) {
|
|
|
8574
8574
|
}
|
|
8575
8575
|
|
|
8576
8576
|
// ../zero-client/src/client/version.ts
|
|
8577
|
-
var version2 = "0.22.
|
|
8577
|
+
var version2 = "0.22.2025072901";
|
|
8578
8578
|
|
|
8579
8579
|
// ../zero-client/src/client/log-options.ts
|
|
8580
8580
|
var LevelFilterLogSink = class {
|
|
@@ -10183,7 +10183,7 @@ var Zero = class _Zero {
|
|
|
10183
10183
|
this.#onOnlineChange = onOnlineChange;
|
|
10184
10184
|
this.#options = options;
|
|
10185
10185
|
this.#logOptions = this.#createLogOptions({
|
|
10186
|
-
consoleLogLevel: options.logLevel ?? "
|
|
10186
|
+
consoleLogLevel: options.logLevel ?? "warn",
|
|
10187
10187
|
server: null,
|
|
10188
10188
|
//server, // Reenable remote logging
|
|
10189
10189
|
enableAnalytics: this.#enableAnalytics
|
|
@@ -11447,4 +11447,4 @@ export {
|
|
|
11447
11447
|
update_needed_reason_type_enum_exports,
|
|
11448
11448
|
Zero
|
|
11449
11449
|
};
|
|
11450
|
-
//# sourceMappingURL=chunk-
|
|
11450
|
+
//# sourceMappingURL=chunk-4OOERLIO.js.map
|