@anycli/example-multi-ts
Advanced tools
Comparing version 0.9.12 to 0.9.13
@@ -1,1 +0,1 @@ | ||
{"version":"0.9.11","commands":{"hello":{"id":"hello","description":"\nAdd a longer description here\n...\n...\n","pluginName":"@anycli/example-multi-ts","pluginType":"dev","aliases":[],"examples":["$ example-multi-ts hello\nhello world from hello!\n","$ example-multi-ts hello --name myname\nhello myname from hello!\n","$ example-multi-ts hello file outputs \"hello world!\" to file","$ example-multi-ts hello --force","$ example-multi-ts hello --help"],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name to print","hidden":false,"required":false},"force":{"name":"force","type":"boolean","char":"f"}},"args":[{"name":"file","description":"file to output","required":false}]}}} | ||
{"version":"0.9.13","commands":{"hello":{"id":"hello","description":"\nAdd a longer description here\n...\n...\n","pluginName":"@anycli/example-multi-ts","pluginType":"dev","aliases":[],"examples":["$ example-multi-ts hello\nhello world from hello!\n","$ example-multi-ts hello --name myname\nhello myname from hello!\n","$ example-multi-ts hello file outputs \"hello world!\" to file","$ example-multi-ts hello --force","$ example-multi-ts hello --help"],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name to print","hidden":false,"required":false},"force":{"name":"force","type":"boolean","char":"f"}},"args":[{"name":"file","description":"file to output","required":false}]}}} |
@@ -0,1 +1,11 @@ | ||
<a name="0.9.13"></a> | ||
## [0.9.13](https://github.com/anycli/example-multi-ts/compare/85112697a72faac6dc153ec3dd46961fe25cc6aa...v0.9.13) (2018-02-07) | ||
### Bug Fixes | ||
* anycli v0.33.14 ([a1edfdd](https://github.com/anycli/example-multi-ts/commit/a1edfdd)) | ||
* anycli v0.33.15 ([5e32592](https://github.com/anycli/example-multi-ts/commit/5e32592)) | ||
* anycli v0.33.16 ([c48545e](https://github.com/anycli/example-multi-ts/commit/c48545e)) | ||
<a name="0.9.12"></a> | ||
@@ -2,0 +12,0 @@ ## [0.9.12](https://github.com/anycli/example-multi-ts/compare/01ecc8476acbe6ba04b81e171bce2a3154e05167...v0.9.12) (2018-02-07) |
{ | ||
"name": "@anycli/example-multi-ts", | ||
"description": "example multi-command CLI built with typescript", | ||
"version": "0.9.12", | ||
"version": "0.9.13", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -19,3 +19,3 @@ "anycli": { | ||
"@anycli/command": "^1.2.13", | ||
"@anycli/config": "^1.3.23", | ||
"@anycli/config": "^1.3.24", | ||
"@anycli/errors": "^0.2.1", | ||
@@ -26,3 +26,3 @@ "@anycli/plugin-help": "^0.6.8", | ||
"devDependencies": { | ||
"@anycli/dev-cli": "^0.3.1", | ||
"@anycli/dev-cli": "^0.3.2", | ||
"@anycli/test": "^0.10.11", | ||
@@ -29,0 +29,0 @@ "@anycli/tslint": "^0.2.7", |
@@ -35,3 +35,3 @@ @anycli/example-multi-ts | ||
$ example-multi-ts (-v|--version|version) | ||
@anycli/example-multi-ts/0.9.11 (linux-x64) node-v9.5.0 | ||
@anycli/example-multi-ts/0.9.12 (linux-x64) node-v9.5.0 | ||
$ example-multi-ts --help [COMMAND] | ||
@@ -38,0 +38,0 @@ USAGE |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24272
Updated@anycli/config@^1.3.24