@gscdump/engine-gsc-api 0.37.7 → 0.38.1

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.d.mts +2 -1
  2. package/package.json +4 -4
package/dist/index.d.mts CHANGED
@@ -60,7 +60,8 @@ interface GscDailyRow {
60
60
  declare function fetchGscDaily(opts: {
61
61
  client: GoogleSearchConsoleClient;
62
62
  siteUrl: string;
63
- range: GscRange; /** GSC search corpus; callers default API-boundary omissions to web. */
63
+ range: GscRange;
64
+ /** GSC search corpus; callers default API-boundary omissions to web. */
64
65
  searchType?: SearchType;
65
66
  }): Promise<GscDailyRow[]>;
66
67
  interface GscApiQuerySourceOptions {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gscdump/engine-gsc-api",
3
3
  "type": "module",
4
- "version": "0.37.7",
4
+ "version": "0.38.1",
5
5
  "description": "GSC live-API engine adapter — wraps the Search Analytics REST API as an AnalysisQuerySource for typed analyzer dispatch.",
6
6
  "author": {
7
7
  "name": "Harlan Wilton",
@@ -36,11 +36,11 @@
36
36
  "node": ">=18"
37
37
  },
38
38
  "dependencies": {
39
- "gscdump": "0.37.7",
40
- "@gscdump/engine": "0.37.7"
39
+ "@gscdump/engine": "0.38.1",
40
+ "gscdump": "0.38.1"
41
41
  },
42
42
  "devDependencies": {
43
- "vitest": "^4.1.9"
43
+ "vitest": "^4.1.10"
44
44
  },
45
45
  "scripts": {
46
46
  "build": "obuild",