@salesforce/plugin-command-reference 3.1.84 → 3.1.86

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
@@ -130,7 +130,7 @@ EXAMPLES
130
130
  $ sf commandreference generate --all --config-path /path/to/plugin --output-dir ./docs
131
131
  ```
132
132
 
133
- _See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.84/src/commands/commandreference/generate.ts)_
133
+ _See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.86/src/commands/commandreference/generate.ts)_
134
134
 
135
135
  ## `sf jit install`
136
136
 
@@ -151,6 +151,6 @@ EXAMPLES
151
151
  $ sf jit install
152
152
  ```
153
153
 
154
- _See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.84/src/commands/jit/install.ts)_
154
+ _See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.86/src/commands/jit/install.ts)_
155
155
 
156
156
  <!-- commandsstop -->
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-command-reference",
3
- "version": "3.1.84",
3
+ "version": "3.1.86",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-command-reference",
9
- "version": "3.1.84",
9
+ "version": "3.1.86",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
13
13
  "@salesforce/core": "^8.23.3",
14
- "@salesforce/kit": "^3.2.4",
14
+ "@salesforce/kit": "^3.2.6",
15
15
  "@salesforce/sf-plugins-core": "^11.3.12",
16
16
  "@salesforce/ts-types": "^2.0.11",
17
17
  "chalk": "^5.6.2",
@@ -3513,9 +3513,9 @@
3513
3513
  }
3514
3514
  },
3515
3515
  "node_modules/@oclif/core": {
3516
- "version": "4.10.2",
3517
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.2.tgz",
3518
- "integrity": "sha512-3GvDh5nqpIE8566qUF5cBHKog9DFV9XgBeuR0nUrz0OMuz2FPYHat1AZHOwyQbvH9OKL4gJNQZHcsDOqDM/FRA==",
3516
+ "version": "4.10.3",
3517
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.3.tgz",
3518
+ "integrity": "sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA==",
3519
3519
  "license": "MIT",
3520
3520
  "dependencies": {
3521
3521
  "ansi-escapes": "^4.3.2",
@@ -4039,9 +4039,9 @@
4039
4039
  "license": "MIT"
4040
4040
  },
4041
4041
  "node_modules/@salesforce/kit": {
4042
- "version": "3.2.4",
4043
- "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.2.4.tgz",
4044
- "integrity": "sha512-9buqZ2puIGWqjUFWYNroSeNih4d1s9kdQAzZfutr/Re/JMl6xBct0ATO5LVb1ty5UhdBruJrVaiTg03PqVKU+Q==",
4042
+ "version": "3.2.6",
4043
+ "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.2.6.tgz",
4044
+ "integrity": "sha512-O8S4LWerHa9Zosqh+IoQjgLtpxMOfObRxaRnUdRV4MLtFUi+bQxQiyFvve6eEaBaMP1b1xVDQpvSvQ+PXEDGFQ==",
4045
4045
  "license": "Apache-2.0",
4046
4046
  "dependencies": {
4047
4047
  "@salesforce/ts-types": "^2.0.12"
package/oclif.lock CHANGED
@@ -1430,9 +1430,9 @@
1430
1430
  wrap-ansi "^7.0.0"
1431
1431
 
1432
1432
  "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.5.2":
1433
- version "4.10.2"
1434
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.2.tgz#9cda34a5cb389a7d225cd484c21c6e87f76bb5ee"
1435
- integrity sha512-3GvDh5nqpIE8566qUF5cBHKog9DFV9XgBeuR0nUrz0OMuz2FPYHat1AZHOwyQbvH9OKL4gJNQZHcsDOqDM/FRA==
1433
+ version "4.10.3"
1434
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.3.tgz#8b817320a593a003698ed928c17f99a9ff6963fb"
1435
+ integrity sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA==
1436
1436
  dependencies:
1437
1437
  ansi-escapes "^4.3.2"
1438
1438
  ansis "^3.17.0"
@@ -1585,10 +1585,10 @@
1585
1585
  typescript "^5.5.4"
1586
1586
  wireit "^0.14.12"
1587
1587
 
1588
- "@salesforce/kit@^3.2.3", "@salesforce/kit@^3.2.4":
1589
- version "3.2.4"
1590
- resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.4.tgz#69fb56974685e41d26ae5db30a7261acdc731bb6"
1591
- integrity sha512-9buqZ2puIGWqjUFWYNroSeNih4d1s9kdQAzZfutr/Re/JMl6xBct0ATO5LVb1ty5UhdBruJrVaiTg03PqVKU+Q==
1588
+ "@salesforce/kit@^3.2.3", "@salesforce/kit@^3.2.4", "@salesforce/kit@^3.2.6":
1589
+ version "3.2.6"
1590
+ resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.6.tgz#6a6c13b463b51694a43d61094af67171086ed4f5"
1591
+ integrity sha512-O8S4LWerHa9Zosqh+IoQjgLtpxMOfObRxaRnUdRV4MLtFUi+bQxQiyFvve6eEaBaMP1b1xVDQpvSvQ+PXEDGFQ==
1592
1592
  dependencies:
1593
1593
  "@salesforce/ts-types" "^2.0.12"
1594
1594
 
@@ -169,5 +169,5 @@
169
169
  ]
170
170
  }
171
171
  },
172
- "version": "3.1.84"
172
+ "version": "3.1.86"
173
173
  }
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-command-reference",
3
3
  "description": "Generate the Salesforce CLI command reference guide",
4
- "version": "3.1.84",
4
+ "version": "3.1.86",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
7
7
  "type": "module",
8
8
  "dependencies": {
9
9
  "@oclif/core": "^4",
10
10
  "@salesforce/core": "^8.23.3",
11
- "@salesforce/kit": "^3.2.4",
11
+ "@salesforce/kit": "^3.2.6",
12
12
  "@salesforce/sf-plugins-core": "^11.3.12",
13
13
  "@salesforce/ts-types": "^2.0.11",
14
14
  "chalk": "^5.6.2",