gscdump 0.28.2 → 0.28.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/query/index.mjs +1 -1
- package/package.json +2 -2
package/dist/query/index.mjs
CHANGED
|
@@ -1798,7 +1798,7 @@ function normalizeBuilderStateResult(state) {
|
|
|
1798
1798
|
const s = state;
|
|
1799
1799
|
const normalized = {
|
|
1800
1800
|
dimensions: Array.isArray(s.dimensions) ? s.dimensions : [],
|
|
1801
|
-
metrics:
|
|
1801
|
+
metrics: s.metrics,
|
|
1802
1802
|
filter: normalizeFilter(s.filter),
|
|
1803
1803
|
orderBy: s.orderBy,
|
|
1804
1804
|
rowLimit: s.rowLimit,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gscdump",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.28.
|
|
4
|
+
"version": "0.28.3",
|
|
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",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"defu": "^6.1.7",
|
|
99
99
|
"ofetch": "^1.5.1",
|
|
100
100
|
"ufo": "^1.6.4",
|
|
101
|
-
"@gscdump/contracts": "0.28.
|
|
101
|
+
"@gscdump/contracts": "0.28.3"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
104
|
"@googleapis/indexing": "^6.0.1",
|