@gscdump/engine 0.22.4 → 0.23.1
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 +6 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gscdump/engine",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.23.1",
|
|
5
5
|
"description": "Append-only Parquet/DuckDB storage engine + planner + adapters for the gscdump pipeline. Node + edge runtimes; opt-in heavy peers.",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Harlan Wilton",
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
"peerDependencies": {
|
|
164
164
|
"@duckdb/duckdb-wasm": "^1.32.0",
|
|
165
165
|
"hyparquet": "^1.26.0",
|
|
166
|
-
"hyparquet-writer": "^0.15.
|
|
166
|
+
"hyparquet-writer": "^0.15.3"
|
|
167
167
|
},
|
|
168
168
|
"peerDependenciesMeta": {
|
|
169
169
|
"@duckdb/duckdb-wasm": {
|
|
@@ -178,17 +178,17 @@
|
|
|
178
178
|
},
|
|
179
179
|
"dependencies": {
|
|
180
180
|
"drizzle-orm": "^0.45.2",
|
|
181
|
-
"icebird": "^0.8.
|
|
181
|
+
"icebird": "^0.8.6",
|
|
182
182
|
"proper-lockfile": "^4.1.2",
|
|
183
|
-
"gscdump": "0.
|
|
184
|
-
"
|
|
183
|
+
"@gscdump/contracts": "0.23.1",
|
|
184
|
+
"gscdump": "0.23.1"
|
|
185
185
|
},
|
|
186
186
|
"devDependencies": {
|
|
187
187
|
"@duckdb/duckdb-wasm": "^1.32.0",
|
|
188
188
|
"@types/proper-lockfile": "^4.1.4",
|
|
189
189
|
"aws4fetch": "^1.0.20",
|
|
190
190
|
"hyparquet": "^1.26.0",
|
|
191
|
-
"hyparquet-writer": "^0.15.
|
|
191
|
+
"hyparquet-writer": "^0.15.3",
|
|
192
192
|
"tsx": "^4.22.3",
|
|
193
193
|
"vitest": "^4.1.7"
|
|
194
194
|
},
|