@anycli/version
Advanced tools
Comparing version 0.1.15 to 0.1.16
@@ -0,1 +1,9 @@ | ||
<a name="0.1.16"></a> | ||
## [0.1.16](https://github.com/anycli/version/compare/399ae7ca19b17a77b14c5ca65b273bad74b7aedf...v0.1.16) (2018-01-31) | ||
### Bug Fixes | ||
* typescript 2.7 ([59156f6](https://github.com/anycli/version/commit/59156f6)) | ||
<a name="0.1.15"></a> | ||
@@ -2,0 +10,0 @@ ## [0.1.15](https://github.com/anycli/version/compare/bc360cfe7554494e0ae437c15d8f8c346d25987c...v0.1.15) (2018-01-31) |
import Command from '@anycli/command'; | ||
export default class Version extends Command { | ||
variableArgs: true; | ||
static variableArgs: true; | ||
run(): Promise<void>; | ||
} |
{ | ||
"name": "@anycli/version", | ||
"description": "a anycli command that just shows the CLI version", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -14,15 +14,15 @@ "anycli": { | ||
"dependencies": { | ||
"@anycli/command": "^0.2.9", | ||
"@anycli/config": "^0.2.0", | ||
"cli-ux": "^3.3.9" | ||
"@anycli/command": "^0.2.12", | ||
"@anycli/config": "^0.2.2", | ||
"cli-ux": "^3.3.10" | ||
}, | ||
"devDependencies": { | ||
"@anycli/engine": "^0.1.27", | ||
"@anycli/test": "^0.9.20", | ||
"@anycli/tslint": "^0.1.4", | ||
"@commitlint/cli": "^6.0.2", | ||
"@commitlint/config-conventional": "^6.0.2", | ||
"@anycli/engine": "^0.1.32", | ||
"@anycli/test": "^0.10.0", | ||
"@anycli/tslint": "^0.2.0", | ||
"@commitlint/cli": "^6.0.5", | ||
"@commitlint/config-conventional": "^6.0.4", | ||
"@types/chai": "^4.1.2", | ||
"@types/lodash": "^4.14.98", | ||
"@types/mocha": "^2.2.47", | ||
"@types/lodash": "^4.14.99", | ||
"@types/mocha": "^2.2.48", | ||
"@types/nock": "^9.1.2", | ||
@@ -40,3 +40,3 @@ "@types/node": "^9.4.0", | ||
"ts-node": "^4.1.0", | ||
"typescript": "^2.6.2" | ||
"typescript": "^2.7.1" | ||
}, | ||
@@ -43,0 +43,0 @@ "engines": { |
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
8085
Updated@anycli/command@^0.2.12
Updated@anycli/config@^0.2.2
Updatedcli-ux@^3.3.10