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.21
to
0.1.22
+13
lib/.anycli.manifest.json
{
"version": "0.1.21",
"commands": [
{
"_base": "@anycli/command@0.3.7",
"id": "version",
"pluginName": "@anycli/plugin-version",
"aliases": [],
"flags": {},
"args": []
}
]
}
+8
-0

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

<a name="0.1.22"></a>
## [0.1.22](https://github.com/anycli/plugin-version/compare/2203a5fb396ec00a53f10fc9fa7516245b4b75b8...v0.1.22) (2018-02-02)
### Bug Fixes
* fixed manifest location ([81ad2de](https://github.com/anycli/plugin-version/commit/81ad2de))
<a name="0.1.21"></a>

@@ -2,0 +10,0 @@ ## [0.1.21](https://github.com/anycli/plugin-version/compare/948427739fcb15375415515c320846e4a68e9e0b...v0.1.21) (2018-02-02)

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

@@ -55,3 +55,3 @@ "anycli": {

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

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