@oclif/plugin-help 5.1.10 → 5.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [5.1.11](https://github.com/oclif/plugin-help/compare/v5.1.10...v5.1.11) (2022-02-01)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * bump dependencies ([3c346fd](https://github.com/oclif/plugin-help/commit/3c346fdb3a9ee8bb5db1b2059ffaad9d97fc9bc0))
11
+
5
12
  ### [5.1.10](https://github.com/oclif/plugin-help/compare/v5.1.9...v5.1.10) (2021-12-08)
6
13
 
7
14
 
package/README.md CHANGED
@@ -4,8 +4,8 @@
4
4
  A CLI command to invoke the standard help functionality from [oclif/core](https://github.com/oclif/core).
5
5
 
6
6
  [![Version](https://img.shields.io/npm/v/@oclif/plugin-help.svg)](https://npmjs.org/package/@oclif/plugin-help)
7
- [![CircleCI](https://circleci.com/gh/oclif/plugin-help/tree/master.svg?style=svg)](https://circleci.com/gh/oclif/plugin-help/tree/master)
8
- [![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/oclif/plugin-help?branch=master&svg=true)](https://ci.appveyor.com/project/heroku/plugin-help/branch/master)
7
+ [![CircleCI](https://circleci.com/gh/oclif/plugin-help/tree/main.svg?style=svg)](https://circleci.com/gh/oclif/plugin-help/tree/main)
8
+ [![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/oclif/plugin-help?branch=main&svg=true)](https://ci.appveyor.com/project/heroku/plugin-help/branch/main)
9
9
  [![Known Vulnerabilities](https://snyk.io/test/npm/@oclif/plugin-help/badge.svg)](https://snyk.io/test/npm/@oclif/plugin-help)
10
10
  [![Downloads/week](https://img.shields.io/npm/dw/@oclif/plugin-help.svg)](https://npmjs.org/package/@oclif/plugin-help)
11
- [![License](https://img.shields.io/npm/l/@oclif/plugin-help.svg)](https://github.com/oclif/plugin-help/blob/master/package.json)
11
+ [![License](https://img.shields.io/npm/l/@oclif/plugin-help.svg)](https://github.com/oclif/plugin-help/blob/main/package.json)
@@ -1 +1 @@
1
- {"version":"5.1.10","commands":{"help":{"id":"help","description":"Display help for <%= config.bin %>.","strict":false,"pluginName":"@oclif/plugin-help","pluginAlias":"@oclif/plugin-help","pluginType":"core","aliases":[],"flags":{"nested-commands":{"name":"nested-commands","type":"boolean","char":"n","description":"Include all nested commands in the output.","allowNo":false}},"args":[{"name":"command","description":"Command to show help for.","required":false}]}}}
1
+ {"version":"5.1.11","commands":{"help":{"id":"help","description":"Display help for <%= config.bin %>.","strict":false,"pluginName":"@oclif/plugin-help","pluginAlias":"@oclif/plugin-help","pluginType":"core","aliases":[],"flags":{"nested-commands":{"name":"nested-commands","type":"boolean","char":"n","description":"Include all nested commands in the output.","allowNo":false}},"args":[{"name":"command","description":"Command to show help for.","required":false}]}}}
package/package.json CHANGED
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "name": "@oclif/plugin-help",
3
3
  "description": "Standard help for oclif.",
4
- "version": "5.1.10",
4
+ "version": "5.1.11",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-help/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^1.0.10"
8
+ "@oclif/core": "^1.2.0"
9
9
  },
10
10
  "devDependencies": {
11
- "@oclif/plugin-plugins": "2.0.10",
12
- "@oclif/test": "^2.0.2",
13
- "@types/chai": "^4.1.7",
11
+ "@oclif/plugin-plugins": "^2.0.12",
12
+ "@oclif/test": "^2.0.3",
13
+ "@types/chai": "^4.3.0",
14
14
  "@types/mocha": "^9.0.0",
15
15
  "chai": "^4.2.0",
16
16
  "eslint": "^7.3.1",
17
17
  "eslint-config-oclif": "^4.0.0",
18
18
  "eslint-config-oclif-typescript": "^1.0.2",
19
19
  "mocha": "^9.1.3",
20
- "oclif": "2.0.0-main.19",
20
+ "oclif": "^2.4.1",
21
21
  "shx": "^0.3.3",
22
22
  "ts-node": "^9.1.1",
23
- "typescript": "^4.3.5"
23
+ "typescript": "^4.5.4"
24
24
  },
25
25
  "engines": {
26
26
  "node": ">=12.0.0"