@gscdump/sdk 0.32.9 → 0.32.11

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.
Files changed (2) hide show
  1. package/dist/index.mjs +3 -3
  2. 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, growth ready",
1795
+ label: "Healthy",
1796
1796
  severity: "success",
1797
- summary: "Google can discover, index, and show the site. The next work is growth, not cleanup.",
1798
- primaryAction: "Use expansion work: striking-distance pages, content gaps, and authority building.",
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.9",
4
+ "version": "0.32.11",
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.9",
48
- "@gscdump/contracts": "0.32.9",
49
- "@gscdump/engine": "0.32.9",
50
- "gscdump": "0.32.9"
47
+ "@gscdump/contracts": "0.32.11",
48
+ "@gscdump/analysis": "0.32.11",
49
+ "@gscdump/engine": "0.32.11",
50
+ "gscdump": "0.32.11"
51
51
  },
52
52
  "devDependencies": {
53
53
  "typescript": "^6.0.3",