From da099da95cc8e6dbcfb3f35c601999a5cef1dad9 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Wed, 31 Jan 2018 22:38:35 -0800 Subject: [PATCH 1/3] fix: updated command --- package.json | 28 +++++++++++++----------- yarn.lock | 62 ++++++++++++++++++++++++++++++++++++++++++++++------ 2 files changed, 70 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index 58097e24..a8574fdf 100644 --- a/package.json +++ b/package.json @@ -3,12 +3,20 @@ "description": "standard help for anycli", "version": "0.3.3", "author": "Jeff Dickey @jdxcode", + "anycli": { + "bin": "anycli", + "commands": "./lib/commands", + "devPlugins": [ + "@anycli/version", + "@anycli/plugins" + ] + }, "bugs": "https://github.com/jdxcode/help/issues", "dependencies": { - "@anycli/command": "^0.2.22", + "@anycli/command": "^0.2.25", "@anycli/screen": "^0.0.3", "chalk": "^2.3.0", - "cli-ux": "^3.3.10", + "cli-ux": "^3.3.12", "indent-string": "^3.2.0", "lodash": "^4.17.4", "string-width": "^2.1.1", @@ -16,9 +24,9 @@ "wrap-ansi": "^3.0.1" }, "devDependencies": { - "@anycli/config": "^0.2.6", + "@anycli/config": "^0.2.10", "@anycli/engine": "^0.1.38", - "@anycli/plugins": "^0.2.0", + "@anycli/plugins": "^0.2.1", "@anycli/test": "^0.10.1", "@anycli/tslint": "^0.2.1", "@anycli/version": "^0.1.19", @@ -46,14 +54,6 @@ "ts-node": "^4.1.0", "typescript": "^2.7.1" }, - "anycli": { - "bin": "anycli", - "commands": "./lib/commands", - "devPlugins": [ - "@anycli/version", - "@anycli/plugins" - ] - }, "engines": { "node": ">=8.0.0" }, @@ -65,11 +65,13 @@ "anycli-plugin" ], "license": "MIT", + "main": "./lib/index.js", "repository": "anycli/help", "scripts": { "commitmsg": "commitlint -x @commitlint/config-conventional -e $GIT_PARAMS", "precommit": "nps lint -l warn", "prepublishOnly": "nps build", "test": "nps test -l warn" - } + }, + "types": "./lib/index.d.ts" } diff --git a/yarn.lock b/yarn.lock index 99aedf09..62a708b5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,7 +2,7 @@ # yarn lockfile v1 -"@anycli/command@^0.2.19", "@anycli/command@^0.2.21", "@anycli/command@^0.2.22": +"@anycli/command@^0.2.19", "@anycli/command@^0.2.22": version "0.2.22" resolved "https://registry.yarnpkg.com/@anycli/command/-/command-0.2.22.tgz#486b36d2916b28f08b9aedb129a758a4da2f542a" dependencies: @@ -12,7 +12,28 @@ lodash "^4.17.4" tslib "^1.9.0" -"@anycli/config@^0.2.3", "@anycli/config@^0.2.4", "@anycli/config@^0.2.6": +"@anycli/command@^0.2.25": + version "0.2.25" + resolved "https://registry.yarnpkg.com/@anycli/command/-/command-0.2.25.tgz#56d9424332e8defe457164615e8183b0333b4592" + dependencies: + "@anycli/parser" "^3.0.3" + cli-ux "^3.3.10" + debug "^3.1.0" + lodash "^4.17.4" + tslib "^1.9.0" + +"@anycli/config@^0.2.10": + version "0.2.10" + resolved "https://registry.yarnpkg.com/@anycli/config/-/config-0.2.10.tgz#17ec0e6f0ffff1f0d49e63dad6d3d09e625fe734" + dependencies: + cli-ux "^3.3.10" + debug "^3.1.0" + fs-extra "^5.0.0" + load-json-file "^4.0.0" + lodash "^4.17.4" + read-pkg "^3.0.0" + +"@anycli/config@^0.2.3": version "0.2.6" resolved "https://registry.yarnpkg.com/@anycli/config/-/config-0.2.6.tgz#d40709a61704907d4d6e7dcab6bbf124ab74e9ad" dependencies: @@ -52,12 +73,19 @@ chalk "^2.3.0" lodash "^4.17.4" -"@anycli/plugins@^0.2.0": - version "0.2.0" - resolved "https://registry.yarnpkg.com/@anycli/plugins/-/plugins-0.2.0.tgz#890149c067c3105614ce7a2bec81fcfcba1051a9" +"@anycli/parser@^3.0.3": + version "3.0.3" + resolved "https://registry.yarnpkg.com/@anycli/parser/-/parser-3.0.3.tgz#abc33c9098485d0ae2705eab859ff305aec6006f" + dependencies: + "@anycli/screen" "^0.0.3" + chalk "^2.3.0" + lodash "^4.17.4" + +"@anycli/plugins@^0.2.1": + version "0.2.1" + resolved "https://registry.yarnpkg.com/@anycli/plugins/-/plugins-0.2.1.tgz#16fe90189a6ddb495fc23e5ef8db050193420113" dependencies: - "@anycli/command" "^0.2.21" - "@anycli/config" "^0.2.4" + "@anycli/command" "^0.2.22" "@anycli/manifest-file" "^0.2.0" "@heroku-cli/color" "^1.1.1" cli-ux "^3.3.10" @@ -547,6 +575,26 @@ cli-ux@^3.3.10: strip-ansi "^4.0.0" supports-color "^5.1.0" +cli-ux@^3.3.12: + version "3.3.12" + resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-3.3.12.tgz#9bd5a2ed5c682fc22027bd32c5eb20bbe6aa2571" + dependencies: + "@anycli/screen" "^0.0.3" + "@heroku/linewrap" "^1.0.0" + ansi-styles "^3.2.0" + cardinal "^1.0.0" + chalk "^2.3.0" + clean-stack "^1.3.0" + extract-stack "^1.0.0" + fs-extra "^5.0.0" + indent-string "^3.2.0" + lodash "^4.17.4" + node-notifier "^5.2.1" + password-prompt "^1.0.4" + semver "^5.5.0" + strip-ansi "^4.0.0" + supports-color "^5.1.0" + cli-width@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639" From 608ba929331f1b5353e226d043c91863e2d60595 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Wed, 31 Jan 2018 22:44:19 -0800 Subject: [PATCH 2/3] chore: updated command --- package.json | 2 +- yarn.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index a8574fdf..47742a32 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "bugs": "https://github.com/jdxcode/help/issues", "dependencies": { - "@anycli/command": "^0.2.25", + "@anycli/command": "^0.3.0", "@anycli/screen": "^0.0.3", "chalk": "^2.3.0", "cli-ux": "^3.3.12", diff --git a/yarn.lock b/yarn.lock index 62a708b5..2d2138f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12,12 +12,12 @@ lodash "^4.17.4" tslib "^1.9.0" -"@anycli/command@^0.2.25": - version "0.2.25" - resolved "https://registry.yarnpkg.com/@anycli/command/-/command-0.2.25.tgz#56d9424332e8defe457164615e8183b0333b4592" +"@anycli/command@^0.3.0": + version "0.3.0" + resolved "https://registry.yarnpkg.com/@anycli/command/-/command-0.3.0.tgz#ae393eb12d4bb2687f5357d5ef2fc497765e82ce" dependencies: - "@anycli/parser" "^3.0.3" - cli-ux "^3.3.10" + "@anycli/parser" "^3.0.4" + cli-ux "^3.3.12" debug "^3.1.0" lodash "^4.17.4" tslib "^1.9.0" @@ -73,9 +73,9 @@ chalk "^2.3.0" lodash "^4.17.4" -"@anycli/parser@^3.0.3": - version "3.0.3" - resolved "https://registry.yarnpkg.com/@anycli/parser/-/parser-3.0.3.tgz#abc33c9098485d0ae2705eab859ff305aec6006f" +"@anycli/parser@^3.0.4": + version "3.0.4" + resolved "https://registry.yarnpkg.com/@anycli/parser/-/parser-3.0.4.tgz#8714c4f73134625fe3781b9e2b5aa0ebb5685a82" dependencies: "@anycli/screen" "^0.0.3" chalk "^2.3.0" From 0593b521289ec0b48b2e425ea8eca686122de690 Mon Sep 17 00:00:00 2001 From: anycli-bot <35625753+dxcli-bot@users.noreply.github.com> Date: Thu, 1 Feb 2018 06:49:25 +0000 Subject: [PATCH 3/3] chore(release): 0.3.4 [skip ci] ## [0.3.4](https://github.com/anycli/help/compare/85ec92fc619517934f62d365a2610e6e04661cec...v0.3.4) (2018-02-01) ### Bug Fixes * updated command ([da099da](https://github.com/anycli/help/commit/da099da)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b3c4a38..a3b52372 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +## [0.3.4](https://github.com/anycli/help/compare/85ec92fc619517934f62d365a2610e6e04661cec...v0.3.4) (2018-02-01) + + +### Bug Fixes + +* updated command ([da099da](https://github.com/anycli/help/commit/da099da)) + ## [0.3.3](https://github.com/anycli/help/compare/8c13ae47789018ad093f1fb6d3a248da10e8ac86...v0.3.3) (2018-02-01) diff --git a/package.json b/package.json index 47742a32..3691c3bd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@anycli/help", "description": "standard help for anycli", - "version": "0.3.3", + "version": "0.3.4", "author": "Jeff Dickey @jdxcode", "anycli": { "bin": "anycli",