@oclif/plugin-help 5.1.6 → 5.1.10

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.10](https://github.com/oclif/plugin-help/compare/v5.1.9...v5.1.10) (2021-12-08)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * align deps across repos ([#339](https://github.com/oclif/plugin-help/issues/339)) ([87d71e3](https://github.com/oclif/plugin-help/commit/87d71e327c8568825dca244d3a674da00974d073))
11
+
12
+ ### [5.1.9](https://github.com/oclif/plugin-help/compare/v5.1.8...v5.1.9) (2021-12-08)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * bump deps ([#338](https://github.com/oclif/plugin-help/issues/338)) ([e21970d](https://github.com/oclif/plugin-help/commit/e21970d677bae9bd909915e0b99417e8273c9219))
18
+
19
+ ### [5.1.8](https://github.com/oclif/plugin-help/compare/v5.1.7...v5.1.8) (2021-12-07)
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * create index.ts ([#337](https://github.com/oclif/plugin-help/issues/337)) ([f58b32c](https://github.com/oclif/plugin-help/commit/f58b32cc1f42d440a95503dd26b6487cdb0d736e))
25
+
26
+ ### [5.1.7](https://github.com/oclif/plugin-help/compare/v5.1.6...v5.1.7) (2021-12-02)
27
+
28
+
29
+ ### Bug Fixes
30
+
31
+ * bump @oclif/core ([cfb8a70](https://github.com/oclif/plugin-help/commit/cfb8a70a52342542a41c6d90b29ef5b38363fc32))
32
+
5
33
  ### [5.1.6](https://github.com/oclif/plugin-help/compare/v5.1.5...v5.1.6) (2021-12-02)
6
34
 
7
35
  ### [5.1.5](https://github.com/oclif/plugin-help/compare/v5.1.4...v5.1.5) (2021-12-01)
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.6","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.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}]}}}
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@oclif/plugin-help",
3
3
  "description": "Standard help for oclif.",
4
- "version": "5.1.6",
4
+ "version": "5.1.10",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-help/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^1.0.6"
8
+ "@oclif/core": "^1.0.10"
9
9
  },
10
10
  "devDependencies": {
11
- "@oclif/plugin-plugins": "^2.0.2",
12
- "@oclif/test": "core-v1",
11
+ "@oclif/plugin-plugins": "2.0.10",
12
+ "@oclif/test": "^2.0.2",
13
13
  "@types/chai": "^4.1.7",
14
14
  "@types/mocha": "^9.0.0",
15
15
  "chai": "^4.2.0",
@@ -17,7 +17,7 @@
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.0.0-main.19",
21
21
  "shx": "^0.3.3",
22
22
  "ts-node": "^9.1.1",
23
23
  "typescript": "^4.3.5"
@@ -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",