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.22
to
0.1.23
+13
.anycli.manifest.json
{
"version": "0.1.22",
"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.23"></a>
## [0.1.23](https://github.com/anycli/plugin-version/compare/81ad2def21146ca848a0277ce5790b807e0592e4...v0.1.23) (2018-02-02)
### Bug Fixes
* fixed manifest location ([0526abd](https://github.com/anycli/plugin-version/commit/0526abd))
<a name="0.1.22"></a>

@@ -2,0 +10,0 @@ ## [0.1.22](https://github.com/anycli/plugin-version/compare/2203a5fb396ec00a53f10fc9fa7516245b4b75b8...v0.1.22) (2018-02-02)

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

@@ -42,2 +42,3 @@ "anycli": {

"files": [
".anycli.manifest.json",
"/lib"

@@ -56,3 +57,3 @@ ],

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

@@ -59,0 +60,0 @@ },

{
"version": "0.1.21",
"commands": [
{
"_base": "@anycli/command@0.3.7",
"id": "version",
"pluginName": "@anycli/plugin-version",
"aliases": [],
"flags": {},
"args": []
}
]
}