@gscdump/sdk 0.32.8 → 0.32.10
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.mjs +3 -3
- package/package.json +5 -5
package/dist/index.mjs
CHANGED
|
@@ -1792,10 +1792,10 @@ function stage(key, evidence) {
|
|
|
1792
1792
|
sprintFindingTypes: ["search-console-stage", "negative-movers"]
|
|
1793
1793
|
},
|
|
1794
1794
|
healthy_growth_ready: {
|
|
1795
|
-
label: "Healthy
|
|
1795
|
+
label: "Healthy",
|
|
1796
1796
|
severity: "success",
|
|
1797
|
-
summary: "Google can discover, index, and show
|
|
1798
|
-
primaryAction: "
|
|
1797
|
+
summary: "Google can discover, index, and show your pages.",
|
|
1798
|
+
primaryAction: "Push striking-distance pages (positions 11 to 20) and close content gaps to grow impressions.",
|
|
1799
1799
|
nextStage: null,
|
|
1800
1800
|
sprintFindingTypes: ["striking-distance", "competitor-content-gap"]
|
|
1801
1801
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gscdump/sdk",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.32.
|
|
4
|
+
"version": "0.32.10",
|
|
5
5
|
"description": "Consumer SDK for hosted gscdump.com integrations.",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Harlan Wilton",
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"date-fns": "^4.4.0",
|
|
45
45
|
"ofetch": "^1.5.1",
|
|
46
46
|
"zod": "^4.4.3",
|
|
47
|
-
"@gscdump/analysis": "0.32.
|
|
48
|
-
"@gscdump/
|
|
49
|
-
"@gscdump/
|
|
50
|
-
"gscdump": "0.32.
|
|
47
|
+
"@gscdump/analysis": "0.32.10",
|
|
48
|
+
"@gscdump/engine": "0.32.10",
|
|
49
|
+
"@gscdump/contracts": "0.32.10",
|
|
50
|
+
"gscdump": "0.32.10"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"typescript": "^6.0.3",
|