@basemaps/cli 8.10.8 → 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.
@@ -26,6 +26,7 @@ export declare const Cli: Partial<import("cmd-ts/dist/cjs/argparser.js").Registe
26
26
  target: URL | undefined;
27
27
  concurrency: number;
28
28
  host: URL;
29
+ output: URL | undefined;
29
30
  path: URL;
30
31
  verbose: boolean;
31
32
  extraVerbose: boolean;
@@ -182,6 +183,7 @@ export declare const Cli: Partial<import("cmd-ts/dist/cjs/argparser.js").Registe
182
183
  target: URL | undefined;
183
184
  concurrency: number;
184
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.8",
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.3",
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": "add3b8736b52707b0feb33c3ba9257b793637556"
56
+ "gitHead": "9632045a4a70149c337689630aa28721b8630cba"
57
57
  }