@gscdump/engine-sqlite 1.3.0 → 1.3.2
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 +2 -2
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -3588,7 +3588,7 @@ declare function createSqliteInsightRunner<TSchema extends Record<string, unknow
|
|
|
3588
3588
|
* (one or both). This lets callers pass unbounded query-string params
|
|
3589
3589
|
* through without first normalizing them.
|
|
3590
3590
|
*/
|
|
3591
|
-
declare const scopeFor: (table: "gsc_pages" | "gsc_keywords" | "gsc_countries" | "gsc_devices" | "gsc_page_keywords" | "gsc_search_appearance" | "gsc_search_appearance_pages" | "gsc_search_appearance_queries" | "gsc_search_appearance_page_queries" | "
|
|
3591
|
+
declare const scopeFor: (table: "gsc_pages" | "gsc_keywords" | "gsc_countries" | "gsc_devices" | "gsc_page_keywords" | "gsc_search_appearance" | "gsc_search_appearance_pages" | "gsc_search_appearance_queries" | "gsc_search_appearance_page_queries" | "gsc_hourly_pages" | "gsc_query_dim", opts: ScopedRunnerOptions) => TableScope, mergeScope: typeof import("@gscdump/engine/scope").mergeScope;
|
|
3592
3592
|
type SqliteQueryExecutor = SqliteRowExecutor;
|
|
3593
3593
|
interface SqliteQuerySourceOptions {
|
|
3594
3594
|
executor: SqliteQueryExecutor;
|
|
@@ -4383,7 +4383,7 @@ interface CreateSqliteResolverAdapterOptions {
|
|
|
4383
4383
|
regex?: boolean;
|
|
4384
4384
|
}
|
|
4385
4385
|
declare function createSqliteResolverAdapter(options?: CreateSqliteResolverAdapterOptions): ResolverAdapter<TableKey>;
|
|
4386
|
-
declare const sqliteResolverAdapter: ResolverAdapter<"gsc_pages" | "gsc_keywords" | "gsc_countries" | "gsc_devices" | "gsc_page_keywords" | "gsc_search_appearance" | "gsc_search_appearance_pages" | "gsc_search_appearance_queries" | "gsc_search_appearance_page_queries" | "
|
|
4386
|
+
declare const sqliteResolverAdapter: ResolverAdapter<"gsc_pages" | "gsc_keywords" | "gsc_countries" | "gsc_devices" | "gsc_page_keywords" | "gsc_search_appearance" | "gsc_search_appearance_pages" | "gsc_search_appearance_queries" | "gsc_search_appearance_page_queries" | "gsc_hourly_pages" | "gsc_query_dim">;
|
|
4387
4387
|
/**
|
|
4388
4388
|
* One-shot probe that detects whether the host SQLite has a working REGEXP
|
|
4389
4389
|
* function. SQLite ships REGEXP as a no-op stub by default; D1, libsql, and
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gscdump/engine-sqlite",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.2",
|
|
5
5
|
"description": "SQLite / D1 engine adapter for @gscdump/analysis — typed analytics over sqlite-proxy executors (Cloudflare D1, libsql).",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Harlan Wilton",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"drizzle-orm": "1.0.0-rc.3"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@gscdump/engine": "^1.3.
|
|
42
|
+
"@gscdump/engine": "^1.3.2"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"drizzle-orm": "1.0.0-rc.3",
|