@anycli/example-multi-ts
Advanced tools
Comparing version 0.9.13 to 0.9.14
@@ -1,1 +0,1 @@ | ||
{"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}]}}} | ||
{"version":"0.9.14","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,9 @@ | ||
<a name="0.9.14"></a> | ||
## [0.9.14](https://github.com/anycli/example-multi-ts/compare/c48545ee92ecb50220284108d5ecfd8f1b9cc38a...v0.9.14) (2018-02-07) | ||
### Bug Fixes | ||
* anycli v0.33.17 ([dee815d](https://github.com/anycli/example-multi-ts/commit/dee815d)) | ||
<a name="0.9.13"></a> | ||
@@ -2,0 +10,0 @@ ## [0.9.13](https://github.com/anycli/example-multi-ts/compare/85112697a72faac6dc153ec3dd46961fe25cc6aa...v0.9.13) (2018-02-07) |
{ | ||
"name": "@anycli/example-multi-ts", | ||
"description": "example multi-command CLI built with typescript", | ||
"version": "0.9.13", | ||
"version": "0.9.14", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -18,11 +18,11 @@ "anycli": { | ||
"dependencies": { | ||
"@anycli/command": "^1.2.13", | ||
"@anycli/config": "^1.3.24", | ||
"@anycli/command": "^1.2.14", | ||
"@anycli/config": "^1.3.32", | ||
"@anycli/errors": "^0.2.1", | ||
"@anycli/plugin-help": "^0.6.8", | ||
"@anycli/plugin-help": "^0.6.9", | ||
"globby": "^7.1.1" | ||
}, | ||
"devDependencies": { | ||
"@anycli/dev-cli": "^0.3.2", | ||
"@anycli/test": "^0.10.11", | ||
"@anycli/dev-cli": "^0.3.3", | ||
"@anycli/test": "^0.10.13", | ||
"@anycli/tslint": "^0.2.7", | ||
@@ -29,0 +29,0 @@ "@types/chai": "^4.1.2", |
@@ -35,3 +35,3 @@ @anycli/example-multi-ts | ||
$ example-multi-ts (-v|--version|version) | ||
@anycli/example-multi-ts/0.9.12 (linux-x64) node-v9.5.0 | ||
@anycli/example-multi-ts/0.9.13 (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
24529
Updated@anycli/command@^1.2.14
Updated@anycli/config@^1.3.32
Updated@anycli/plugin-help@^0.6.9