@salesforce/plugin-command-reference 3.1.24 → 3.1.25

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.24/src/commands/commandreference/generate.ts)_
133
+ _See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.25/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.24/src/commands/jit/install.ts)_
154
+ _See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.25/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.24",
3
+ "version": "3.1.25",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-command-reference",
9
- "version": "3.1.24",
9
+ "version": "3.1.25",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
@@ -2927,16 +2927,16 @@
2927
2927
  }
2928
2928
  },
2929
2929
  "node_modules/@oclif/core": {
2930
- "version": "4.0.19",
2931
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.19.tgz",
2932
- "integrity": "sha512-VXnsYNVfmucXp5BdOA/OcWi8F/h2h8ofW1GxQDdspodnmnUgALEpqrxXBl5NFuA+iEihtAJeXzX260ICHYDaBg==",
2930
+ "version": "4.0.22",
2931
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.22.tgz",
2932
+ "integrity": "sha512-aXM2O4g7f+kPNzhhOfqGOVRVYDxTVrH7Y720MuH0Twq5WHMxI4XwntnyBaRscoCPG6FWhItZLtiZxsvaUdupGg==",
2933
2933
  "license": "MIT",
2934
2934
  "dependencies": {
2935
2935
  "ansi-escapes": "^4.3.2",
2936
2936
  "ansis": "^3.3.2",
2937
2937
  "clean-stack": "^3.0.1",
2938
2938
  "cli-spinners": "^2.9.2",
2939
- "debug": "^4.3.5",
2939
+ "debug": "^4.3.7",
2940
2940
  "ejs": "^3.1.10",
2941
2941
  "get-package-type": "^0.1.0",
2942
2942
  "globby": "^11.1.0",
package/oclif.lock CHANGED
@@ -1453,15 +1453,15 @@
1453
1453
  fastq "^1.6.0"
1454
1454
 
1455
1455
  "@oclif/core@^4", "@oclif/core@^4.0.19":
1456
- version "4.0.19"
1457
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.19.tgz#e52ba83c3eaa75c580c567067ed86b5bd4cadbe6"
1458
- integrity sha512-VXnsYNVfmucXp5BdOA/OcWi8F/h2h8ofW1GxQDdspodnmnUgALEpqrxXBl5NFuA+iEihtAJeXzX260ICHYDaBg==
1456
+ version "4.0.22"
1457
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.22.tgz#acb233c0c18ff4f365caca15e29e2807a4325709"
1458
+ integrity sha512-aXM2O4g7f+kPNzhhOfqGOVRVYDxTVrH7Y720MuH0Twq5WHMxI4XwntnyBaRscoCPG6FWhItZLtiZxsvaUdupGg==
1459
1459
  dependencies:
1460
1460
  ansi-escapes "^4.3.2"
1461
1461
  ansis "^3.3.2"
1462
1462
  clean-stack "^3.0.1"
1463
1463
  cli-spinners "^2.9.2"
1464
- debug "^4.3.5"
1464
+ debug "^4.3.7"
1465
1465
  ejs "^3.1.10"
1466
1466
  get-package-type "^0.1.0"
1467
1467
  globby "^11.1.0"
@@ -169,5 +169,5 @@
169
169
  ]
170
170
  }
171
171
  },
172
- "version": "3.1.24"
172
+ "version": "3.1.25"
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.24",
4
+ "version": "3.1.25",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
7
7
  "type": "module",