@basemaps/cli 8.10.7 → 8.10.8

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,7 @@ 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
29
  path: URL;
30
30
  verbose: boolean;
31
31
  extraVerbose: boolean;
@@ -181,7 +181,7 @@ export declare const Cli: Partial<import("cmd-ts/dist/cjs/argparser.js").Registe
181
181
  args: {
182
182
  target: URL | undefined;
183
183
  concurrency: number;
184
- host: URL | undefined;
184
+ host: URL;
185
185
  path: URL;
186
186
  verbose: boolean;
187
187
  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.8",
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.3",
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": "add3b8736b52707b0feb33c3ba9257b793637556"
57
57
  }