@salesforce/plugin-command-reference 3.0.76 → 3.0.77
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 +2 -2
- package/npm-shrinkwrap.json +27 -27
- package/oclif.lock +55 -30
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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.0.
|
|
133
|
+
_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.0.77/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.0.
|
|
154
|
+
_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.0.77/src/commands/jit/install.ts)_
|
|
155
155
|
|
|
156
156
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-command-reference",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.77",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-command-reference",
|
|
9
|
-
"version": "3.0.
|
|
9
|
+
"version": "3.0.77",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@oclif/core": "^3.26.
|
|
12
|
+
"@oclif/core": "^3.26.3",
|
|
13
13
|
"@salesforce/core": "^7.1.0",
|
|
14
14
|
"@salesforce/kit": "^3.1.0",
|
|
15
15
|
"@salesforce/sf-plugins-core": "^9.0.1",
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@oclif/plugin-help": "^6.0.20",
|
|
23
|
-
"@salesforce/dev-scripts": "^
|
|
23
|
+
"@salesforce/dev-scripts": "^9.0.0",
|
|
24
24
|
"@salesforce/plugin-auth": "^3.6.1",
|
|
25
25
|
"@types/debug": "^4.1.12",
|
|
26
26
|
"eslint-plugin-sf-plugin": "^1.18.0",
|
|
27
|
-
"oclif": "^4.8.
|
|
27
|
+
"oclif": "^4.8.3",
|
|
28
28
|
"ts-node": "^10.9.2",
|
|
29
|
-
"typescript": "^5.4.
|
|
29
|
+
"typescript": "^5.4.5"
|
|
30
30
|
},
|
|
31
31
|
"engines": {
|
|
32
32
|
"node": ">=18.0.0"
|
|
@@ -3091,9 +3091,9 @@
|
|
|
3091
3091
|
}
|
|
3092
3092
|
},
|
|
3093
3093
|
"node_modules/@oclif/core": {
|
|
3094
|
-
"version": "3.26.
|
|
3095
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.
|
|
3096
|
-
"integrity": "sha512-
|
|
3094
|
+
"version": "3.26.3",
|
|
3095
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.3.tgz",
|
|
3096
|
+
"integrity": "sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==",
|
|
3097
3097
|
"license": "MIT",
|
|
3098
3098
|
"dependencies": {
|
|
3099
3099
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -3105,7 +3105,7 @@
|
|
|
3105
3105
|
"cli-progress": "^3.12.0",
|
|
3106
3106
|
"color": "^4.2.3",
|
|
3107
3107
|
"debug": "^4.3.4",
|
|
3108
|
-
"ejs": "^3.1.
|
|
3108
|
+
"ejs": "^3.1.10",
|
|
3109
3109
|
"get-package-type": "^0.1.0",
|
|
3110
3110
|
"globby": "^11.1.0",
|
|
3111
3111
|
"hyperlinker": "^1.0.0",
|
|
@@ -3227,13 +3227,13 @@
|
|
|
3227
3227
|
}
|
|
3228
3228
|
},
|
|
3229
3229
|
"node_modules/@oclif/plugin-help": {
|
|
3230
|
-
"version": "6.0.
|
|
3231
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.
|
|
3232
|
-
"integrity": "sha512-
|
|
3230
|
+
"version": "6.0.21",
|
|
3231
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.21.tgz",
|
|
3232
|
+
"integrity": "sha512-w860r9d456xhw1GPaos9yQF+BZeFY9UKdrINbL3fZFX5ZHhr/zGT4Fep5wUkHogjjnSB8+ZHi3D6j2jScIizUw==",
|
|
3233
3233
|
"dev": true,
|
|
3234
3234
|
"license": "MIT",
|
|
3235
3235
|
"dependencies": {
|
|
3236
|
-
"@oclif/core": "^3.26.
|
|
3236
|
+
"@oclif/core": "^3.26.2"
|
|
3237
3237
|
},
|
|
3238
3238
|
"engines": {
|
|
3239
3239
|
"node": ">=18.0.0"
|
|
@@ -3340,9 +3340,9 @@
|
|
|
3340
3340
|
"license": "BSD-3-Clause"
|
|
3341
3341
|
},
|
|
3342
3342
|
"node_modules/@salesforce/dev-scripts": {
|
|
3343
|
-
"version": "
|
|
3344
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-
|
|
3345
|
-
"integrity": "sha512-
|
|
3343
|
+
"version": "9.0.0",
|
|
3344
|
+
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-9.0.0.tgz",
|
|
3345
|
+
"integrity": "sha512-B89ipgncuhHLqLlr+LGSi7HN+eHPa3aw5B6PXQWqQj73QAkGN+E6EowwA50y7GkXeNx7GntbNRtQHvwMcnIorw==",
|
|
3346
3346
|
"dev": true,
|
|
3347
3347
|
"license": "BSD-3-Clause",
|
|
3348
3348
|
"dependencies": {
|
|
@@ -6414,9 +6414,9 @@
|
|
|
6414
6414
|
}
|
|
6415
6415
|
},
|
|
6416
6416
|
"node_modules/ejs": {
|
|
6417
|
-
"version": "3.1.
|
|
6418
|
-
"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.
|
|
6419
|
-
"integrity": "sha512-
|
|
6417
|
+
"version": "3.1.10",
|
|
6418
|
+
"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz",
|
|
6419
|
+
"integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==",
|
|
6420
6420
|
"license": "Apache-2.0",
|
|
6421
6421
|
"dependencies": {
|
|
6422
6422
|
"jake": "^10.8.5"
|
|
@@ -10569,9 +10569,9 @@
|
|
|
10569
10569
|
}
|
|
10570
10570
|
},
|
|
10571
10571
|
"node_modules/oclif": {
|
|
10572
|
-
"version": "4.8.
|
|
10573
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.8.
|
|
10574
|
-
"integrity": "sha512-
|
|
10572
|
+
"version": "4.8.3",
|
|
10573
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.8.3.tgz",
|
|
10574
|
+
"integrity": "sha512-FSxiMeIhhRKYZ4mBGWrT5kpMiHq47wquDIPOqtl0hrbvUVBOQXYioDNo8+mjE2DV2Oi2J7Xjkou7Tjdo02zing==",
|
|
10575
10575
|
"dev": true,
|
|
10576
10576
|
"license": "MIT",
|
|
10577
10577
|
"dependencies": {
|
|
@@ -10581,7 +10581,7 @@
|
|
|
10581
10581
|
"@inquirer/input": "^2.1.1",
|
|
10582
10582
|
"@inquirer/select": "^2.2.1",
|
|
10583
10583
|
"@oclif/core": "^3.26.0",
|
|
10584
|
-
"@oclif/plugin-help": "^6.0.
|
|
10584
|
+
"@oclif/plugin-help": "^6.0.21",
|
|
10585
10585
|
"@oclif/plugin-not-found": "^3.0.14",
|
|
10586
10586
|
"@oclif/plugin-warn-if-update-available": "^3.0.14",
|
|
10587
10587
|
"async-retry": "^1.3.3",
|
|
@@ -13059,9 +13059,9 @@
|
|
|
13059
13059
|
}
|
|
13060
13060
|
},
|
|
13061
13061
|
"node_modules/typescript": {
|
|
13062
|
-
"version": "5.4.
|
|
13063
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.
|
|
13064
|
-
"integrity": "sha512-
|
|
13062
|
+
"version": "5.4.5",
|
|
13063
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
|
|
13064
|
+
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
|
|
13065
13065
|
"dev": true,
|
|
13066
13066
|
"license": "Apache-2.0",
|
|
13067
13067
|
"bin": {
|
package/oclif.lock
CHANGED
|
@@ -1554,10 +1554,10 @@
|
|
|
1554
1554
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1555
1555
|
fastq "^1.6.0"
|
|
1556
1556
|
|
|
1557
|
-
"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2":
|
|
1558
|
-
version "3.26.
|
|
1559
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.
|
|
1560
|
-
integrity sha512-
|
|
1557
|
+
"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3":
|
|
1558
|
+
version "3.26.3"
|
|
1559
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.3.tgz#2416f4f5e3e5b9434999edb2f94983c5ac07e8a2"
|
|
1560
|
+
integrity sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==
|
|
1561
1561
|
dependencies:
|
|
1562
1562
|
"@types/cli-progress" "^3.11.5"
|
|
1563
1563
|
ansi-escapes "^4.3.2"
|
|
@@ -1568,7 +1568,7 @@
|
|
|
1568
1568
|
cli-progress "^3.12.0"
|
|
1569
1569
|
color "^4.2.3"
|
|
1570
1570
|
debug "^4.3.4"
|
|
1571
|
-
ejs "^3.1.
|
|
1571
|
+
ejs "^3.1.10"
|
|
1572
1572
|
get-package-type "^0.1.0"
|
|
1573
1573
|
globby "^11.1.0"
|
|
1574
1574
|
hyperlinker "^1.0.0"
|
|
@@ -1588,12 +1588,12 @@
|
|
|
1588
1588
|
wordwrap "^1.0.0"
|
|
1589
1589
|
wrap-ansi "^7.0.0"
|
|
1590
1590
|
|
|
1591
|
-
"@oclif/plugin-help@^6.0.
|
|
1592
|
-
version "6.0.
|
|
1593
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.
|
|
1594
|
-
integrity sha512-
|
|
1591
|
+
"@oclif/plugin-help@^6.0.20", "@oclif/plugin-help@^6.0.21":
|
|
1592
|
+
version "6.0.21"
|
|
1593
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.21.tgz#c48e688bf6df574e74557ebe2f877556f08dc60b"
|
|
1594
|
+
integrity sha512-w860r9d456xhw1GPaos9yQF+BZeFY9UKdrINbL3fZFX5ZHhr/zGT4Fep5wUkHogjjnSB8+ZHi3D6j2jScIizUw==
|
|
1595
1595
|
dependencies:
|
|
1596
|
-
"@oclif/core" "^3.26.
|
|
1596
|
+
"@oclif/core" "^3.26.2"
|
|
1597
1597
|
|
|
1598
1598
|
"@oclif/plugin-not-found@^3.0.14":
|
|
1599
1599
|
version "3.0.14"
|
|
@@ -1648,10 +1648,10 @@
|
|
|
1648
1648
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
1649
1649
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
1650
1650
|
|
|
1651
|
-
"@salesforce/dev-scripts@^
|
|
1652
|
-
version "
|
|
1653
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-
|
|
1654
|
-
integrity sha512-
|
|
1651
|
+
"@salesforce/dev-scripts@^9.0.0":
|
|
1652
|
+
version "9.0.0"
|
|
1653
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-9.0.0.tgz#ab38c014ebc8baa92fccbb5cff9b8432e0f991d1"
|
|
1654
|
+
integrity sha512-B89ipgncuhHLqLlr+LGSi7HN+eHPa3aw5B6PXQWqQj73QAkGN+E6EowwA50y7GkXeNx7GntbNRtQHvwMcnIorw==
|
|
1655
1655
|
dependencies:
|
|
1656
1656
|
"@commitlint/cli" "^17.1.2"
|
|
1657
1657
|
"@commitlint/config-conventional" "^17.8.1"
|
|
@@ -3507,10 +3507,10 @@ ecdsa-sig-formatter@1.0.11:
|
|
|
3507
3507
|
dependencies:
|
|
3508
3508
|
safe-buffer "^5.0.1"
|
|
3509
3509
|
|
|
3510
|
-
ejs@^3.1.9:
|
|
3511
|
-
version "3.1.
|
|
3512
|
-
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.
|
|
3513
|
-
integrity sha512-
|
|
3510
|
+
ejs@^3.1.10, ejs@^3.1.9:
|
|
3511
|
+
version "3.1.10"
|
|
3512
|
+
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
|
|
3513
|
+
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
|
|
3514
3514
|
dependencies:
|
|
3515
3515
|
jake "^10.8.5"
|
|
3516
3516
|
|
|
@@ -5813,10 +5813,10 @@ object.values@^1.1.7:
|
|
|
5813
5813
|
define-properties "^1.2.0"
|
|
5814
5814
|
es-abstract "^1.22.1"
|
|
5815
5815
|
|
|
5816
|
-
oclif@^4.8.
|
|
5817
|
-
version "4.8.
|
|
5818
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.8.
|
|
5819
|
-
integrity sha512-
|
|
5816
|
+
oclif@^4.8.3:
|
|
5817
|
+
version "4.8.3"
|
|
5818
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.8.3.tgz#33617c373a1732265e672496297d8e5f0b68d609"
|
|
5819
|
+
integrity sha512-FSxiMeIhhRKYZ4mBGWrT5kpMiHq47wquDIPOqtl0hrbvUVBOQXYioDNo8+mjE2DV2Oi2J7Xjkou7Tjdo02zing==
|
|
5820
5820
|
dependencies:
|
|
5821
5821
|
"@aws-sdk/client-cloudfront" "^3.535.0"
|
|
5822
5822
|
"@aws-sdk/client-s3" "^3.550.0"
|
|
@@ -5824,7 +5824,7 @@ oclif@^4.8.0:
|
|
|
5824
5824
|
"@inquirer/input" "^2.1.1"
|
|
5825
5825
|
"@inquirer/select" "^2.2.1"
|
|
5826
5826
|
"@oclif/core" "^3.26.0"
|
|
5827
|
-
"@oclif/plugin-help" "^6.0.
|
|
5827
|
+
"@oclif/plugin-help" "^6.0.21"
|
|
5828
5828
|
"@oclif/plugin-not-found" "^3.0.14"
|
|
5829
5829
|
"@oclif/plugin-warn-if-update-available" "^3.0.14"
|
|
5830
5830
|
async-retry "^1.3.3"
|
|
@@ -6841,7 +6841,16 @@ srcset@^5.0.0:
|
|
|
6841
6841
|
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
|
|
6842
6842
|
integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
|
|
6843
6843
|
|
|
6844
|
-
"string-width-cjs@npm:string-width@^4.2.0"
|
|
6844
|
+
"string-width-cjs@npm:string-width@^4.2.0":
|
|
6845
|
+
version "4.2.3"
|
|
6846
|
+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
6847
|
+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
6848
|
+
dependencies:
|
|
6849
|
+
emoji-regex "^8.0.0"
|
|
6850
|
+
is-fullwidth-code-point "^3.0.0"
|
|
6851
|
+
strip-ansi "^6.0.1"
|
|
6852
|
+
|
|
6853
|
+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
|
6845
6854
|
version "4.2.3"
|
|
6846
6855
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
6847
6856
|
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
@@ -6900,7 +6909,14 @@ string_decoder@~1.1.1:
|
|
|
6900
6909
|
dependencies:
|
|
6901
6910
|
safe-buffer "~5.1.0"
|
|
6902
6911
|
|
|
6903
|
-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1"
|
|
6912
|
+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
|
|
6913
|
+
version "6.0.1"
|
|
6914
|
+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
6915
|
+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
6916
|
+
dependencies:
|
|
6917
|
+
ansi-regex "^5.0.1"
|
|
6918
|
+
|
|
6919
|
+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
6904
6920
|
version "6.0.1"
|
|
6905
6921
|
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
6906
6922
|
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
@@ -7209,10 +7225,10 @@ typescript@^4.6.4:
|
|
|
7209
7225
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
|
|
7210
7226
|
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
|
|
7211
7227
|
|
|
7212
|
-
typescript@^5.4.3, typescript@^5.4.
|
|
7213
|
-
version "5.4.
|
|
7214
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.
|
|
7215
|
-
integrity sha512-
|
|
7228
|
+
typescript@^5.4.3, typescript@^5.4.5:
|
|
7229
|
+
version "5.4.5"
|
|
7230
|
+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
|
|
7231
|
+
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
|
|
7216
7232
|
|
|
7217
7233
|
uglify-js@^3.1.4:
|
|
7218
7234
|
version "3.17.4"
|
|
@@ -7420,7 +7436,7 @@ workerpool@6.2.1:
|
|
|
7420
7436
|
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
|
|
7421
7437
|
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
|
|
7422
7438
|
|
|
7423
|
-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0"
|
|
7439
|
+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
|
|
7424
7440
|
version "7.0.0"
|
|
7425
7441
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
7426
7442
|
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
@@ -7438,6 +7454,15 @@ wrap-ansi@^6.2.0:
|
|
|
7438
7454
|
string-width "^4.1.0"
|
|
7439
7455
|
strip-ansi "^6.0.0"
|
|
7440
7456
|
|
|
7457
|
+
wrap-ansi@^7.0.0:
|
|
7458
|
+
version "7.0.0"
|
|
7459
|
+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
7460
|
+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
7461
|
+
dependencies:
|
|
7462
|
+
ansi-styles "^4.0.0"
|
|
7463
|
+
string-width "^4.1.0"
|
|
7464
|
+
strip-ansi "^6.0.0"
|
|
7465
|
+
|
|
7441
7466
|
wrap-ansi@^8.1.0:
|
|
7442
7467
|
version "8.1.0"
|
|
7443
7468
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-command-reference",
|
|
3
3
|
"description": "Generate the Salesforce CLI command reference guide",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.77",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@oclif/core": "^3.26.
|
|
9
|
+
"@oclif/core": "^3.26.3",
|
|
10
10
|
"@salesforce/core": "^7.1.0",
|
|
11
11
|
"@salesforce/kit": "^3.1.0",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^9.0.1",
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@oclif/plugin-help": "^6.0.20",
|
|
20
|
-
"@salesforce/dev-scripts": "^
|
|
20
|
+
"@salesforce/dev-scripts": "^9.0.0",
|
|
21
21
|
"@salesforce/plugin-auth": "^3.6.1",
|
|
22
22
|
"@types/debug": "^4.1.12",
|
|
23
23
|
"eslint-plugin-sf-plugin": "^1.18.0",
|
|
24
|
-
"oclif": "^4.8.
|
|
24
|
+
"oclif": "^4.8.3",
|
|
25
25
|
"ts-node": "^10.9.2",
|
|
26
|
-
"typescript": "^5.4.
|
|
26
|
+
"typescript": "^5.4.5"
|
|
27
27
|
},
|
|
28
28
|
"engines": {
|
|
29
29
|
"node": ">=18.0.0"
|