orez 0.10.3 → 0.10.4
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/package.json +5 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "orez",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.4",
|
|
4
4
|
"description": "PGlite-powered zero-sync development backend. No Docker required.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"test:sync-browser-host": "bun run --cwd packages/sync-browser-host test",
|
|
59
59
|
"test:sync-cf-host": "bun run --cwd packages/sync-cf-host test",
|
|
60
60
|
"test:sync-executor": "bun run --cwd packages/sync-executor test",
|
|
61
|
+
"build:sync-runtime": "bun run --cwd packages/sync-executor build && bun run --cwd packages/orez-lite build:zero-http",
|
|
61
62
|
"build:encryption-conformance": "bun run --cwd packages/orez-lite build:runtime",
|
|
62
63
|
"conformance:encryption:node": "bun run build:encryption-conformance && node scripts/encryption-codec-node-conformance.mjs",
|
|
63
64
|
"conformance:encryption:browser": "bun run --cwd packages/sync-browser-host conformance:encryption-codec",
|
|
@@ -91,7 +92,7 @@
|
|
|
91
92
|
"dependencies": {
|
|
92
93
|
"@electric-sql/pglite": "0.4.1",
|
|
93
94
|
"@electric-sql/pglite-tools": "^0.3.1",
|
|
94
|
-
"bedrock-sqlite": "0.10.
|
|
95
|
+
"bedrock-sqlite": "0.10.4",
|
|
95
96
|
"citty": "^0.2.0",
|
|
96
97
|
"pg-gateway": "0.3.0-beta.4",
|
|
97
98
|
"pgsql-parser": "^17.9.11",
|
|
@@ -118,7 +119,8 @@
|
|
|
118
119
|
"embedded-postgres": "17.10.0-beta.17",
|
|
119
120
|
"oxfmt": "latest",
|
|
120
121
|
"oxlint": "latest",
|
|
121
|
-
"orez-lite": "0.10.
|
|
122
|
+
"orez-lite": "0.10.4",
|
|
123
|
+
"orez-sync-executor": "0.10.4",
|
|
122
124
|
"pg": "8.22.0",
|
|
123
125
|
"typescript": "^5.7.0",
|
|
124
126
|
"vitest": "^3.0.0",
|