@rocicorp/zero 0.6.2024111700 → 0.6.2024111701
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.
|
@@ -15141,7 +15141,7 @@ function makeMessage(message, context, logLevel) {
|
|
|
15141
15141
|
}
|
|
15142
15142
|
|
|
15143
15143
|
// ../zero-client/src/client/version.ts
|
|
15144
|
-
var version2 = "0.6.
|
|
15144
|
+
var version2 = "0.6.2024111701+c7a3b0";
|
|
15145
15145
|
|
|
15146
15146
|
// ../zero-client/src/client/log-options.ts
|
|
15147
15147
|
var LevelFilterLogSink = class {
|
|
@@ -17115,4 +17115,4 @@ export {
|
|
|
17115
17115
|
escapeLike,
|
|
17116
17116
|
Zero
|
|
17117
17117
|
};
|
|
17118
|
-
//# sourceMappingURL=chunk-
|
|
17118
|
+
//# sourceMappingURL=chunk-NBTG5EEV.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.2024111701+c7a3b0",
|
|
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",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@rocicorp/lock": "^1.0.4",
|
|
24
24
|
"@rocicorp/logger": "^5.3.0",
|
|
25
25
|
"@rocicorp/resolver": "^1.0.2",
|
|
26
|
-
"@rocicorp/zero-sqlite3": "^1.0.
|
|
26
|
+
"@rocicorp/zero-sqlite3": "^1.0.4",
|
|
27
27
|
"chalk-template": "^1.1.0",
|
|
28
28
|
"command-line-args": "^6.0.1",
|
|
29
29
|
"command-line-usage": "^7.0.3",
|
|
File without changes
|