orez 0.1.40 → 0.1.41
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 +2 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "orez",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.41",
|
|
4
4
|
"description": "PGlite-powered zero-sync development backend. No Docker required.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"dependencies": {
|
|
112
112
|
"@electric-sql/pglite": "0.4.1",
|
|
113
113
|
"@electric-sql/pglite-tools": "^0.3.1",
|
|
114
|
-
"bedrock-sqlite": "
|
|
114
|
+
"bedrock-sqlite": "0.1.41",
|
|
115
115
|
"citty": "^0.2.0",
|
|
116
116
|
"pg-gateway": "0.3.0-beta.4",
|
|
117
117
|
"pgsql-parser": "^17.9.11",
|
|
@@ -141,9 +141,6 @@
|
|
|
141
141
|
"type": "git",
|
|
142
142
|
"url": "git+https://github.com/natew/orez.git"
|
|
143
143
|
},
|
|
144
|
-
"workspaces": [
|
|
145
|
-
"sqlite-wasm"
|
|
146
|
-
],
|
|
147
144
|
"trustedDependencies": [
|
|
148
145
|
"@rocicorp/zero-sqlite3"
|
|
149
146
|
],
|