@gscdump/cli 0.26.9 → 0.26.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 +1 -1
- package/package.json +6 -6
package/dist/index.mjs
CHANGED
|
@@ -126,7 +126,7 @@ function loadEnvFromCwd() {
|
|
|
126
126
|
}
|
|
127
127
|
return applied;
|
|
128
128
|
}
|
|
129
|
-
var version = "0.26.
|
|
129
|
+
var version = "0.26.10";
|
|
130
130
|
const ALL_SEARCH_TYPES$1 = Object.values(SearchTypes);
|
|
131
131
|
const VERSION = version;
|
|
132
132
|
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.
|
|
4
|
+
"version": "0.26.10",
|
|
5
5
|
"description": "CLI for Google Search Console - dump, query, and run MCP server",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Harlan Wilton",
|
|
@@ -43,14 +43,14 @@
|
|
|
43
43
|
"ofetch": "^1.5.1",
|
|
44
44
|
"open": "^11.0.0",
|
|
45
45
|
"zod": "^4.4.3",
|
|
46
|
-
"@gscdump/analysis": "0.26.
|
|
47
|
-
"@gscdump/engine": "0.26.
|
|
48
|
-
"@gscdump/engine
|
|
49
|
-
"gscdump": "0.26.
|
|
46
|
+
"@gscdump/analysis": "0.26.10",
|
|
47
|
+
"@gscdump/engine-gsc-api": "0.26.10",
|
|
48
|
+
"@gscdump/engine": "0.26.10",
|
|
49
|
+
"gscdump": "0.26.10"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@duckdb/node-api": "1.5.1-r.2",
|
|
53
|
-
"vitest": "^4.1.
|
|
53
|
+
"vitest": "^4.1.9"
|
|
54
54
|
},
|
|
55
55
|
"scripts": {
|
|
56
56
|
"build": "obuild",
|