orez 0.2.34 → 0.3.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.
@@ -126,7 +126,7 @@ const ZERO_START_PARAMS = [
126
126
  '-c',
127
127
  'maintenance_work_mem=512kB',
128
128
  '-c',
129
- 'temp_buffers=400kB',
129
+ 'temp_buffers=800kB',
130
130
  '-c',
131
131
  'max_connections=1',
132
132
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orez",
3
- "version": "0.2.34",
3
+ "version": "0.3.0",
4
4
  "description": "PGlite-powered zero-sync development backend. No Docker required.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -87,7 +87,7 @@
87
87
  "@electric-sql/pglite": "0.4.1",
88
88
  "@electric-sql/pglite-tools": "^0.3.1",
89
89
  "@pgsql/traverse": "17.2.6",
90
- "bedrock-sqlite": "0.2.34",
90
+ "bedrock-sqlite": "0.3.0",
91
91
  "citty": "^0.2.0",
92
92
  "pg-gateway": "0.3.0-beta.4",
93
93
  "pgsql-parser": "^17.9.11",
@@ -103,8 +103,8 @@
103
103
  }
104
104
  },
105
105
  "devDependencies": {
106
- "@rocicorp/zero": "1.2.0",
107
- "@rocicorp/zero-sqlite3": "^1.0.15",
106
+ "@rocicorp/zero": "1.5.0",
107
+ "@rocicorp/zero-sqlite3": "1.0.18",
108
108
  "@types/node": "^22.0.0",
109
109
  "@types/ws": "^8.18.1",
110
110
  "oxfmt": "latest",