@rocicorp/zero 0.6.2024112004 → 0.6.2024112100
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.
|
@@ -15236,7 +15236,7 @@ function makeMessage(message, context, logLevel) {
|
|
|
15236
15236
|
}
|
|
15237
15237
|
|
|
15238
15238
|
// ../zero-client/src/client/version.ts
|
|
15239
|
-
var version2 = "0.6.
|
|
15239
|
+
var version2 = "0.6.2024112100+b08ccf";
|
|
15240
15240
|
|
|
15241
15241
|
// ../zero-client/src/client/log-options.ts
|
|
15242
15242
|
var LevelFilterLogSink = class {
|
|
@@ -17210,4 +17210,4 @@ export {
|
|
|
17210
17210
|
escapeLike,
|
|
17211
17211
|
Zero
|
|
17212
17212
|
};
|
|
17213
|
-
//# sourceMappingURL=chunk-
|
|
17213
|
+
//# sourceMappingURL=chunk-AZ3XGKZ7.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.6.
|
|
3
|
+
"version": "0.6.2024112100+b08ccf",
|
|
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
|