@salesforce/plugin-command-reference 3.1.85 → 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.85/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.85/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,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-command-reference",
3
- "version": "3.1.85",
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.85",
9
+ "version": "3.1.86",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
@@ -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",
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"
@@ -169,5 +169,5 @@
169
169
  ]
170
170
  }
171
171
  },
172
- "version": "3.1.85"
172
+ "version": "3.1.86"
173
173
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-command-reference",
3
3
  "description": "Generate the Salesforce CLI command reference guide",
4
- "version": "3.1.85",
4
+ "version": "3.1.86",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
7
7
  "type": "module",