gscdump 0.19.4 → 0.19.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.
@@ -2040,7 +2040,7 @@ function inferDataset(dimensions, filterDims = []) {
2040
2040
  if (has("page")) return "pages";
2041
2041
  if (has("country")) return "countries";
2042
2042
  if (has("device")) return "devices";
2043
- return "devices";
2043
+ return "pages";
2044
2044
  }
2045
2045
  const RESOLVABLE_DIMENSION_FAMILIES = [
2046
2046
  new Set([
@@ -1686,7 +1686,7 @@ function inferDataset(dimensions, filterDims = []) {
1686
1686
  if (has("page")) return "pages";
1687
1687
  if (has("country")) return "countries";
1688
1688
  if (has("device")) return "devices";
1689
- return "devices";
1689
+ return "pages";
1690
1690
  }
1691
1691
  const RESOLVABLE_DIMENSION_FAMILIES = [
1692
1692
  new Set([
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gscdump",
3
3
  "type": "module",
4
- "version": "0.19.4",
4
+ "version": "0.19.7",
5
5
  "description": "Google Search Console API wrapper with typed query builder, streaming pagination, and SEO analysis functions",
6
6
  "author": {
7
7
  "name": "Harlan Wilton",
@@ -108,7 +108,7 @@
108
108
  "defu": "^6.1.7",
109
109
  "ofetch": "^1.5.1",
110
110
  "ufo": "^1.6.4",
111
- "@gscdump/contracts": "0.19.4"
111
+ "@gscdump/contracts": "0.19.7"
112
112
  },
113
113
  "devDependencies": {
114
114
  "@googleapis/indexing": "^6.0.1",