@oclif/plugin-help 5.1.7 → 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,34 @@
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
+
12
+ ### [5.1.10](https://github.com/oclif/plugin-help/compare/v5.1.9...v5.1.10) (2021-12-08)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * align deps across repos ([#339](https://github.com/oclif/plugin-help/issues/339)) ([87d71e3](https://github.com/oclif/plugin-help/commit/87d71e327c8568825dca244d3a674da00974d073))
18
+
19
+ ### [5.1.9](https://github.com/oclif/plugin-help/compare/v5.1.8...v5.1.9) (2021-12-08)
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * bump deps ([#338](https://github.com/oclif/plugin-help/issues/338)) ([e21970d](https://github.com/oclif/plugin-help/commit/e21970d677bae9bd909915e0b99417e8273c9219))
25
+
26
+ ### [5.1.8](https://github.com/oclif/plugin-help/compare/v5.1.7...v5.1.8) (2021-12-07)
27
+
28
+
29
+ ### Bug Fixes
30
+
31
+ * create index.ts ([#337](https://github.com/oclif/plugin-help/issues/337)) ([f58b32c](https://github.com/oclif/plugin-help/commit/f58b32cc1f42d440a95503dd26b6487cdb0d736e))
32
+
5
33
  ### [5.1.7](https://github.com/oclif/plugin-help/compare/v5.1.6...v5.1.7) (2021-12-02)
6
34
 
7
35
 
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)
package/lib/index.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ declare const _default: {};
2
+ export default _default;
package/lib/index.js ADDED
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.default = {};
@@ -1 +1 @@
1
- {"version":"5.1.7","commands":{"help":{"id":"help","description":"Display help for <%= config.bin %>.","pluginName":"@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.7",
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.7"
8
+ "@oclif/core": "^1.2.0"
9
9
  },
10
10
  "devDependencies": {
11
- "@oclif/plugin-plugins": "^2.0.2",
12
- "@oclif/test": "core-v1",
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.11",
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"
@@ -34,7 +34,7 @@
34
34
  "oclif-plugin"
35
35
  ],
36
36
  "license": "MIT",
37
- "main": "./lib/help.js",
37
+ "main": "./lib/index.js",
38
38
  "oclif": {
39
39
  "commands": "./lib/commands",
40
40
  "bin": "oclif",