@salesforce/plugin-command-reference 3.1.14 → 3.1.15

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.14/src/commands/commandreference/generate.ts)_
133
+ _See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.15/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.14/src/commands/jit/install.ts)_
154
+ _See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.15/src/commands/jit/install.ts)_
155
155
 
156
156
  <!-- commandsstop -->
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-command-reference",
3
- "version": "3.1.14",
3
+ "version": "3.1.15",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-command-reference",
9
- "version": "3.1.14",
9
+ "version": "3.1.15",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
13
- "@salesforce/core": "^8.2.7",
13
+ "@salesforce/core": "^8.3.0",
14
14
  "@salesforce/kit": "^3.2.1",
15
15
  "@salesforce/sf-plugins-core": "^11.2.4",
16
16
  "@salesforce/ts-types": "^2.0.11",
@@ -19,7 +19,7 @@
19
19
  "handlebars": "^4.7.8"
20
20
  },
21
21
  "devDependencies": {
22
- "@oclif/plugin-help": "^6.2.6",
22
+ "@oclif/plugin-help": "^6.2.7",
23
23
  "@salesforce/dev-scripts": "^10.2.9",
24
24
  "@salesforce/plugin-auth": "^3.6.42",
25
25
  "@salesforce/plugin-user": "^3.5.20",
@@ -2621,9 +2621,9 @@
2621
2621
  }
2622
2622
  },
2623
2623
  "node_modules/@oclif/plugin-help": {
2624
- "version": "6.2.6",
2625
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.6.tgz",
2626
- "integrity": "sha512-0+9xlMkQK1Y7BmLDx9i3uIPlK8KleFP0ITpv6rGlqgc66HxdQFh5CY4TxcomxR5XL8S6YLCUY3f/iKkaZcdZNw==",
2624
+ "version": "6.2.7",
2625
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.7.tgz",
2626
+ "integrity": "sha512-gwrCZW0EjbMe6iIXrkXWpIcfoqo+uMvWRudV3nkwa7ARL2U2GWy8RQ3+bqXvqByauRUcbgv3D6+38lSWqmMwtA==",
2627
2627
  "dev": true,
2628
2628
  "license": "MIT",
2629
2629
  "dependencies": {
@@ -2832,9 +2832,9 @@
2832
2832
  }
2833
2833
  },
2834
2834
  "node_modules/@salesforce/core": {
2835
- "version": "8.2.8",
2836
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.2.8.tgz",
2837
- "integrity": "sha512-Fyy1TG9cUtQV+YAjyYCHerZ0K/t9fuB6dU9HrXFvcjMKorMS5JaI1wkZh8w1+zfvu6GY/MOzeqVZCq2W+9ShLA==",
2835
+ "version": "8.3.0",
2836
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.3.0.tgz",
2837
+ "integrity": "sha512-HZchC42oGJ5RQsG9HpAb1bT7ohjB31ATDz46ryMvLngMmrfHnyzv2mlIi6UdYkJ/2meH2BJkibHi8paPrtF+/A==",
2838
2838
  "license": "BSD-3-Clause",
2839
2839
  "dependencies": {
2840
2840
  "@jsforce/jsforce-node": "^3.4.0",
package/oclif.lock CHANGED
@@ -1284,10 +1284,10 @@
1284
1284
  wordwrap "^1.0.0"
1285
1285
  wrap-ansi "^7.0.0"
1286
1286
 
1287
- "@oclif/plugin-help@^6.2.2", "@oclif/plugin-help@^6.2.6":
1288
- version "6.2.6"
1289
- resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.6.tgz#6720ff2f5b5f269300c386b3766da570873c20fd"
1290
- integrity sha512-0+9xlMkQK1Y7BmLDx9i3uIPlK8KleFP0ITpv6rGlqgc66HxdQFh5CY4TxcomxR5XL8S6YLCUY3f/iKkaZcdZNw==
1287
+ "@oclif/plugin-help@^6.2.2", "@oclif/plugin-help@^6.2.7":
1288
+ version "6.2.7"
1289
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.7.tgz#d046b19ff51c13151c04fc55be686bf3022dea34"
1290
+ integrity sha512-gwrCZW0EjbMe6iIXrkXWpIcfoqo+uMvWRudV3nkwa7ARL2U2GWy8RQ3+bqXvqByauRUcbgv3D6+38lSWqmMwtA==
1291
1291
  dependencies:
1292
1292
  "@oclif/core" "^4"
1293
1293
 
@@ -1317,10 +1317,10 @@
1317
1317
  resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
1318
1318
  integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
1319
1319
 
1320
- "@salesforce/core@^8.1.0", "@salesforce/core@^8.2.3", "@salesforce/core@^8.2.7":
1321
- version "8.2.8"
1322
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.2.8.tgz#1e93ddd8b9f348f1e20547de4cdff30062520fd9"
1323
- integrity sha512-Fyy1TG9cUtQV+YAjyYCHerZ0K/t9fuB6dU9HrXFvcjMKorMS5JaI1wkZh8w1+zfvu6GY/MOzeqVZCq2W+9ShLA==
1320
+ "@salesforce/core@^8.1.0", "@salesforce/core@^8.2.3", "@salesforce/core@^8.2.7", "@salesforce/core@^8.3.0":
1321
+ version "8.3.0"
1322
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.3.0.tgz#b61fb6c0c0dec5664ce12ba62ebe35136ae33878"
1323
+ integrity sha512-HZchC42oGJ5RQsG9HpAb1bT7ohjB31ATDz46ryMvLngMmrfHnyzv2mlIi6UdYkJ/2meH2BJkibHi8paPrtF+/A==
1324
1324
  dependencies:
1325
1325
  "@jsforce/jsforce-node" "^3.4.0"
1326
1326
  "@salesforce/kit" "^3.1.6"
@@ -169,5 +169,5 @@
169
169
  ]
170
170
  }
171
171
  },
172
- "version": "3.1.14"
172
+ "version": "3.1.15"
173
173
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-command-reference",
3
3
  "description": "Generate the Salesforce CLI command reference guide",
4
- "version": "3.1.14",
4
+ "version": "3.1.15",
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
- "@salesforce/core": "^8.2.7",
10
+ "@salesforce/core": "^8.3.0",
11
11
  "@salesforce/kit": "^3.2.1",
12
12
  "@salesforce/sf-plugins-core": "^11.2.4",
13
13
  "@salesforce/ts-types": "^2.0.11",
@@ -16,7 +16,7 @@
16
16
  "handlebars": "^4.7.8"
17
17
  },
18
18
  "devDependencies": {
19
- "@oclif/plugin-help": "^6.2.6",
19
+ "@oclif/plugin-help": "^6.2.7",
20
20
  "@salesforce/dev-scripts": "^10.2.9",
21
21
  "@salesforce/plugin-auth": "^3.6.42",
22
22
  "@salesforce/plugin-user": "^3.5.20",