@oclif/plugin-help 6.0.9-dev.0 → 6.0.9-dev.1

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.
@@ -9,7 +9,7 @@
9
9
  "version": "6.0.8",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
- "@oclif/core": "^3.14.1"
12
+ "@oclif/core": "^3.13.1"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@commitlint/config-conventional": "^17.8.1",
package/oclif.lock CHANGED
@@ -476,7 +476,7 @@
476
476
  wordwrap "^1.0.0"
477
477
  wrap-ansi "^7.0.0"
478
478
 
479
- "@oclif/core@^3.0.4", "@oclif/core@^3.12.0", "@oclif/core@^3.14.1", "@oclif/core@^3.3.1":
479
+ "@oclif/core@^3.0.4", "@oclif/core@^3.12.0", "@oclif/core@^3.13.1", "@oclif/core@^3.3.1":
480
480
  version "3.14.1"
481
481
  resolved "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz"
482
482
  integrity sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==
@@ -39,5 +39,5 @@
39
39
  ]
40
40
  }
41
41
  },
42
- "version": "6.0.9-dev.0"
42
+ "version": "6.0.9-dev.1"
43
43
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@oclif/plugin-help",
3
3
  "description": "Standard help for oclif.",
4
- "version": "6.0.9-dev.0",
4
+ "version": "6.0.9-dev.1",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-help/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.14.1"
8
+ "@oclif/core": "^3.13.1"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@commitlint/config-conventional": "^17.8.1",