@gscdump/cli 0.26.0 → 0.26.2

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 +1 -1
  2. package/package.json +7 -7
package/dist/index.mjs CHANGED
@@ -125,7 +125,7 @@ function loadEnvFromCwd() {
125
125
  }
126
126
  return applied;
127
127
  }
128
- var version = "0.26.0";
128
+ var version = "0.26.2";
129
129
  const ALL_SEARCH_TYPES$1 = Object.values(SearchTypes);
130
130
  const VERSION = version;
131
131
  function noSubcommandSelected(parent, subNames) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gscdump/cli",
3
3
  "type": "module",
4
- "version": "0.26.0",
4
+ "version": "0.26.2",
5
5
  "description": "CLI for Google Search Console - dump, query, and run MCP server",
6
6
  "author": {
7
7
  "name": "Harlan Wilton",
@@ -35,18 +35,18 @@
35
35
  "dist"
36
36
  ],
37
37
  "dependencies": {
38
- "@clack/prompts": "^1.5.0",
38
+ "@clack/prompts": "^1.5.1",
39
39
  "@modelcontextprotocol/sdk": "^1.29.0",
40
40
  "citty": "^0.2.2",
41
41
  "consola": "^3.4.2",
42
- "google-auth-library": "^10.6.2",
42
+ "google-auth-library": "^10.7.0",
43
43
  "ofetch": "^1.5.1",
44
44
  "open": "^11.0.0",
45
45
  "zod": "^4.4.3",
46
- "@gscdump/engine": "0.26.0",
47
- "@gscdump/engine-gsc-api": "0.26.0",
48
- "@gscdump/analysis": "0.26.0",
49
- "gscdump": "0.26.0"
46
+ "@gscdump/analysis": "0.26.2",
47
+ "@gscdump/engine": "0.26.2",
48
+ "gscdump": "0.26.2",
49
+ "@gscdump/engine-gsc-api": "0.26.2"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@duckdb/node-api": "1.5.1-r.2",