@gscdump/cloudflare 0.37.6 → 0.37.7
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.
|
@@ -358,6 +358,7 @@ function hasRegexFacet(query) {
|
|
|
358
358
|
function referencesQueryDim(query) {
|
|
359
359
|
const q = query;
|
|
360
360
|
if (q.dimension === "queryCanonical" || q.seriesDimension === "queryCanonical") return true;
|
|
361
|
+
if (q.entity?.dimension === "queryCanonical") return true;
|
|
361
362
|
if (q.match && "queryCanonical" in q.match) return true;
|
|
362
363
|
return q.facets?.some((f) => f.column === "queryCanonical") ?? false;
|
|
363
364
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gscdump/cloudflare",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.37.
|
|
4
|
+
"version": "0.37.7",
|
|
5
5
|
"description": "Cloudflare-Workers-flavored helpers for the gscdump analytics stack: AnalyticsEnv binding contract, R2 SigV4 presigner, size-hint HMAC, DuckDB Workers shims, engine factory.",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Harlan Wilton",
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@uwdata/flechette": "^2.5.0",
|
|
48
48
|
"aws4fetch": "^1.0.20",
|
|
49
|
-
"@gscdump/
|
|
50
|
-
"
|
|
51
|
-
"@gscdump/
|
|
52
|
-
"gscdump": "0.37.
|
|
49
|
+
"@gscdump/engine-sqlite": "0.37.7",
|
|
50
|
+
"gscdump": "0.37.7",
|
|
51
|
+
"@gscdump/contracts": "0.37.7",
|
|
52
|
+
"@gscdump/engine": "0.37.7"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@cloudflare/vitest-pool-workers": "^0.18.0",
|