@gscdump/engine 0.7.3 → 0.7.5
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 +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gscdump/engine",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.5",
|
|
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",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"@duckdb/duckdb-wasm": "^1.32.0",
|
|
160
160
|
"better-sqlite3": "^12.9.0",
|
|
161
161
|
"hyparquet": "^1.25.6",
|
|
162
|
-
"hyparquet-writer": "^0.
|
|
162
|
+
"hyparquet-writer": "^0.14.0",
|
|
163
163
|
"wa-sqlite": "^1.0.0"
|
|
164
164
|
},
|
|
165
165
|
"peerDependenciesMeta": {
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
"dependencies": {
|
|
183
183
|
"drizzle-orm": "^0.45.2",
|
|
184
184
|
"proper-lockfile": "^4.1.2",
|
|
185
|
-
"gscdump": "0.7.
|
|
185
|
+
"gscdump": "0.7.5"
|
|
186
186
|
},
|
|
187
187
|
"devDependencies": {
|
|
188
188
|
"@duckdb/duckdb-wasm": "^1.32.0",
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
"aws4fetch": "^1.0.20",
|
|
191
191
|
"better-sqlite3": "^12.9.0",
|
|
192
192
|
"hyparquet": "^1.25.6",
|
|
193
|
-
"hyparquet-writer": "^0.
|
|
193
|
+
"hyparquet-writer": "^0.14.0",
|
|
194
194
|
"tsx": "^4.21.0",
|
|
195
195
|
"vitest": "^4.1.5"
|
|
196
196
|
},
|