Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@anycli/plugin-version

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anycli/plugin-version - npm Package Compare versions

Comparing version
0.1.20
to
0.1.21
+8
-0
CHANGELOG.md

@@ -0,1 +1,9 @@

<a name="0.1.21"></a>
## [0.1.21](https://github.com/anycli/plugin-version/compare/948427739fcb15375415515c320846e4a68e9e0b...v0.1.21) (2018-02-02)
### Bug Fixes
* add plugin manifest ([2203a5f](https://github.com/anycli/plugin-version/commit/2203a5f))
<a name="0.1.20"></a>

@@ -2,0 +10,0 @@ ## [0.1.20](https://github.com/anycli/plugin-version/compare/fcd0d6c0fb2a7c1ff2882451c8bec76d734b6e9a...v0.1.20) (2018-02-02)

+7
-6
{
"name": "@anycli/plugin-version",
"description": "a anycli command that just shows the CLI version",
"version": "0.1.20",
"version": "0.1.21",
"author": "Jeff Dickey @jdxcode",

@@ -14,8 +14,9 @@ "anycli": {

"dependencies": {
"@anycli/command": "^0.3.5",
"cli-ux": "^3.3.12"
"@anycli/command": "^0.3.7",
"cli-ux": "^3.3.13"
},
"devDependencies": {
"@anycli/config": "^0.2.11",
"@anycli/engine": "^0.1.47",
"@anycli/config": "^0.3.0",
"@anycli/dev-cli": "^0.1.1",
"@anycli/engine": "^0.3.0",
"@anycli/test": "^0.10.3",

@@ -55,3 +56,3 @@ "@anycli/tslint": "^0.2.2",

"posttest": "yarn run lint",
"prepublishOnly": "yarn run build",
"prepublishOnly": "yarn run build && anycli-dev manifest > .anycli.manifest.json",
"test": "mocha --forbid-only \"test/**/*.test.ts\""

@@ -58,0 +59,0 @@ },