orez 0.12.21 → 0.13.0
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/README.md +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -22,10 +22,10 @@ hosts. It replaces Zero's server side and speaks the Zero protocol to the real
|
|
|
22
22
|
forking Zero's query or mutation API. See the
|
|
23
23
|
[Orez Lite server documentation](docs/sync/README.md).
|
|
24
24
|
|
|
25
|
-
`orez-lite/
|
|
25
|
+
`orez-lite/aggregate` maintains queryable count and sum columns until Zero ships
|
|
26
26
|
aggregate queries. One declaration generates the SQLite migration and triggers
|
|
27
27
|
and projects the same change during optimistic on-zero mutations. See the
|
|
28
|
-
[
|
|
28
|
+
[aggregate documentation](docs/aggregates.md).
|
|
29
29
|
|
|
30
30
|
## Cloudflare
|
|
31
31
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "orez",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.0",
|
|
4
4
|
"description": "PGlite-powered zero-sync development backend. No Docker required.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"dependencies": {
|
|
93
93
|
"@electric-sql/pglite": "0.4.1",
|
|
94
94
|
"@electric-sql/pglite-tools": "^0.3.1",
|
|
95
|
-
"bedrock-sqlite": "0.
|
|
95
|
+
"bedrock-sqlite": "0.13.0",
|
|
96
96
|
"citty": "^0.2.0",
|
|
97
97
|
"pg-gateway": "0.3.0-beta.4",
|
|
98
98
|
"pgsql-parser": "^17.9.11",
|
|
@@ -119,8 +119,8 @@
|
|
|
119
119
|
"embedded-postgres": "17.10.0-beta.17",
|
|
120
120
|
"oxfmt": "latest",
|
|
121
121
|
"oxlint": "latest",
|
|
122
|
-
"orez-lite": "0.
|
|
123
|
-
"orez-sync-executor": "0.
|
|
122
|
+
"orez-lite": "0.13.0",
|
|
123
|
+
"orez-sync-executor": "0.13.0",
|
|
124
124
|
"pg": "8.22.0",
|
|
125
125
|
"typescript": "^5.7.0",
|
|
126
126
|
"vitest": "^3.0.0",
|