@basemaps/cli 8.0.0 → 8.1.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.
@@ -34,7 +34,7 @@ export declare const Cli: Partial<import("cmd-ts/dist/cjs/argparser.js").Registe
34
34
  command: "import";
35
35
  args: {
36
36
  config: string;
37
- output: string;
37
+ output: string | undefined;
38
38
  target: string | undefined;
39
39
  commit: boolean;
40
40
  verbose: boolean;
@@ -125,7 +125,7 @@ export declare const Cli: Partial<import("cmd-ts/dist/cjs/argparser.js").Registe
125
125
  command: "import";
126
126
  args: {
127
127
  config: string;
128
- output: string;
128
+ output: string | undefined;
129
129
  target: string | undefined;
130
130
  commit: boolean;
131
131
  verbose: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basemaps/cli",
3
- "version": "8.0.0",
3
+ "version": "8.1.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -40,9 +40,9 @@
40
40
  "node": ">=16.0.0"
41
41
  },
42
42
  "dependencies": {
43
- "@basemaps/cli-config": "^8.0.0",
44
- "@basemaps/cli-raster": "^8.0.0",
45
- "@basemaps/shared": "^8.0.0",
43
+ "@basemaps/cli-config": "^8.1.0",
44
+ "@basemaps/cli-raster": "^8.1.0",
45
+ "@basemaps/shared": "^8.1.0",
46
46
  "cmd-ts": "^0.13.0"
47
47
  },
48
48
  "publishConfig": {
@@ -51,5 +51,5 @@
51
51
  "files": [
52
52
  "build/"
53
53
  ],
54
- "gitHead": "852c7c8bcbe06d065de732f23a6ebc2dd6a19cfc"
54
+ "gitHead": "14a4364d39e226b7ed0396fee9c3adc534d1142b"
55
55
  }