@salesforce/plugin-command-reference 3.1.71 → 3.1.72

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.71/src/commands/commandreference/generate.ts)_
133
+ _See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.72/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.71/src/commands/jit/install.ts)_
154
+ _See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.72/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.71",
3
+ "version": "3.1.72",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-command-reference",
9
- "version": "3.1.71",
9
+ "version": "3.1.72",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
@@ -3397,16 +3397,16 @@
3397
3397
  }
3398
3398
  },
3399
3399
  "node_modules/@oclif/core": {
3400
- "version": "4.5.3",
3401
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.3.tgz",
3402
- "integrity": "sha512-ISoFlfmsuxJvNKXhabCO4/KqNXDQdLHchZdTPfZbtqAsQbqTw5IKitLVZq9Sz1LWizN37HILp4u0350B8scBjg==",
3400
+ "version": "4.5.4",
3401
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.4.tgz",
3402
+ "integrity": "sha512-78YYJls8+KG96tReyUsesKKIKqC0qbFSY1peUSrt0P2uGsrgAuU9axQ0iBQdhAlIwZDcTyaj+XXVQkz2kl/O0w==",
3403
3403
  "license": "MIT",
3404
3404
  "dependencies": {
3405
3405
  "ansi-escapes": "^4.3.2",
3406
3406
  "ansis": "^3.17.0",
3407
3407
  "clean-stack": "^3.0.1",
3408
3408
  "cli-spinners": "^2.9.2",
3409
- "debug": "^4.4.0",
3409
+ "debug": "^4.4.3",
3410
3410
  "ejs": "^3.1.10",
3411
3411
  "get-package-type": "^0.1.0",
3412
3412
  "indent-string": "^4.0.0",
package/oclif.lock CHANGED
@@ -1396,15 +1396,15 @@
1396
1396
  fastq "^1.6.0"
1397
1397
 
1398
1398
  "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2", "@oclif/core@^4.5.3":
1399
- version "4.5.3"
1400
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.3.tgz#2b913879e1673d95e63254573b67326b62f5f309"
1401
- integrity sha512-ISoFlfmsuxJvNKXhabCO4/KqNXDQdLHchZdTPfZbtqAsQbqTw5IKitLVZq9Sz1LWizN37HILp4u0350B8scBjg==
1399
+ version "4.5.4"
1400
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.4.tgz#d82bf4516d1e8a210aab4ccde826a0ce6cadf514"
1401
+ integrity sha512-78YYJls8+KG96tReyUsesKKIKqC0qbFSY1peUSrt0P2uGsrgAuU9axQ0iBQdhAlIwZDcTyaj+XXVQkz2kl/O0w==
1402
1402
  dependencies:
1403
1403
  ansi-escapes "^4.3.2"
1404
1404
  ansis "^3.17.0"
1405
1405
  clean-stack "^3.0.1"
1406
1406
  cli-spinners "^2.9.2"
1407
- debug "^4.4.0"
1407
+ debug "^4.4.3"
1408
1408
  ejs "^3.1.10"
1409
1409
  get-package-type "^0.1.0"
1410
1410
  indent-string "^4.0.0"
@@ -169,5 +169,5 @@
169
169
  ]
170
170
  }
171
171
  },
172
- "version": "3.1.71"
172
+ "version": "3.1.72"
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.71",
4
+ "version": "3.1.72",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
7
7
  "type": "module",