@gscdump/engine-duckdb-wasm 1.4.1 → 1.4.3
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/runner.d.mts +1 -1
- package/package.json +4 -4
package/dist/runner.d.mts
CHANGED
|
@@ -24,5 +24,5 @@ declare function createInsightRunner(opts: InsightRunnerOptions): Promise<Insigh
|
|
|
24
24
|
* so consumers can add the predicate without an interface change when
|
|
25
25
|
* multi-site snapshots land.
|
|
26
26
|
*/
|
|
27
|
-
declare const scopeFor: (table: "
|
|
27
|
+
declare const scopeFor: (table: "pages" | "queries" | "countries" | "page_queries" | "dates" | "search_appearance" | "search_appearance_pages" | "search_appearance_queries" | "search_appearance_page_queries" | "hourly_pages", opts: ScopedRunnerOptions) => TableScope, mergeScope: typeof import("@gscdump/engine/scope").mergeScope;
|
|
28
28
|
export { InsightRunner, InsightRunnerOptions, type ScopedRunnerOptions, type TableScope, createInsightRunner, mergeScope, scopeFor };
|
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.
|
|
4
|
+
"version": "1.4.3",
|
|
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.4.
|
|
49
|
-
"@gscdump/engine": "^1.4.
|
|
50
|
-
"gscdump": "^1.4.
|
|
48
|
+
"@gscdump/contracts": "^1.4.3",
|
|
49
|
+
"@gscdump/engine": "^1.4.3",
|
|
50
|
+
"gscdump": "^1.4.3"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@duckdb/duckdb-wasm": "1.33.1-dev57.0",
|