@oclif/plugin-help 6.2.42 → 6.2.44

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/README.md CHANGED
@@ -27,7 +27,7 @@ DESCRIPTION
27
27
  Display help for oclif.
28
28
  ```
29
29
 
30
- _See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/6.2.42/src/commands/help.ts)_
30
+ _See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/6.2.44/src/commands/help.ts)_
31
31
  <!-- commandsstop -->
32
32
 
33
33
  # Contributing
@@ -39,5 +39,5 @@
39
39
  ]
40
40
  }
41
41
  },
42
- "version": "6.2.42"
42
+ "version": "6.2.44"
43
43
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oclif/plugin-help",
3
3
  "description": "Standard help for oclif.",
4
- "version": "6.2.42",
4
+ "version": "6.2.44",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-help/issues",
7
7
  "dependencies": {
@@ -18,7 +18,7 @@
18
18
  "chai": "^4.5.0",
19
19
  "commitlint": "^19",
20
20
  "eslint": "^9.39.4",
21
- "eslint-config-oclif": "^6.0.153",
21
+ "eslint-config-oclif": "^6.0.154",
22
22
  "eslint-config-prettier": "^10.1.8",
23
23
  "husky": "^9.1.7",
24
24
  "lint-staged": "^15",