@gscdump/engine-duckdb-wasm 1.3.2 → 1.4.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/dist/index.d.mts +1 -1
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -286,7 +286,7 @@ declare function createInsightRunner(opts: InsightRunnerOptions): Promise<Insigh
|
|
|
286
286
|
* so consumers can add the predicate without an interface change when
|
|
287
287
|
* multi-site snapshots land.
|
|
288
288
|
*/
|
|
289
|
-
declare const scopeFor: (table: "
|
|
289
|
+
declare const scopeFor: (table: "countries" | "dates" | "hourly_pages" | "page_queries" | "pages" | "queries" | "search_appearance" | "search_appearance_page_queries" | "search_appearance_pages" | "search_appearance_queries", opts: ScopedRunnerOptions) => TableScope, mergeScope: typeof import("@gscdump/engine/scope").mergeScope;
|
|
290
290
|
interface QueryResult {
|
|
291
291
|
rows: Record<string, unknown>[];
|
|
292
292
|
queryMs: number;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gscdump/engine-duckdb-wasm",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.4.0",
|
|
5
5
|
"description": "DuckDB-WASM engine adapter for @gscdump/analysis — typed browser analytics against parquet via R2.",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Harlan Wilton",
|
|
@@ -45,9 +45,9 @@
|
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"drizzle-orm": "1.0.0-rc.3",
|
|
48
|
-
"@gscdump/contracts": "^1.
|
|
49
|
-
"@gscdump/engine": "^1.
|
|
50
|
-
"gscdump": "^1.
|
|
48
|
+
"@gscdump/contracts": "^1.4.0",
|
|
49
|
+
"@gscdump/engine": "^1.4.0",
|
|
50
|
+
"gscdump": "^1.4.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@duckdb/duckdb-wasm": "1.33.1-dev57.0",
|