gangtise-openapi-cli 0.7.0 → 0.7.2
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/src/cli.js +1 -1
- package/package.json +1 -1
package/dist/src/cli.js
CHANGED
|
@@ -188,7 +188,7 @@ function addTimeFilters(command) {
|
|
|
188
188
|
.option("--keyword <keyword>", "Keyword");
|
|
189
189
|
}
|
|
190
190
|
const program = new Command();
|
|
191
|
-
const CLI_VERSION = "0.
|
|
191
|
+
const CLI_VERSION = "0.7.1";
|
|
192
192
|
program.name("gangtise").description("Gangtise OpenAPI CLI").version(CLI_VERSION);
|
|
193
193
|
program
|
|
194
194
|
.command("auth")
|