@salesforce/plugin-community 3.0.1 → 3.0.3
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 +9 -6
- package/oclif.lock +206 -193
- package/oclif.manifest.json +4 -4
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -87,7 +87,8 @@ USAGE
|
|
|
87
87
|
FLAGS
|
|
88
88
|
-d, --description=<value> Description of the site.
|
|
89
89
|
-n, --name=<value> (required) Name of the site to create.
|
|
90
|
-
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
90
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
91
|
+
configuration variable is already set.
|
|
91
92
|
-p, --url-path-prefix=<value> URL to append to the domain created when Digital Experiences was enabled for this org.
|
|
92
93
|
-t, --template-name=<value> (required) Template to use to create a site.
|
|
93
94
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
@@ -162,7 +163,7 @@ FLAG DESCRIPTIONS
|
|
|
162
163
|
available in your org.
|
|
163
164
|
```
|
|
164
165
|
|
|
165
|
-
_See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/
|
|
166
|
+
_See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.3/src/commands/community/create.ts)_
|
|
166
167
|
|
|
167
168
|
## `sf community list template`
|
|
168
169
|
|
|
@@ -173,7 +174,8 @@ USAGE
|
|
|
173
174
|
$ sf community list template -o <value> [--json] [--api-version <value>]
|
|
174
175
|
|
|
175
176
|
FLAGS
|
|
176
|
-
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
177
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
178
|
+
configuration variable is already set.
|
|
177
179
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
178
180
|
|
|
179
181
|
GLOBAL FLAGS
|
|
@@ -195,7 +197,7 @@ EXAMPLES
|
|
|
195
197
|
$ sf community list template --target-org my-scratch-org
|
|
196
198
|
```
|
|
197
199
|
|
|
198
|
-
_See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/
|
|
200
|
+
_See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.3/src/commands/community/list/template.ts)_
|
|
199
201
|
|
|
200
202
|
## `sf community publish`
|
|
201
203
|
|
|
@@ -207,7 +209,8 @@ USAGE
|
|
|
207
209
|
|
|
208
210
|
FLAGS
|
|
209
211
|
-n, --name=<value> (required) Name of the Experience Builder site to publish.
|
|
210
|
-
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
212
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
213
|
+
configuration variable is already set.
|
|
211
214
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
212
215
|
|
|
213
216
|
GLOBAL FLAGS
|
|
@@ -243,6 +246,6 @@ EXAMPLES
|
|
|
243
246
|
$ sf community publish --name 'My Customer Site'
|
|
244
247
|
```
|
|
245
248
|
|
|
246
|
-
_See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/
|
|
249
|
+
_See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.3/src/commands/community/publish.ts)_
|
|
247
250
|
|
|
248
251
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -380,12 +380,12 @@
|
|
|
380
380
|
dependencies:
|
|
381
381
|
"@jridgewell/trace-mapping" "0.3.9"
|
|
382
382
|
|
|
383
|
-
"@es-joy/jsdoccomment@~0.
|
|
384
|
-
version "0.
|
|
385
|
-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.
|
|
386
|
-
integrity sha512-
|
|
383
|
+
"@es-joy/jsdoccomment@~0.41.0":
|
|
384
|
+
version "0.41.0"
|
|
385
|
+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.41.0.tgz#4a2f7db42209c0425c71a1476ef1bdb6dcd836f6"
|
|
386
|
+
integrity sha512-aKUhyn1QI5Ksbqcr3fFJj16p99QdjUxXAEuFst1Z47DRyoiMwivIH9MV/ARcJOCXVjPfjITciej8ZD2O/6qUmw==
|
|
387
387
|
dependencies:
|
|
388
|
-
comment-parser "1.4.
|
|
388
|
+
comment-parser "1.4.1"
|
|
389
389
|
esquery "^1.5.0"
|
|
390
390
|
jsdoc-type-pratt-parser "~4.0.0"
|
|
391
391
|
|
|
@@ -401,10 +401,10 @@
|
|
|
401
401
|
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
|
|
402
402
|
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
|
|
403
403
|
|
|
404
|
-
"@eslint/eslintrc@^2.1.
|
|
405
|
-
version "2.1.
|
|
406
|
-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.
|
|
407
|
-
integrity sha512
|
|
404
|
+
"@eslint/eslintrc@^2.1.3":
|
|
405
|
+
version "2.1.3"
|
|
406
|
+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.3.tgz#797470a75fe0fbd5a53350ee715e85e87baff22d"
|
|
407
|
+
integrity sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==
|
|
408
408
|
dependencies:
|
|
409
409
|
ajv "^6.12.4"
|
|
410
410
|
debug "^4.3.2"
|
|
@@ -416,10 +416,10 @@
|
|
|
416
416
|
minimatch "^3.1.2"
|
|
417
417
|
strip-json-comments "^3.1.1"
|
|
418
418
|
|
|
419
|
-
"@eslint/js@8.
|
|
420
|
-
version "8.
|
|
421
|
-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.
|
|
422
|
-
integrity sha512-
|
|
419
|
+
"@eslint/js@8.53.0":
|
|
420
|
+
version "8.53.0"
|
|
421
|
+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.53.0.tgz#bea56f2ed2b5baea164348ff4d5a879f6f81f20d"
|
|
422
|
+
integrity sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==
|
|
423
423
|
|
|
424
424
|
"@gar/promisify@^1.0.1", "@gar/promisify@^1.1.3":
|
|
425
425
|
version "1.1.3"
|
|
@@ -692,7 +692,7 @@
|
|
|
692
692
|
supports-color "^8.1.1"
|
|
693
693
|
tslib "^2"
|
|
694
694
|
|
|
695
|
-
"@oclif/core@^2.
|
|
695
|
+
"@oclif/core@^2.9.3", "@oclif/core@^2.9.4":
|
|
696
696
|
version "2.15.0"
|
|
697
697
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.15.0.tgz#f27797b30a77d13279fba88c1698fc34a0bd0d2a"
|
|
698
698
|
integrity sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==
|
|
@@ -727,9 +727,9 @@
|
|
|
727
727
|
wrap-ansi "^7.0.0"
|
|
728
728
|
|
|
729
729
|
"@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.3.1":
|
|
730
|
-
version "3.
|
|
731
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
732
|
-
integrity sha512-
|
|
730
|
+
version "3.12.0"
|
|
731
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.12.0.tgz#4b38b1b5dab2f7585f89c3927a8a157b258b4bd6"
|
|
732
|
+
integrity sha512-mT1Vpd1E20IJ7P6GDYOivylPdTHq/xVgFjeCDjitFW86UAklFM8BEFyFB7KpsTvpmjRbCoda3yU10lSI1224lw==
|
|
733
733
|
dependencies:
|
|
734
734
|
ansi-escapes "^4.3.2"
|
|
735
735
|
ansi-styles "^4.3.0"
|
|
@@ -737,6 +737,7 @@
|
|
|
737
737
|
chalk "^4.1.2"
|
|
738
738
|
clean-stack "^3.0.1"
|
|
739
739
|
cli-progress "^3.12.0"
|
|
740
|
+
color "^4.2.3"
|
|
740
741
|
debug "^4.3.4"
|
|
741
742
|
ejs "^3.1.9"
|
|
742
743
|
get-package-type "^0.1.0"
|
|
@@ -916,7 +917,7 @@
|
|
|
916
917
|
strip-ansi "6.0.1"
|
|
917
918
|
ts-retry-promise "^0.7.1"
|
|
918
919
|
|
|
919
|
-
"@salesforce/core@^5.3.
|
|
920
|
+
"@salesforce/core@^5.3.20":
|
|
920
921
|
version "5.3.20"
|
|
921
922
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.20.tgz#4e934d4551bb70423cb1c4115615bc41cffca41e"
|
|
922
923
|
integrity sha512-y+O6O2c8OYFDrAy2qsG+pAcNxoyL14nmBXcBRRcYA7Huj8ikK+aLJK84PuVAYdQz+hNwImQF+69IWtDkpK4Irg==
|
|
@@ -940,43 +941,67 @@
|
|
|
940
941
|
semver "^7.5.4"
|
|
941
942
|
ts-retry-promise "^0.7.1"
|
|
942
943
|
|
|
944
|
+
"@salesforce/core@^6.1.0", "@salesforce/core@^6.1.3":
|
|
945
|
+
version "6.1.3"
|
|
946
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.1.3.tgz#32e71846cad033e0d2b369ecf0fafb4f76d63ad7"
|
|
947
|
+
integrity sha512-M7EQ4+LSXU4ZqD4R5ttY4RqSaYNaNBGDG0KC51IdDfpGtL4kJXeQHdr5HfMfgyCyYNM9LqqfBS7zQTBY1rf+Yg==
|
|
948
|
+
dependencies:
|
|
949
|
+
"@salesforce/kit" "^3.0.15"
|
|
950
|
+
"@salesforce/schemas" "^1.6.1"
|
|
951
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
952
|
+
"@types/semver" "^7.5.4"
|
|
953
|
+
ajv "^8.12.0"
|
|
954
|
+
change-case "^4.1.2"
|
|
955
|
+
faye "^1.4.0"
|
|
956
|
+
form-data "^4.0.0"
|
|
957
|
+
js2xmlparser "^4.0.1"
|
|
958
|
+
jsforce "^2.0.0-beta.28"
|
|
959
|
+
jsonwebtoken "9.0.2"
|
|
960
|
+
jszip "3.10.1"
|
|
961
|
+
pino "^8.16.1"
|
|
962
|
+
pino-abstract-transport "^1.1.0"
|
|
963
|
+
pino-pretty "^10.2.3"
|
|
964
|
+
proper-lockfile "^4.1.2"
|
|
965
|
+
semver "^7.5.4"
|
|
966
|
+
ts-retry-promise "^0.7.1"
|
|
967
|
+
|
|
943
968
|
"@salesforce/dev-config@^4.1.0":
|
|
944
969
|
version "4.1.0"
|
|
945
970
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
946
971
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
947
972
|
|
|
948
|
-
"@salesforce/dev-scripts@^
|
|
949
|
-
version "
|
|
950
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-
|
|
951
|
-
integrity sha512
|
|
973
|
+
"@salesforce/dev-scripts@^7.1.1":
|
|
974
|
+
version "7.1.1"
|
|
975
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-7.1.1.tgz#549b58fb7e8c2410ce594c46f780a0907618f19f"
|
|
976
|
+
integrity sha512-6SL+QDOMZCnmU4Lu2ZCjqsMRcHw96mnjUOPE7b2HcfmfPo2a/hAYUtv8v7UsZ/+3UPbSf+XsLJfUsF15QIUWrg==
|
|
952
977
|
dependencies:
|
|
953
978
|
"@commitlint/cli" "^17.1.2"
|
|
954
979
|
"@commitlint/config-conventional" "^17.1.0"
|
|
955
980
|
"@salesforce/dev-config" "^4.1.0"
|
|
956
981
|
"@salesforce/prettier-config" "^0.0.3"
|
|
957
|
-
"@types/chai" "^4.3.
|
|
958
|
-
"@types/mocha" "^10.0.
|
|
982
|
+
"@types/chai" "^4.3.10"
|
|
983
|
+
"@types/mocha" "^10.0.4"
|
|
959
984
|
"@types/node" "^18"
|
|
960
985
|
"@types/sinon" "^10.0.20"
|
|
961
986
|
chai "^4.3.10"
|
|
962
987
|
chalk "^4.0.0"
|
|
963
988
|
cosmiconfig "^7.0.0"
|
|
964
|
-
eslint-config-salesforce-typescript "^3.0.
|
|
989
|
+
eslint-config-salesforce-typescript "^3.0.5"
|
|
965
990
|
husky "^7.0.4"
|
|
966
991
|
mocha "^10.2.0"
|
|
967
992
|
nyc "^15.1.0"
|
|
968
993
|
prettier "^2.8.8"
|
|
969
|
-
pretty-quick "^3.1.
|
|
970
|
-
shelljs "
|
|
994
|
+
pretty-quick "^3.1.3"
|
|
995
|
+
shelljs "^0.8.5"
|
|
971
996
|
sinon "10.0.0"
|
|
972
|
-
source-map-support "
|
|
997
|
+
source-map-support "^0.5.21"
|
|
973
998
|
ts-node "^10.9.1"
|
|
974
|
-
typedoc "0.
|
|
999
|
+
typedoc "^0.25.3"
|
|
975
1000
|
typedoc-plugin-missing-exports "0.23.0"
|
|
976
1001
|
typescript "^4.9.5"
|
|
977
1002
|
wireit "^0.14.1"
|
|
978
1003
|
|
|
979
|
-
"@salesforce/kit@^3.0.
|
|
1004
|
+
"@salesforce/kit@^3.0.15":
|
|
980
1005
|
version "3.0.15"
|
|
981
1006
|
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.15.tgz#713df3f5767f874c70a2e731c7cb5ba677989559"
|
|
982
1007
|
integrity sha512-XkA8jsuLvVnyP460dAbU3pBFP2IkmmmsVxMQVifcKKbNWaIBbZBzAfj+vdaQfnvZyflLhsrFT3q2xkb0vHouPg==
|
|
@@ -984,15 +1009,15 @@
|
|
|
984
1009
|
"@salesforce/ts-types" "^2.0.9"
|
|
985
1010
|
tslib "^2.6.2"
|
|
986
1011
|
|
|
987
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
988
|
-
version "3.0.
|
|
989
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
990
|
-
integrity sha512-
|
|
1012
|
+
"@salesforce/plugin-command-reference@^3.0.47":
|
|
1013
|
+
version "3.0.47"
|
|
1014
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.47.tgz#477c3384402ef08458f4259b100447e136384e85"
|
|
1015
|
+
integrity sha512-A3syaw8bf8Bovne6WDiYOcOeLFKTqf1T+MXlxXPwDkDM0X5squkwVvE6wun7S54Q3n4gCSlCPiAMbJfpF8wwaw==
|
|
991
1016
|
dependencies:
|
|
992
|
-
"@oclif/core" "^
|
|
993
|
-
"@salesforce/core" "^5.3.
|
|
1017
|
+
"@oclif/core" "^3.0.0"
|
|
1018
|
+
"@salesforce/core" "^5.3.20"
|
|
994
1019
|
"@salesforce/kit" "^3.0.15"
|
|
995
|
-
"@salesforce/sf-plugins-core" "^
|
|
1020
|
+
"@salesforce/sf-plugins-core" "^4"
|
|
996
1021
|
"@salesforce/ts-types" "^2.0.9"
|
|
997
1022
|
chalk "^4"
|
|
998
1023
|
handlebars "^4.7.8"
|
|
@@ -1008,32 +1033,33 @@
|
|
|
1008
1033
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
|
|
1009
1034
|
integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
|
|
1010
1035
|
|
|
1011
|
-
"@salesforce/sf-plugins-core@^
|
|
1012
|
-
version "
|
|
1013
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
|
1014
|
-
integrity sha512-
|
|
1036
|
+
"@salesforce/sf-plugins-core@^4":
|
|
1037
|
+
version "4.1.3"
|
|
1038
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-4.1.3.tgz#06fa96fec1903fe945def9303eb8c43058625a3d"
|
|
1039
|
+
integrity sha512-cia0FRknxeQU0IK5gOxlP2KGxqc5zxwSmHLKJsd5+sUFWpn3Hnun/3rDO94UXIDjuGKV7HK08hQNBKkSLeYaRA==
|
|
1015
1040
|
dependencies:
|
|
1016
|
-
"@oclif/core" "^
|
|
1017
|
-
"@salesforce/core" "^
|
|
1018
|
-
"@salesforce/kit" "^3.0.
|
|
1019
|
-
"@salesforce/ts-types" "^2.0.
|
|
1041
|
+
"@oclif/core" "^3.11.0"
|
|
1042
|
+
"@salesforce/core" "^6.1.0"
|
|
1043
|
+
"@salesforce/kit" "^3.0.15"
|
|
1044
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
1045
|
+
"@types/inquirer" "^8.2.3"
|
|
1020
1046
|
chalk "^4"
|
|
1021
1047
|
inquirer "^8.2.5"
|
|
1022
1048
|
|
|
1023
|
-
"@salesforce/sf-plugins-core@^
|
|
1024
|
-
version "
|
|
1025
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
|
1026
|
-
integrity sha512-
|
|
1049
|
+
"@salesforce/sf-plugins-core@^5.0.3":
|
|
1050
|
+
version "5.0.3"
|
|
1051
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.3.tgz#a771dc887c0a13ac23a5b1c16a6965791914f3aa"
|
|
1052
|
+
integrity sha512-D+RCUzrYIWpJakNfxtHXJd6LZr6bK4gA4e7jLPR1G1FmDFss13PT7hOdFRxmAqTPbcp1jf65vwYZzu5nbqzmvQ==
|
|
1027
1053
|
dependencies:
|
|
1028
|
-
"@oclif/core" "^3.
|
|
1029
|
-
"@salesforce/core" "^
|
|
1030
|
-
"@salesforce/kit" "^3.0.
|
|
1031
|
-
"@salesforce/ts-types" "^2.0.
|
|
1054
|
+
"@oclif/core" "^3.11.0"
|
|
1055
|
+
"@salesforce/core" "^6.1.3"
|
|
1056
|
+
"@salesforce/kit" "^3.0.15"
|
|
1057
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
1032
1058
|
"@types/inquirer" "^8.2.3"
|
|
1033
1059
|
chalk "^4"
|
|
1034
1060
|
inquirer "^8.2.5"
|
|
1035
1061
|
|
|
1036
|
-
"@salesforce/ts-types@^2.0.6", "@salesforce/ts-types@^2.0.
|
|
1062
|
+
"@salesforce/ts-types@^2.0.6", "@salesforce/ts-types@^2.0.9":
|
|
1037
1063
|
version "2.0.9"
|
|
1038
1064
|
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.9.tgz#66bff7b41720065d6b01631b6f6a3ccca02857c5"
|
|
1039
1065
|
integrity sha512-boUD9jw5vQpTCPCCmK/NFTWjSuuW+lsaxOynkyNXLW+zxOc4GDjhtKc4j0vWZJQvolpafbyS8ZLFHZJvs12gYA==
|
|
@@ -1120,7 +1146,7 @@
|
|
|
1120
1146
|
"@types/node" "*"
|
|
1121
1147
|
"@types/responselike" "^1.0.0"
|
|
1122
1148
|
|
|
1123
|
-
"@types/chai@^4.3.
|
|
1149
|
+
"@types/chai@^4.3.10":
|
|
1124
1150
|
version "4.3.10"
|
|
1125
1151
|
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.10.tgz#2ad2959d1767edee5b0e4efb1a0cd2b500747317"
|
|
1126
1152
|
integrity sha512-of+ICnbqjmFCiixUnqRulbylyXQrPqIGf/B3Jax1wIF3DvSheysQxAWvqHhZiW3IQrycvokcLcFQlveGp+vyNg==
|
|
@@ -1202,10 +1228,10 @@
|
|
|
1202
1228
|
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
|
|
1203
1229
|
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
|
|
1204
1230
|
|
|
1205
|
-
"@types/mocha@^10.0.
|
|
1206
|
-
version "10.0.
|
|
1207
|
-
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.
|
|
1208
|
-
integrity sha512-
|
|
1231
|
+
"@types/mocha@^10.0.4":
|
|
1232
|
+
version "10.0.4"
|
|
1233
|
+
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.4.tgz#b5331955ebca216604691fd4fcd2dbdc2bd559a4"
|
|
1234
|
+
integrity sha512-xKU7bUjiFTIttpWaIZ9qvgg+22O1nmbA+HRxdlR+u6TWsGfmFdXrheJoK4fFxrHNVIOBDvDNKZG+LYBpMHpX3w==
|
|
1209
1235
|
|
|
1210
1236
|
"@types/node@*", "@types/node@^18":
|
|
1211
1237
|
version "18.18.8"
|
|
@@ -1281,16 +1307,16 @@
|
|
|
1281
1307
|
"@types/expect" "^1.20.4"
|
|
1282
1308
|
"@types/node" "*"
|
|
1283
1309
|
|
|
1284
|
-
"@typescript-eslint/eslint-plugin@^6.
|
|
1285
|
-
version "6.
|
|
1286
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.
|
|
1287
|
-
integrity sha512-
|
|
1310
|
+
"@typescript-eslint/eslint-plugin@^6.10.0":
|
|
1311
|
+
version "6.11.0"
|
|
1312
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.11.0.tgz#52aae65174ff526576351f9ccd41cea01001463f"
|
|
1313
|
+
integrity sha512-uXnpZDc4VRjY4iuypDBKzW1rz9T5YBBK0snMn8MaTSNd2kMlj50LnLBABELjJiOL5YHk7ZD8hbSpI9ubzqYI0w==
|
|
1288
1314
|
dependencies:
|
|
1289
1315
|
"@eslint-community/regexpp" "^4.5.1"
|
|
1290
|
-
"@typescript-eslint/scope-manager" "6.
|
|
1291
|
-
"@typescript-eslint/type-utils" "6.
|
|
1292
|
-
"@typescript-eslint/utils" "6.
|
|
1293
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1316
|
+
"@typescript-eslint/scope-manager" "6.11.0"
|
|
1317
|
+
"@typescript-eslint/type-utils" "6.11.0"
|
|
1318
|
+
"@typescript-eslint/utils" "6.11.0"
|
|
1319
|
+
"@typescript-eslint/visitor-keys" "6.11.0"
|
|
1294
1320
|
debug "^4.3.4"
|
|
1295
1321
|
graphemer "^1.4.0"
|
|
1296
1322
|
ignore "^5.2.4"
|
|
@@ -1298,15 +1324,15 @@
|
|
|
1298
1324
|
semver "^7.5.4"
|
|
1299
1325
|
ts-api-utils "^1.0.1"
|
|
1300
1326
|
|
|
1301
|
-
"@typescript-eslint/parser@^6.
|
|
1302
|
-
version "6.
|
|
1303
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.
|
|
1304
|
-
integrity sha512
|
|
1327
|
+
"@typescript-eslint/parser@^6.10.0":
|
|
1328
|
+
version "6.11.0"
|
|
1329
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.11.0.tgz#9640d9595d905f3be4f278bf515130e6129b202e"
|
|
1330
|
+
integrity sha512-+whEdjk+d5do5nxfxx73oanLL9ghKO3EwM9kBCkUtWMRwWuPaFv9ScuqlYfQ6pAD6ZiJhky7TZ2ZYhrMsfMxVQ==
|
|
1305
1331
|
dependencies:
|
|
1306
|
-
"@typescript-eslint/scope-manager" "6.
|
|
1307
|
-
"@typescript-eslint/types" "6.
|
|
1308
|
-
"@typescript-eslint/typescript-estree" "6.
|
|
1309
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1332
|
+
"@typescript-eslint/scope-manager" "6.11.0"
|
|
1333
|
+
"@typescript-eslint/types" "6.11.0"
|
|
1334
|
+
"@typescript-eslint/typescript-estree" "6.11.0"
|
|
1335
|
+
"@typescript-eslint/visitor-keys" "6.11.0"
|
|
1310
1336
|
debug "^4.3.4"
|
|
1311
1337
|
|
|
1312
1338
|
"@typescript-eslint/scope-manager@5.62.0":
|
|
@@ -1325,21 +1351,13 @@
|
|
|
1325
1351
|
"@typescript-eslint/types" "6.11.0"
|
|
1326
1352
|
"@typescript-eslint/visitor-keys" "6.11.0"
|
|
1327
1353
|
|
|
1328
|
-
"@typescript-eslint/
|
|
1329
|
-
version "6.
|
|
1330
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/
|
|
1331
|
-
integrity sha512-
|
|
1332
|
-
dependencies:
|
|
1333
|
-
"@typescript-eslint/types" "6.9.1"
|
|
1334
|
-
"@typescript-eslint/visitor-keys" "6.9.1"
|
|
1335
|
-
|
|
1336
|
-
"@typescript-eslint/type-utils@6.9.1":
|
|
1337
|
-
version "6.9.1"
|
|
1338
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.9.1.tgz#efd5db20ed35a74d3c7d8fba51b830ecba09ce32"
|
|
1339
|
-
integrity sha512-eh2oHaUKCK58qIeYp19F5V5TbpM52680sB4zNSz29VBQPTWIlE/hCj5P5B1AChxECe/fmZlspAWFuRniep1Skg==
|
|
1354
|
+
"@typescript-eslint/type-utils@6.11.0":
|
|
1355
|
+
version "6.11.0"
|
|
1356
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.11.0.tgz#d0b8b1ab6c26b974dbf91de1ebc5b11fea24e0d1"
|
|
1357
|
+
integrity sha512-nA4IOXwZtqBjIoYrJcYxLRO+F9ri+leVGoJcMW1uqr4r1Hq7vW5cyWrA43lFbpRvQ9XgNrnfLpIkO3i1emDBIA==
|
|
1340
1358
|
dependencies:
|
|
1341
|
-
"@typescript-eslint/typescript-estree" "6.
|
|
1342
|
-
"@typescript-eslint/utils" "6.
|
|
1359
|
+
"@typescript-eslint/typescript-estree" "6.11.0"
|
|
1360
|
+
"@typescript-eslint/utils" "6.11.0"
|
|
1343
1361
|
debug "^4.3.4"
|
|
1344
1362
|
ts-api-utils "^1.0.1"
|
|
1345
1363
|
|
|
@@ -1353,11 +1371,6 @@
|
|
|
1353
1371
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.11.0.tgz#8ad3aa000cbf4bdc4dcceed96e9b577f15e0bf53"
|
|
1354
1372
|
integrity sha512-ZbEzuD4DwEJxwPqhv3QULlRj8KYTAnNsXxmfuUXFCxZmO6CF2gM/y+ugBSAQhrqaJL3M+oe4owdWunaHM6beqA==
|
|
1355
1373
|
|
|
1356
|
-
"@typescript-eslint/types@6.9.1":
|
|
1357
|
-
version "6.9.1"
|
|
1358
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.9.1.tgz#a6cfc20db0fcedcb2f397ea728ef583e0ee72459"
|
|
1359
|
-
integrity sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==
|
|
1360
|
-
|
|
1361
1374
|
"@typescript-eslint/typescript-estree@5.62.0":
|
|
1362
1375
|
version "5.62.0"
|
|
1363
1376
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
|
|
@@ -1384,30 +1397,17 @@
|
|
|
1384
1397
|
semver "^7.5.4"
|
|
1385
1398
|
ts-api-utils "^1.0.1"
|
|
1386
1399
|
|
|
1387
|
-
"@typescript-eslint/typescript-
|
|
1388
|
-
version "6.
|
|
1389
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/
|
|
1390
|
-
integrity sha512-
|
|
1391
|
-
dependencies:
|
|
1392
|
-
"@typescript-eslint/types" "6.9.1"
|
|
1393
|
-
"@typescript-eslint/visitor-keys" "6.9.1"
|
|
1394
|
-
debug "^4.3.4"
|
|
1395
|
-
globby "^11.1.0"
|
|
1396
|
-
is-glob "^4.0.3"
|
|
1397
|
-
semver "^7.5.4"
|
|
1398
|
-
ts-api-utils "^1.0.1"
|
|
1399
|
-
|
|
1400
|
-
"@typescript-eslint/utils@6.9.1":
|
|
1401
|
-
version "6.9.1"
|
|
1402
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.9.1.tgz#763da41281ef0d16974517b5f0d02d85897a1c1e"
|
|
1403
|
-
integrity sha512-L1T0A5nFdQrMVunpZgzqPL6y2wVreSyHhKGZryS6jrEN7bD9NplVAyMryUhXsQ4TWLnZmxc2ekar/lSGIlprCA==
|
|
1400
|
+
"@typescript-eslint/utils@6.11.0", "@typescript-eslint/utils@^6.10.0":
|
|
1401
|
+
version "6.11.0"
|
|
1402
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.11.0.tgz#11374f59ef4cea50857b1303477c08aafa2ca604"
|
|
1403
|
+
integrity sha512-p23ibf68fxoZy605dc0dQAEoUsoiNoP3MD9WQGiHLDuTSOuqoTsa4oAy+h3KDkTcxbbfOtUjb9h3Ta0gT4ug2g==
|
|
1404
1404
|
dependencies:
|
|
1405
1405
|
"@eslint-community/eslint-utils" "^4.4.0"
|
|
1406
1406
|
"@types/json-schema" "^7.0.12"
|
|
1407
1407
|
"@types/semver" "^7.5.0"
|
|
1408
|
-
"@typescript-eslint/scope-manager" "6.
|
|
1409
|
-
"@typescript-eslint/types" "6.
|
|
1410
|
-
"@typescript-eslint/typescript-estree" "6.
|
|
1408
|
+
"@typescript-eslint/scope-manager" "6.11.0"
|
|
1409
|
+
"@typescript-eslint/types" "6.11.0"
|
|
1410
|
+
"@typescript-eslint/typescript-estree" "6.11.0"
|
|
1411
1411
|
semver "^7.5.4"
|
|
1412
1412
|
|
|
1413
1413
|
"@typescript-eslint/utils@^5.59.11":
|
|
@@ -1424,19 +1424,6 @@
|
|
|
1424
1424
|
eslint-scope "^5.1.1"
|
|
1425
1425
|
semver "^7.3.7"
|
|
1426
1426
|
|
|
1427
|
-
"@typescript-eslint/utils@^6.10.0":
|
|
1428
|
-
version "6.11.0"
|
|
1429
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.11.0.tgz#11374f59ef4cea50857b1303477c08aafa2ca604"
|
|
1430
|
-
integrity sha512-p23ibf68fxoZy605dc0dQAEoUsoiNoP3MD9WQGiHLDuTSOuqoTsa4oAy+h3KDkTcxbbfOtUjb9h3Ta0gT4ug2g==
|
|
1431
|
-
dependencies:
|
|
1432
|
-
"@eslint-community/eslint-utils" "^4.4.0"
|
|
1433
|
-
"@types/json-schema" "^7.0.12"
|
|
1434
|
-
"@types/semver" "^7.5.0"
|
|
1435
|
-
"@typescript-eslint/scope-manager" "6.11.0"
|
|
1436
|
-
"@typescript-eslint/types" "6.11.0"
|
|
1437
|
-
"@typescript-eslint/typescript-estree" "6.11.0"
|
|
1438
|
-
semver "^7.5.4"
|
|
1439
|
-
|
|
1440
1427
|
"@typescript-eslint/visitor-keys@5.62.0":
|
|
1441
1428
|
version "5.62.0"
|
|
1442
1429
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
|
|
@@ -1453,14 +1440,6 @@
|
|
|
1453
1440
|
"@typescript-eslint/types" "6.11.0"
|
|
1454
1441
|
eslint-visitor-keys "^3.4.1"
|
|
1455
1442
|
|
|
1456
|
-
"@typescript-eslint/visitor-keys@6.9.1":
|
|
1457
|
-
version "6.9.1"
|
|
1458
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.1.tgz#6753a9225a0ba00459b15d6456b9c2780b66707d"
|
|
1459
|
-
integrity sha512-MUaPUe/QRLEffARsmNfmpghuQkW436DvESW+h+M52w0coICHRfD6Np9/K6PdACwnrq1HmuLl+cSPZaJmeVPkSw==
|
|
1460
|
-
dependencies:
|
|
1461
|
-
"@typescript-eslint/types" "6.9.1"
|
|
1462
|
-
eslint-visitor-keys "^3.4.1"
|
|
1463
|
-
|
|
1464
1443
|
"@ungap/structured-clone@^1.2.0":
|
|
1465
1444
|
version "1.2.0"
|
|
1466
1445
|
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
|
@@ -1567,6 +1546,11 @@ ansi-regex@^5.0.1:
|
|
|
1567
1546
|
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
|
|
1568
1547
|
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
|
|
1569
1548
|
|
|
1549
|
+
ansi-sequence-parser@^1.1.0:
|
|
1550
|
+
version "1.1.1"
|
|
1551
|
+
resolved "https://registry.yarnpkg.com/ansi-sequence-parser/-/ansi-sequence-parser-1.1.1.tgz#e0aa1cdcbc8f8bb0b5bca625aac41f5f056973cf"
|
|
1552
|
+
integrity sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==
|
|
1553
|
+
|
|
1570
1554
|
ansi-styles@^3.2.1:
|
|
1571
1555
|
version "3.2.1"
|
|
1572
1556
|
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
|
|
@@ -2304,16 +2288,32 @@ color-name@1.1.3:
|
|
|
2304
2288
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
|
|
2305
2289
|
integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==
|
|
2306
2290
|
|
|
2307
|
-
color-name@~1.1.4:
|
|
2291
|
+
color-name@^1.0.0, color-name@~1.1.4:
|
|
2308
2292
|
version "1.1.4"
|
|
2309
2293
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
|
|
2310
2294
|
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
|
2311
2295
|
|
|
2296
|
+
color-string@^1.9.0:
|
|
2297
|
+
version "1.9.1"
|
|
2298
|
+
resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.1.tgz#4467f9146f036f855b764dfb5bf8582bf342c7a4"
|
|
2299
|
+
integrity sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==
|
|
2300
|
+
dependencies:
|
|
2301
|
+
color-name "^1.0.0"
|
|
2302
|
+
simple-swizzle "^0.2.2"
|
|
2303
|
+
|
|
2312
2304
|
color-support@^1.1.2, color-support@^1.1.3:
|
|
2313
2305
|
version "1.1.3"
|
|
2314
2306
|
resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
|
|
2315
2307
|
integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==
|
|
2316
2308
|
|
|
2309
|
+
color@^4.2.3:
|
|
2310
|
+
version "4.2.3"
|
|
2311
|
+
resolved "https://registry.yarnpkg.com/color/-/color-4.2.3.tgz#d781ecb5e57224ee43ea9627560107c0e0c6463a"
|
|
2312
|
+
integrity sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==
|
|
2313
|
+
dependencies:
|
|
2314
|
+
color-convert "^2.0.1"
|
|
2315
|
+
color-string "^1.9.0"
|
|
2316
|
+
|
|
2317
2317
|
colorette@^2.0.7:
|
|
2318
2318
|
version "2.0.20"
|
|
2319
2319
|
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.20.tgz#9eb793e6833067f7235902fcd3b09917a000a95a"
|
|
@@ -2346,10 +2346,10 @@ commander@^4.0.1:
|
|
|
2346
2346
|
resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
|
|
2347
2347
|
integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
|
|
2348
2348
|
|
|
2349
|
-
comment-parser@1.4.
|
|
2350
|
-
version "1.4.
|
|
2351
|
-
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.4.
|
|
2352
|
-
integrity sha512-
|
|
2349
|
+
comment-parser@1.4.1:
|
|
2350
|
+
version "1.4.1"
|
|
2351
|
+
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.4.1.tgz#bdafead37961ac079be11eb7ec65c4d021eaf9cc"
|
|
2352
|
+
integrity sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==
|
|
2353
2353
|
|
|
2354
2354
|
common-ancestor-path@^1.0.1:
|
|
2355
2355
|
version "1.0.1"
|
|
@@ -2856,20 +2856,20 @@ eslint-config-salesforce-license@^0.2.0:
|
|
|
2856
2856
|
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-license/-/eslint-config-salesforce-license-0.2.0.tgz#323193f1aa15dd33fbf108d25fc1210afc11065e"
|
|
2857
2857
|
integrity sha512-DJdBvgj82Erum82YMe+YvG/o6ukna3UA++lRl0HSTldj0VlBl3Q8hzCp97nRXZHra6JH1I912yievZzklXDw6w==
|
|
2858
2858
|
|
|
2859
|
-
eslint-config-salesforce-typescript@^3.0.
|
|
2860
|
-
version "3.0.
|
|
2861
|
-
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.0.
|
|
2862
|
-
integrity sha512-
|
|
2859
|
+
eslint-config-salesforce-typescript@^3.0.5:
|
|
2860
|
+
version "3.0.5"
|
|
2861
|
+
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.0.5.tgz#1fa7b224551255b520f19d208be5d1bb2410c2b4"
|
|
2862
|
+
integrity sha512-p+Do1i8Al1HANKubYV9WnJl9P/ChP/gvM+1tjtYiGqVjaO2Gf6V1ejM51r//uw4OoiFEldqKJK/gyMzSvRHkaw==
|
|
2863
2863
|
dependencies:
|
|
2864
|
-
"@typescript-eslint/eslint-plugin" "^6.
|
|
2865
|
-
"@typescript-eslint/parser" "^6.
|
|
2866
|
-
eslint "^8.
|
|
2864
|
+
"@typescript-eslint/eslint-plugin" "^6.10.0"
|
|
2865
|
+
"@typescript-eslint/parser" "^6.10.0"
|
|
2866
|
+
eslint "^8.53.0"
|
|
2867
2867
|
eslint-config-prettier "^9.0.0"
|
|
2868
2868
|
eslint-config-salesforce "^2.0.2"
|
|
2869
2869
|
eslint-config-salesforce-license "^0.2.0"
|
|
2870
2870
|
eslint-plugin-header "^3.1.1"
|
|
2871
2871
|
eslint-plugin-import "^2.29.0"
|
|
2872
|
-
eslint-plugin-jsdoc "^46.
|
|
2872
|
+
eslint-plugin-jsdoc "^46.9.0"
|
|
2873
2873
|
eslint-plugin-unicorn "^49.0.0"
|
|
2874
2874
|
|
|
2875
2875
|
eslint-config-salesforce@^2.0.2:
|
|
@@ -2921,14 +2921,14 @@ eslint-plugin-import@^2.29.0:
|
|
|
2921
2921
|
semver "^6.3.1"
|
|
2922
2922
|
tsconfig-paths "^3.14.2"
|
|
2923
2923
|
|
|
2924
|
-
eslint-plugin-jsdoc@^46.
|
|
2925
|
-
version "46.
|
|
2926
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.
|
|
2927
|
-
integrity sha512-
|
|
2924
|
+
eslint-plugin-jsdoc@^46.9.0:
|
|
2925
|
+
version "46.9.0"
|
|
2926
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.9.0.tgz#9887569dbeef0a008a2770bfc5d0f7fc39f21f2b"
|
|
2927
|
+
integrity sha512-UQuEtbqLNkPf5Nr/6PPRCtr9xypXY+g8y/Q7gPa0YK7eDhh0y2lWprXRnaYbW7ACgIUvpDKy9X2bZqxtGzBG9Q==
|
|
2928
2928
|
dependencies:
|
|
2929
|
-
"@es-joy/jsdoccomment" "~0.
|
|
2929
|
+
"@es-joy/jsdoccomment" "~0.41.0"
|
|
2930
2930
|
are-docs-informative "^0.0.2"
|
|
2931
|
-
comment-parser "1.4.
|
|
2931
|
+
comment-parser "1.4.1"
|
|
2932
2932
|
debug "^4.3.4"
|
|
2933
2933
|
escape-string-regexp "^4.0.0"
|
|
2934
2934
|
esquery "^1.5.0"
|
|
@@ -2994,15 +2994,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
|
|
|
2994
2994
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
|
|
2995
2995
|
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
|
|
2996
2996
|
|
|
2997
|
-
eslint@^8.
|
|
2998
|
-
version "8.
|
|
2999
|
-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.
|
|
3000
|
-
integrity sha512-
|
|
2997
|
+
eslint@^8.53.0:
|
|
2998
|
+
version "8.53.0"
|
|
2999
|
+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.53.0.tgz#14f2c8244298fcae1f46945459577413ba2697ce"
|
|
3000
|
+
integrity sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==
|
|
3001
3001
|
dependencies:
|
|
3002
3002
|
"@eslint-community/eslint-utils" "^4.2.0"
|
|
3003
3003
|
"@eslint-community/regexpp" "^4.6.1"
|
|
3004
|
-
"@eslint/eslintrc" "^2.1.
|
|
3005
|
-
"@eslint/js" "8.
|
|
3004
|
+
"@eslint/eslintrc" "^2.1.3"
|
|
3005
|
+
"@eslint/js" "8.53.0"
|
|
3006
3006
|
"@humanwhocodes/config-array" "^0.11.13"
|
|
3007
3007
|
"@humanwhocodes/module-importer" "^1.0.1"
|
|
3008
3008
|
"@nodelib/fs.walk" "^1.2.8"
|
|
@@ -3991,6 +3991,11 @@ is-arrayish@^0.2.1:
|
|
|
3991
3991
|
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
|
|
3992
3992
|
integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==
|
|
3993
3993
|
|
|
3994
|
+
is-arrayish@^0.3.1:
|
|
3995
|
+
version "0.3.2"
|
|
3996
|
+
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03"
|
|
3997
|
+
integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==
|
|
3998
|
+
|
|
3994
3999
|
is-bigint@^1.0.1:
|
|
3995
4000
|
version "1.0.4"
|
|
3996
4001
|
resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.4.tgz#08147a1875bc2b32005d41ccd8291dffc6691df3"
|
|
@@ -4444,7 +4449,7 @@ json5@^2.2.2, json5@^2.2.3:
|
|
|
4444
4449
|
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
|
|
4445
4450
|
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
|
|
4446
4451
|
|
|
4447
|
-
jsonc-parser@^3.0.0:
|
|
4452
|
+
jsonc-parser@^3.0.0, jsonc-parser@^3.2.0:
|
|
4448
4453
|
version "3.2.0"
|
|
4449
4454
|
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.2.0.tgz#31ff3f4c2b9793f89c67212627c51c6394f88e76"
|
|
4450
4455
|
integrity sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==
|
|
@@ -4826,10 +4831,10 @@ map-obj@^4.0.0:
|
|
|
4826
4831
|
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
|
|
4827
4832
|
integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
|
|
4828
4833
|
|
|
4829
|
-
marked@^4.0
|
|
4830
|
-
version "4.
|
|
4831
|
-
resolved "https://registry.yarnpkg.com/marked/-/marked-4.
|
|
4832
|
-
integrity sha512-
|
|
4834
|
+
marked@^4.3.0:
|
|
4835
|
+
version "4.3.0"
|
|
4836
|
+
resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3"
|
|
4837
|
+
integrity sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==
|
|
4833
4838
|
|
|
4834
4839
|
"mem-fs-editor@^8.1.2 || ^9.0.0", mem-fs-editor@^9.0.0:
|
|
4835
4840
|
version "9.7.0"
|
|
@@ -4938,7 +4943,7 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
|
|
|
4938
4943
|
dependencies:
|
|
4939
4944
|
brace-expansion "^1.1.7"
|
|
4940
4945
|
|
|
4941
|
-
minimatch@^5.0.1
|
|
4946
|
+
minimatch@^5.0.1:
|
|
4942
4947
|
version "5.1.6"
|
|
4943
4948
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
|
|
4944
4949
|
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
|
|
@@ -5782,7 +5787,7 @@ pify@^4.0.1:
|
|
|
5782
5787
|
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
|
|
5783
5788
|
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
|
|
5784
5789
|
|
|
5785
|
-
pino-abstract-transport@^1.0.0, pino-abstract-transport@v1.1.0:
|
|
5790
|
+
pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-transport@v1.1.0:
|
|
5786
5791
|
version "1.1.0"
|
|
5787
5792
|
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.1.0.tgz#083d98f966262164504afb989bccd05f665937a8"
|
|
5788
5793
|
integrity sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==
|
|
@@ -5815,10 +5820,10 @@ pino-std-serializers@^6.0.0:
|
|
|
5815
5820
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
5816
5821
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
5817
5822
|
|
|
5818
|
-
pino@^8.16.0:
|
|
5819
|
-
version "8.16.
|
|
5820
|
-
resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.
|
|
5821
|
-
integrity sha512-
|
|
5823
|
+
pino@^8.16.0, pino@^8.16.1:
|
|
5824
|
+
version "8.16.2"
|
|
5825
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.2.tgz#7a906f2d9a8c5b4c57412c9ca95d6820bd2090cd"
|
|
5826
|
+
integrity sha512-2advCDGVEvkKu9TTVSa/kWW7Z3htI/sBKEZpqiHk6ive0i/7f5b1rsU8jn0aimxqfnSz5bj/nOYkwhBUn5xxvg==
|
|
5822
5827
|
dependencies:
|
|
5823
5828
|
atomic-sleep "^1.0.0"
|
|
5824
5829
|
fast-redact "^3.1.1"
|
|
@@ -5869,7 +5874,7 @@ pretty-bytes@^5.3.0:
|
|
|
5869
5874
|
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb"
|
|
5870
5875
|
integrity sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==
|
|
5871
5876
|
|
|
5872
|
-
pretty-quick@^3.1.
|
|
5877
|
+
pretty-quick@^3.1.3:
|
|
5873
5878
|
version "3.1.3"
|
|
5874
5879
|
resolved "https://registry.yarnpkg.com/pretty-quick/-/pretty-quick-3.1.3.tgz#15281108c0ddf446675157ca40240099157b638e"
|
|
5875
5880
|
integrity sha512-kOCi2FJabvuh1as9enxYmrnBC6tVMoVOenMaBqRfsvBHB0cbpYHjdQEpSglpASDFEXVwplpcGR4CLEaisYAFcA==
|
|
@@ -6428,7 +6433,7 @@ shebang-regex@^3.0.0:
|
|
|
6428
6433
|
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
|
|
6429
6434
|
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
|
|
6430
6435
|
|
|
6431
|
-
shelljs@^0.8.4, shelljs@^0.8.5
|
|
6436
|
+
shelljs@^0.8.4, shelljs@^0.8.5:
|
|
6432
6437
|
version "0.8.5"
|
|
6433
6438
|
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
|
|
6434
6439
|
integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==
|
|
@@ -6437,14 +6442,15 @@ shelljs@^0.8.4, shelljs@^0.8.5, shelljs@~0.8.4:
|
|
|
6437
6442
|
interpret "^1.0.0"
|
|
6438
6443
|
rechoir "^0.6.2"
|
|
6439
6444
|
|
|
6440
|
-
shiki@^0.
|
|
6441
|
-
version "0.
|
|
6442
|
-
resolved "https://registry.yarnpkg.com/shiki/-/shiki-0.
|
|
6443
|
-
integrity sha512-
|
|
6445
|
+
shiki@^0.14.1:
|
|
6446
|
+
version "0.14.5"
|
|
6447
|
+
resolved "https://registry.yarnpkg.com/shiki/-/shiki-0.14.5.tgz#375dd214e57eccb04f0daf35a32aa615861deb93"
|
|
6448
|
+
integrity sha512-1gCAYOcmCFONmErGTrS1fjzJLA7MGZmKzrBNX7apqSwhyITJg2O102uFzXUeBxNnEkDA9vHIKLyeKq0V083vIw==
|
|
6444
6449
|
dependencies:
|
|
6445
|
-
|
|
6446
|
-
|
|
6447
|
-
vscode-
|
|
6450
|
+
ansi-sequence-parser "^1.1.0"
|
|
6451
|
+
jsonc-parser "^3.2.0"
|
|
6452
|
+
vscode-oniguruma "^1.7.0"
|
|
6453
|
+
vscode-textmate "^8.0.0"
|
|
6448
6454
|
|
|
6449
6455
|
shx@0.3.4:
|
|
6450
6456
|
version "0.3.4"
|
|
@@ -6468,6 +6474,13 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7:
|
|
|
6468
6474
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
|
|
6469
6475
|
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
|
|
6470
6476
|
|
|
6477
|
+
simple-swizzle@^0.2.2:
|
|
6478
|
+
version "0.2.2"
|
|
6479
|
+
resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
|
|
6480
|
+
integrity sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==
|
|
6481
|
+
dependencies:
|
|
6482
|
+
is-arrayish "^0.3.1"
|
|
6483
|
+
|
|
6471
6484
|
sinon@10.0.0:
|
|
6472
6485
|
version "10.0.0"
|
|
6473
6486
|
resolved "https://registry.yarnpkg.com/sinon/-/sinon-10.0.0.tgz#52279f97e35646ff73d23207d0307977c9b81430"
|
|
@@ -6547,7 +6560,7 @@ sort-keys@^4.2.0:
|
|
|
6547
6560
|
dependencies:
|
|
6548
6561
|
is-plain-obj "^2.0.0"
|
|
6549
6562
|
|
|
6550
|
-
source-map-support
|
|
6563
|
+
source-map-support@^0.5.21:
|
|
6551
6564
|
version "0.5.21"
|
|
6552
6565
|
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
|
|
6553
6566
|
integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==
|
|
@@ -7037,15 +7050,15 @@ typedoc-plugin-missing-exports@0.23.0:
|
|
|
7037
7050
|
resolved "https://registry.yarnpkg.com/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-0.23.0.tgz#076df6ffce4d84e8097be009b7c62a17d58477a5"
|
|
7038
7051
|
integrity sha512-9smahDSsFRno9ZwoEshQDuIYMHWGB1E6LUud5qMxR2wNZ0T4DlZz0QjoK3HzXtX34mUpTH0dYtt7NQUK4D6B6Q==
|
|
7039
7052
|
|
|
7040
|
-
typedoc
|
|
7041
|
-
version "0.
|
|
7042
|
-
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.
|
|
7043
|
-
integrity sha512-
|
|
7053
|
+
typedoc@^0.25.3:
|
|
7054
|
+
version "0.25.3"
|
|
7055
|
+
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.3.tgz#53c6d668e1001b3d488e9a750fcdfb05433554c0"
|
|
7056
|
+
integrity sha512-Ow8Bo7uY1Lwy7GTmphRIMEo6IOZ+yYUyrc8n5KXIZg1svpqhZSWgni2ZrDhe+wLosFS8yswowUzljTAV/3jmWw==
|
|
7044
7057
|
dependencies:
|
|
7045
7058
|
lunr "^2.3.9"
|
|
7046
|
-
marked "^4.0
|
|
7047
|
-
minimatch "^
|
|
7048
|
-
shiki "^0.
|
|
7059
|
+
marked "^4.3.0"
|
|
7060
|
+
minimatch "^9.0.3"
|
|
7061
|
+
shiki "^0.14.1"
|
|
7049
7062
|
|
|
7050
7063
|
typescript@^4.6.4, typescript@^4.9.5:
|
|
7051
7064
|
version "4.9.5"
|
|
@@ -7244,15 +7257,15 @@ vinyl@^2.0.1:
|
|
|
7244
7257
|
remove-trailing-separator "^1.0.1"
|
|
7245
7258
|
replace-ext "^1.0.0"
|
|
7246
7259
|
|
|
7247
|
-
vscode-oniguruma@^1.
|
|
7260
|
+
vscode-oniguruma@^1.7.0:
|
|
7248
7261
|
version "1.7.0"
|
|
7249
7262
|
resolved "https://registry.yarnpkg.com/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz#439bfad8fe71abd7798338d1cd3dc53a8beea94b"
|
|
7250
7263
|
integrity sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==
|
|
7251
7264
|
|
|
7252
|
-
vscode-textmate@^
|
|
7253
|
-
version "
|
|
7254
|
-
resolved "https://registry.yarnpkg.com/vscode-textmate/-/vscode-textmate-
|
|
7255
|
-
integrity sha512-
|
|
7265
|
+
vscode-textmate@^8.0.0:
|
|
7266
|
+
version "8.0.0"
|
|
7267
|
+
resolved "https://registry.yarnpkg.com/vscode-textmate/-/vscode-textmate-8.0.0.tgz#2c7a3b1163ef0441097e0b5d6389cd5504b59e5d"
|
|
7268
|
+
integrity sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==
|
|
7256
7269
|
|
|
7257
7270
|
walk-up-path@^1.0.0:
|
|
7258
7271
|
version "1.0.0"
|
package/oclif.manifest.json
CHANGED
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"name": "target-org",
|
|
77
77
|
"noCacheDefault": true,
|
|
78
78
|
"required": true,
|
|
79
|
-
"summary": "Username or alias of the target org.",
|
|
79
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
80
80
|
"hasDynamicHelp": true,
|
|
81
81
|
"multiple": false,
|
|
82
82
|
"type": "option"
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
"name": "target-org",
|
|
171
171
|
"noCacheDefault": true,
|
|
172
172
|
"required": true,
|
|
173
|
-
"summary": "Username or alias of the target org.",
|
|
173
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
174
174
|
"hasDynamicHelp": true,
|
|
175
175
|
"multiple": false,
|
|
176
176
|
"type": "option"
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
"name": "target-org",
|
|
256
256
|
"noCacheDefault": true,
|
|
257
257
|
"required": true,
|
|
258
|
-
"summary": "Username or alias of the target org.",
|
|
258
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
259
259
|
"hasDynamicHelp": true,
|
|
260
260
|
"multiple": false,
|
|
261
261
|
"type": "option"
|
|
@@ -336,5 +336,5 @@
|
|
|
336
336
|
]
|
|
337
337
|
}
|
|
338
338
|
},
|
|
339
|
-
"version": "3.0.
|
|
339
|
+
"version": "3.0.3"
|
|
340
340
|
}
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-community",
|
|
3
3
|
"description": "Community commands to create and publish an Experience Cloud site, and view a list of available templates in you org.",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^3.11.0",
|
|
9
|
-
"@salesforce/core": "^
|
|
9
|
+
"@salesforce/core": "^6.1.3",
|
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
|
11
|
-
"@salesforce/sf-plugins-core": "^
|
|
11
|
+
"@salesforce/sf-plugins-core": "^5.0.3"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
14
|
"@oclif/plugin-command-snapshot": "^5.0.2",
|
|
15
15
|
"@salesforce/cli-plugins-testkit": "^5.0.4",
|
|
16
|
-
"@salesforce/dev-scripts": "^
|
|
17
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
16
|
+
"@salesforce/dev-scripts": "^7.1.1",
|
|
17
|
+
"@salesforce/plugin-command-reference": "^3.0.47",
|
|
18
18
|
"@salesforce/ts-types": "^2.0.9",
|
|
19
19
|
"eslint-plugin-sf-plugin": "^1.16.15",
|
|
20
20
|
"jsforce": "^2.0.0-beta.28",
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
"exports": "./lib/index.js",
|
|
195
195
|
"type": "module",
|
|
196
196
|
"sfdx": {
|
|
197
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.
|
|
198
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.
|
|
197
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.3.crt",
|
|
198
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.3.sig"
|
|
199
199
|
}
|
|
200
200
|
}
|