@anycli/example-plugin-js
Advanced tools
Comparing version 0.9.10 to 0.9.11
@@ -1,1 +0,1 @@ | ||
{"version":"0.9.9","commands":{"hello":{"id":"hello","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name to print"}},"args":[]}}} | ||
{"version":"0.9.10","commands":{"hello":{"id":"hello","pluginName":"@anycli/example-plugin-js","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name to print"}},"args":[]}}} |
@@ -0,1 +1,9 @@ | ||
<a name="0.9.11"></a> | ||
## [0.9.11](https://github.com/anycli/example-plugin-js/compare/03930448d9c16445c0f436871150313dc82cec0e...v0.9.11) (2018-02-06) | ||
### Bug Fixes | ||
* anycli v0.33.13 ([1cf3eda](https://github.com/anycli/example-plugin-js/commit/1cf3eda)) | ||
<a name="0.9.10"></a> | ||
@@ -2,0 +10,0 @@ ## [0.9.10](https://github.com/anycli/example-plugin-js/compare/8f6dae90a7e4ecc0a24cf1eab4136165f4ec2ccd...v0.9.10) (2018-02-06) |
{ | ||
"name": "@anycli/example-plugin-js", | ||
"description": "example dxcli plugin in javascript", | ||
"version": "0.9.10", | ||
"version": "0.9.11", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -14,9 +14,9 @@ "anycli": { | ||
"dependencies": { | ||
"@anycli/command": "^1.2.10" | ||
"@anycli/command": "^1.2.10", | ||
"@anycli/config": "^1.3.15", | ||
"@anycli/errors": "^0.2.1" | ||
}, | ||
"devDependencies": { | ||
"@anycli/config": "^1.3.11", | ||
"@anycli/dev-cli": "^0.2.2", | ||
"@anycli/errors": "^0.2.1", | ||
"@anycli/plugin-help": "^0.6.4", | ||
"@anycli/plugin-help": "^0.6.5", | ||
"@anycli/test": "^0.10.11", | ||
@@ -23,0 +23,0 @@ "chai": "^4.1.2", |
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
15943
8
3
+ Added@anycli/config@^1.3.15
+ Added@anycli/errors@^0.2.1
+ Added@anycli/config@1.3.45(transitive)
+ Added@anycli/errors@0.2.2(transitive)
+ Addedansi-regex@3.0.1(transitive)
+ Addedclean-stack@1.3.0(transitive)
+ Addedfs-extra@5.0.0(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedindent-string@3.2.0(transitive)
+ Addedis-fullwidth-code-point@2.0.0(transitive)
+ Addedjsonfile@4.0.0(transitive)
+ Addedstring-width@2.1.1(transitive)
+ Addedstrip-ansi@4.0.0(transitive)
+ Addeduniversalify@0.1.2(transitive)
+ Addedwrap-ansi@3.0.1(transitive)