@basemaps/cli 8.10.7 → 8.10.9

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.
@@ -25,7 +25,8 @@ export declare const Cli: Partial<import("cmd-ts/dist/cjs/argparser.js").Registe
25
25
  args: {
26
26
  target: URL | undefined;
27
27
  concurrency: number;
28
- host: URL | undefined;
28
+ host: URL;
29
+ output: URL | undefined;
29
30
  path: URL;
30
31
  verbose: boolean;
31
32
  extraVerbose: boolean;
@@ -181,7 +182,8 @@ export declare const Cli: Partial<import("cmd-ts/dist/cjs/argparser.js").Registe
181
182
  args: {
182
183
  target: URL | undefined;
183
184
  concurrency: number;
184
- host: URL | undefined;
185
+ host: URL;
186
+ output: URL | undefined;
185
187
  path: URL;
186
188
  verbose: boolean;
187
189
  extraVerbose: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basemaps/cli",
3
- "version": "8.10.7",
3
+ "version": "8.10.9",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -41,7 +41,7 @@
41
41
  "node": ">=16.0.0"
42
42
  },
43
43
  "dependencies": {
44
- "@basemaps/cli-config": "^8.11.2",
44
+ "@basemaps/cli-config": "^8.11.4",
45
45
  "@basemaps/cli-raster": "^8.11.5",
46
46
  "@basemaps/cli-vector": "^8.10.6",
47
47
  "@basemaps/shared": "^8.9.6",
@@ -53,5 +53,5 @@
53
53
  "files": [
54
54
  "build/"
55
55
  ],
56
- "gitHead": "8e7b083ad11f25ed8eb61a7d2382efe48d208bb5"
56
+ "gitHead": "9632045a4a70149c337689630aa28721b8630cba"
57
57
  }