@gscdump/cli 1.3.2 → 1.4.0
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/_chunks/utils.mjs +1 -1
- package/package.json +5 -5
package/dist/_chunks/utils.mjs
CHANGED
|
@@ -4,7 +4,7 @@ import fs from "node:fs/promises";
|
|
|
4
4
|
import os from "node:os";
|
|
5
5
|
import { Buffer } from "node:buffer";
|
|
6
6
|
import { SearchTypes } from "gscdump/query";
|
|
7
|
-
var version = "1.
|
|
7
|
+
var version = "1.4.0";
|
|
8
8
|
const ALL_SEARCH_TYPES = Object.values(SearchTypes);
|
|
9
9
|
const VERSION = version;
|
|
10
10
|
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": "1.
|
|
4
|
+
"version": "1.4.0",
|
|
5
5
|
"description": "CLI for Google Search Console - dump, query, and run MCP server",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Harlan Wilton",
|
|
@@ -56,10 +56,10 @@
|
|
|
56
56
|
"ofetch": "^1.5.1",
|
|
57
57
|
"open": "^11.0.0",
|
|
58
58
|
"zod": "^4.4.3",
|
|
59
|
-
"@gscdump/analysis": "^1.
|
|
60
|
-
"@gscdump/engine": "^1.
|
|
61
|
-
"@gscdump/engine-gsc-api": "^1.
|
|
62
|
-
"gscdump": "^1.
|
|
59
|
+
"@gscdump/analysis": "^1.4.0",
|
|
60
|
+
"@gscdump/engine": "^1.4.0",
|
|
61
|
+
"@gscdump/engine-gsc-api": "^1.4.0",
|
|
62
|
+
"gscdump": "^1.4.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"vitest": "^4.1.10"
|