@gscdump/cli 0.20.3 → 0.21.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.
- package/dist/index.mjs +3 -3
- package/package.json +6 -6
package/dist/index.mjs
CHANGED
|
@@ -122,7 +122,7 @@ function loadEnvFromCwd() {
|
|
|
122
122
|
}
|
|
123
123
|
return applied;
|
|
124
124
|
}
|
|
125
|
-
var version = "0.
|
|
125
|
+
var version = "0.21.1";
|
|
126
126
|
const ALL_SEARCH_TYPES$1 = Object.values(SearchTypes);
|
|
127
127
|
const VERSION = version;
|
|
128
128
|
function noSubcommandSelected(parent, subNames) {
|
|
@@ -5765,9 +5765,9 @@ const storeCommand = defineCommand({
|
|
|
5765
5765
|
});
|
|
5766
5766
|
const DEFAULT_TABLES = [
|
|
5767
5767
|
"pages",
|
|
5768
|
-
"
|
|
5768
|
+
"queries",
|
|
5769
5769
|
"countries",
|
|
5770
|
-
"
|
|
5770
|
+
"dates"
|
|
5771
5771
|
];
|
|
5772
5772
|
const DEFAULT_TYPES = ["web"];
|
|
5773
5773
|
const ALL_SEARCH_TYPES = Object.values(SearchTypes);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gscdump/cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.21.1",
|
|
5
5
|
"description": "CLI for Google Search Console - dump, query, and run MCP server",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Harlan Wilton",
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
"google-auth-library": "^10.6.2",
|
|
43
43
|
"ofetch": "^1.5.1",
|
|
44
44
|
"open": "^11.0.0",
|
|
45
|
-
"@gscdump/
|
|
46
|
-
"@gscdump/engine
|
|
47
|
-
"@gscdump/
|
|
48
|
-
"gscdump": "0.
|
|
49
|
-
"@gscdump/
|
|
45
|
+
"@gscdump/analysis": "0.21.1",
|
|
46
|
+
"@gscdump/engine": "0.21.1",
|
|
47
|
+
"@gscdump/engine-gsc-api": "0.21.1",
|
|
48
|
+
"gscdump": "0.21.1",
|
|
49
|
+
"@gscdump/mcp": "0.21.1"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@duckdb/node-api": "1.5.1-r.2",
|