@salesforce/plugin-community 3.0.1 → 3.0.2
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 +3 -3
- package/oclif.lock +154 -171
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -162,7 +162,7 @@ FLAG DESCRIPTIONS
|
|
|
162
162
|
available in your org.
|
|
163
163
|
```
|
|
164
164
|
|
|
165
|
-
_See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/
|
|
165
|
+
_See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.2/src/commands/community/create.ts)_
|
|
166
166
|
|
|
167
167
|
## `sf community list template`
|
|
168
168
|
|
|
@@ -195,7 +195,7 @@ EXAMPLES
|
|
|
195
195
|
$ sf community list template --target-org my-scratch-org
|
|
196
196
|
```
|
|
197
197
|
|
|
198
|
-
_See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/
|
|
198
|
+
_See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.2/src/commands/community/list/template.ts)_
|
|
199
199
|
|
|
200
200
|
## `sf community publish`
|
|
201
201
|
|
|
@@ -243,6 +243,6 @@ EXAMPLES
|
|
|
243
243
|
$ sf community publish --name 'My Customer Site'
|
|
244
244
|
```
|
|
245
245
|
|
|
246
|
-
_See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/
|
|
246
|
+
_See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.2/src/commands/community/publish.ts)_
|
|
247
247
|
|
|
248
248
|
<!-- 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"
|
|
@@ -726,7 +726,7 @@
|
|
|
726
726
|
wordwrap "^1.0.0"
|
|
727
727
|
wrap-ansi "^7.0.0"
|
|
728
728
|
|
|
729
|
-
"@oclif/core@^3.0.
|
|
729
|
+
"@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.3.1":
|
|
730
730
|
version "3.11.0"
|
|
731
731
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.11.0.tgz#dadfac39238af3b717e33b910dde1f1f0fd2105e"
|
|
732
732
|
integrity sha512-9A2LhDQATf1vrRqPoO0gGuBrey0jt3kDafC+eazxTNWV2EvlEpgY2587iyrxPK/fL2xg7f+0mtxYaSHdO2k8eg==
|
|
@@ -940,38 +940,62 @@
|
|
|
940
940
|
semver "^7.5.4"
|
|
941
941
|
ts-retry-promise "^0.7.1"
|
|
942
942
|
|
|
943
|
+
"@salesforce/core@^6.1.0":
|
|
944
|
+
version "6.1.2"
|
|
945
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.1.2.tgz#604c0cd3e3858e2f51c37b1a0904825015a07765"
|
|
946
|
+
integrity sha512-h1sGWUfAMVtBvh+wXlSA+e2aJAJ/DnkUD+GLgRje6qUsgxKRNJcoKBCNZgjwAf+xAqJ5IprUZ+arTkU5ME86Mw==
|
|
947
|
+
dependencies:
|
|
948
|
+
"@salesforce/kit" "^3.0.15"
|
|
949
|
+
"@salesforce/schemas" "^1.6.1"
|
|
950
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
951
|
+
"@types/semver" "^7.5.4"
|
|
952
|
+
ajv "^8.12.0"
|
|
953
|
+
change-case "^4.1.2"
|
|
954
|
+
faye "^1.4.0"
|
|
955
|
+
form-data "^4.0.0"
|
|
956
|
+
js2xmlparser "^4.0.1"
|
|
957
|
+
jsforce "^2.0.0-beta.28"
|
|
958
|
+
jsonwebtoken "9.0.2"
|
|
959
|
+
jszip "3.10.1"
|
|
960
|
+
pino "^8.16.1"
|
|
961
|
+
pino-abstract-transport "^1.1.0"
|
|
962
|
+
pino-pretty "^10.2.3"
|
|
963
|
+
proper-lockfile "^4.1.2"
|
|
964
|
+
semver "^7.5.4"
|
|
965
|
+
ts-retry-promise "^0.7.1"
|
|
966
|
+
|
|
943
967
|
"@salesforce/dev-config@^4.1.0":
|
|
944
968
|
version "4.1.0"
|
|
945
969
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
946
970
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
947
971
|
|
|
948
|
-
"@salesforce/dev-scripts@^
|
|
949
|
-
version "
|
|
950
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-
|
|
951
|
-
integrity sha512
|
|
972
|
+
"@salesforce/dev-scripts@^7.1.0":
|
|
973
|
+
version "7.1.0"
|
|
974
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-7.1.0.tgz#123708d4f494d8b95464b90c28993141986e84bc"
|
|
975
|
+
integrity sha512-79x6QgENORLyCrr9b4MO2pPq8N7d9ILj83vOtAp5NLreAfjZN/c5TEEHuIZKZ3UaO+hkwbtzv3Qs6CyNxiasWA==
|
|
952
976
|
dependencies:
|
|
953
977
|
"@commitlint/cli" "^17.1.2"
|
|
954
978
|
"@commitlint/config-conventional" "^17.1.0"
|
|
955
979
|
"@salesforce/dev-config" "^4.1.0"
|
|
956
980
|
"@salesforce/prettier-config" "^0.0.3"
|
|
957
|
-
"@types/chai" "^4.3.
|
|
958
|
-
"@types/mocha" "^10.0.
|
|
981
|
+
"@types/chai" "^4.3.10"
|
|
982
|
+
"@types/mocha" "^10.0.4"
|
|
959
983
|
"@types/node" "^18"
|
|
960
984
|
"@types/sinon" "^10.0.20"
|
|
961
985
|
chai "^4.3.10"
|
|
962
986
|
chalk "^4.0.0"
|
|
963
987
|
cosmiconfig "^7.0.0"
|
|
964
|
-
eslint-config-salesforce-typescript "^3.0.
|
|
988
|
+
eslint-config-salesforce-typescript "^3.0.5"
|
|
965
989
|
husky "^7.0.4"
|
|
966
990
|
mocha "^10.2.0"
|
|
967
991
|
nyc "^15.1.0"
|
|
968
992
|
prettier "^2.8.8"
|
|
969
|
-
pretty-quick "^3.1.
|
|
970
|
-
shelljs "
|
|
993
|
+
pretty-quick "^3.1.3"
|
|
994
|
+
shelljs "^0.8.5"
|
|
971
995
|
sinon "10.0.0"
|
|
972
|
-
source-map-support "
|
|
996
|
+
source-map-support "^0.5.21"
|
|
973
997
|
ts-node "^10.9.1"
|
|
974
|
-
typedoc "0.
|
|
998
|
+
typedoc "^0.25.3"
|
|
975
999
|
typedoc-plugin-missing-exports "0.23.0"
|
|
976
1000
|
typescript "^4.9.5"
|
|
977
1001
|
wireit "^0.14.1"
|
|
@@ -1020,15 +1044,15 @@
|
|
|
1020
1044
|
chalk "^4"
|
|
1021
1045
|
inquirer "^8.2.5"
|
|
1022
1046
|
|
|
1023
|
-
"@salesforce/sf-plugins-core@^
|
|
1024
|
-
version "
|
|
1025
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
|
1026
|
-
integrity sha512-
|
|
1047
|
+
"@salesforce/sf-plugins-core@^5.0.1":
|
|
1048
|
+
version "5.0.1"
|
|
1049
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.1.tgz#16b085eda99e28f2607957954d6ac957a8d0a0eb"
|
|
1050
|
+
integrity sha512-gKUhAP9DDUlB4bjr0a6bsWiM16hn/n1cW8BglhYHAow8UJ0OQBxx+dfvAO0ftXmfzg82IZdMViiDmQXt0Z+e6A==
|
|
1027
1051
|
dependencies:
|
|
1028
|
-
"@oclif/core" "^3.
|
|
1029
|
-
"@salesforce/core" "^
|
|
1030
|
-
"@salesforce/kit" "^3.0.
|
|
1031
|
-
"@salesforce/ts-types" "^2.0.
|
|
1052
|
+
"@oclif/core" "^3.11.0"
|
|
1053
|
+
"@salesforce/core" "^6.1.0"
|
|
1054
|
+
"@salesforce/kit" "^3.0.15"
|
|
1055
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
1032
1056
|
"@types/inquirer" "^8.2.3"
|
|
1033
1057
|
chalk "^4"
|
|
1034
1058
|
inquirer "^8.2.5"
|
|
@@ -1120,7 +1144,7 @@
|
|
|
1120
1144
|
"@types/node" "*"
|
|
1121
1145
|
"@types/responselike" "^1.0.0"
|
|
1122
1146
|
|
|
1123
|
-
"@types/chai@^4.3.
|
|
1147
|
+
"@types/chai@^4.3.10":
|
|
1124
1148
|
version "4.3.10"
|
|
1125
1149
|
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.10.tgz#2ad2959d1767edee5b0e4efb1a0cd2b500747317"
|
|
1126
1150
|
integrity sha512-of+ICnbqjmFCiixUnqRulbylyXQrPqIGf/B3Jax1wIF3DvSheysQxAWvqHhZiW3IQrycvokcLcFQlveGp+vyNg==
|
|
@@ -1202,10 +1226,10 @@
|
|
|
1202
1226
|
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
|
|
1203
1227
|
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
|
|
1204
1228
|
|
|
1205
|
-
"@types/mocha@^10.0.
|
|
1206
|
-
version "10.0.
|
|
1207
|
-
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.
|
|
1208
|
-
integrity sha512-
|
|
1229
|
+
"@types/mocha@^10.0.4":
|
|
1230
|
+
version "10.0.4"
|
|
1231
|
+
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.4.tgz#b5331955ebca216604691fd4fcd2dbdc2bd559a4"
|
|
1232
|
+
integrity sha512-xKU7bUjiFTIttpWaIZ9qvgg+22O1nmbA+HRxdlR+u6TWsGfmFdXrheJoK4fFxrHNVIOBDvDNKZG+LYBpMHpX3w==
|
|
1209
1233
|
|
|
1210
1234
|
"@types/node@*", "@types/node@^18":
|
|
1211
1235
|
version "18.18.8"
|
|
@@ -1281,16 +1305,16 @@
|
|
|
1281
1305
|
"@types/expect" "^1.20.4"
|
|
1282
1306
|
"@types/node" "*"
|
|
1283
1307
|
|
|
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-
|
|
1308
|
+
"@typescript-eslint/eslint-plugin@^6.10.0":
|
|
1309
|
+
version "6.11.0"
|
|
1310
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.11.0.tgz#52aae65174ff526576351f9ccd41cea01001463f"
|
|
1311
|
+
integrity sha512-uXnpZDc4VRjY4iuypDBKzW1rz9T5YBBK0snMn8MaTSNd2kMlj50LnLBABELjJiOL5YHk7ZD8hbSpI9ubzqYI0w==
|
|
1288
1312
|
dependencies:
|
|
1289
1313
|
"@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.
|
|
1314
|
+
"@typescript-eslint/scope-manager" "6.11.0"
|
|
1315
|
+
"@typescript-eslint/type-utils" "6.11.0"
|
|
1316
|
+
"@typescript-eslint/utils" "6.11.0"
|
|
1317
|
+
"@typescript-eslint/visitor-keys" "6.11.0"
|
|
1294
1318
|
debug "^4.3.4"
|
|
1295
1319
|
graphemer "^1.4.0"
|
|
1296
1320
|
ignore "^5.2.4"
|
|
@@ -1298,15 +1322,15 @@
|
|
|
1298
1322
|
semver "^7.5.4"
|
|
1299
1323
|
ts-api-utils "^1.0.1"
|
|
1300
1324
|
|
|
1301
|
-
"@typescript-eslint/parser@^6.
|
|
1302
|
-
version "6.
|
|
1303
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.
|
|
1304
|
-
integrity sha512
|
|
1325
|
+
"@typescript-eslint/parser@^6.10.0":
|
|
1326
|
+
version "6.11.0"
|
|
1327
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.11.0.tgz#9640d9595d905f3be4f278bf515130e6129b202e"
|
|
1328
|
+
integrity sha512-+whEdjk+d5do5nxfxx73oanLL9ghKO3EwM9kBCkUtWMRwWuPaFv9ScuqlYfQ6pAD6ZiJhky7TZ2ZYhrMsfMxVQ==
|
|
1305
1329
|
dependencies:
|
|
1306
|
-
"@typescript-eslint/scope-manager" "6.
|
|
1307
|
-
"@typescript-eslint/types" "6.
|
|
1308
|
-
"@typescript-eslint/typescript-estree" "6.
|
|
1309
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1330
|
+
"@typescript-eslint/scope-manager" "6.11.0"
|
|
1331
|
+
"@typescript-eslint/types" "6.11.0"
|
|
1332
|
+
"@typescript-eslint/typescript-estree" "6.11.0"
|
|
1333
|
+
"@typescript-eslint/visitor-keys" "6.11.0"
|
|
1310
1334
|
debug "^4.3.4"
|
|
1311
1335
|
|
|
1312
1336
|
"@typescript-eslint/scope-manager@5.62.0":
|
|
@@ -1325,21 +1349,13 @@
|
|
|
1325
1349
|
"@typescript-eslint/types" "6.11.0"
|
|
1326
1350
|
"@typescript-eslint/visitor-keys" "6.11.0"
|
|
1327
1351
|
|
|
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==
|
|
1352
|
+
"@typescript-eslint/type-utils@6.11.0":
|
|
1353
|
+
version "6.11.0"
|
|
1354
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.11.0.tgz#d0b8b1ab6c26b974dbf91de1ebc5b11fea24e0d1"
|
|
1355
|
+
integrity sha512-nA4IOXwZtqBjIoYrJcYxLRO+F9ri+leVGoJcMW1uqr4r1Hq7vW5cyWrA43lFbpRvQ9XgNrnfLpIkO3i1emDBIA==
|
|
1340
1356
|
dependencies:
|
|
1341
|
-
"@typescript-eslint/typescript-estree" "6.
|
|
1342
|
-
"@typescript-eslint/utils" "6.
|
|
1357
|
+
"@typescript-eslint/typescript-estree" "6.11.0"
|
|
1358
|
+
"@typescript-eslint/utils" "6.11.0"
|
|
1343
1359
|
debug "^4.3.4"
|
|
1344
1360
|
ts-api-utils "^1.0.1"
|
|
1345
1361
|
|
|
@@ -1353,11 +1369,6 @@
|
|
|
1353
1369
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.11.0.tgz#8ad3aa000cbf4bdc4dcceed96e9b577f15e0bf53"
|
|
1354
1370
|
integrity sha512-ZbEzuD4DwEJxwPqhv3QULlRj8KYTAnNsXxmfuUXFCxZmO6CF2gM/y+ugBSAQhrqaJL3M+oe4owdWunaHM6beqA==
|
|
1355
1371
|
|
|
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
1372
|
"@typescript-eslint/typescript-estree@5.62.0":
|
|
1362
1373
|
version "5.62.0"
|
|
1363
1374
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
|
|
@@ -1384,30 +1395,17 @@
|
|
|
1384
1395
|
semver "^7.5.4"
|
|
1385
1396
|
ts-api-utils "^1.0.1"
|
|
1386
1397
|
|
|
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==
|
|
1398
|
+
"@typescript-eslint/utils@6.11.0", "@typescript-eslint/utils@^6.10.0":
|
|
1399
|
+
version "6.11.0"
|
|
1400
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.11.0.tgz#11374f59ef4cea50857b1303477c08aafa2ca604"
|
|
1401
|
+
integrity sha512-p23ibf68fxoZy605dc0dQAEoUsoiNoP3MD9WQGiHLDuTSOuqoTsa4oAy+h3KDkTcxbbfOtUjb9h3Ta0gT4ug2g==
|
|
1404
1402
|
dependencies:
|
|
1405
1403
|
"@eslint-community/eslint-utils" "^4.4.0"
|
|
1406
1404
|
"@types/json-schema" "^7.0.12"
|
|
1407
1405
|
"@types/semver" "^7.5.0"
|
|
1408
|
-
"@typescript-eslint/scope-manager" "6.
|
|
1409
|
-
"@typescript-eslint/types" "6.
|
|
1410
|
-
"@typescript-eslint/typescript-estree" "6.
|
|
1406
|
+
"@typescript-eslint/scope-manager" "6.11.0"
|
|
1407
|
+
"@typescript-eslint/types" "6.11.0"
|
|
1408
|
+
"@typescript-eslint/typescript-estree" "6.11.0"
|
|
1411
1409
|
semver "^7.5.4"
|
|
1412
1410
|
|
|
1413
1411
|
"@typescript-eslint/utils@^5.59.11":
|
|
@@ -1424,19 +1422,6 @@
|
|
|
1424
1422
|
eslint-scope "^5.1.1"
|
|
1425
1423
|
semver "^7.3.7"
|
|
1426
1424
|
|
|
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
1425
|
"@typescript-eslint/visitor-keys@5.62.0":
|
|
1441
1426
|
version "5.62.0"
|
|
1442
1427
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
|
|
@@ -1453,14 +1438,6 @@
|
|
|
1453
1438
|
"@typescript-eslint/types" "6.11.0"
|
|
1454
1439
|
eslint-visitor-keys "^3.4.1"
|
|
1455
1440
|
|
|
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
1441
|
"@ungap/structured-clone@^1.2.0":
|
|
1465
1442
|
version "1.2.0"
|
|
1466
1443
|
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
|
@@ -1567,6 +1544,11 @@ ansi-regex@^5.0.1:
|
|
|
1567
1544
|
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
|
|
1568
1545
|
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
|
|
1569
1546
|
|
|
1547
|
+
ansi-sequence-parser@^1.1.0:
|
|
1548
|
+
version "1.1.1"
|
|
1549
|
+
resolved "https://registry.yarnpkg.com/ansi-sequence-parser/-/ansi-sequence-parser-1.1.1.tgz#e0aa1cdcbc8f8bb0b5bca625aac41f5f056973cf"
|
|
1550
|
+
integrity sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==
|
|
1551
|
+
|
|
1570
1552
|
ansi-styles@^3.2.1:
|
|
1571
1553
|
version "3.2.1"
|
|
1572
1554
|
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
|
|
@@ -2346,10 +2328,10 @@ commander@^4.0.1:
|
|
|
2346
2328
|
resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
|
|
2347
2329
|
integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
|
|
2348
2330
|
|
|
2349
|
-
comment-parser@1.4.
|
|
2350
|
-
version "1.4.
|
|
2351
|
-
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.4.
|
|
2352
|
-
integrity sha512-
|
|
2331
|
+
comment-parser@1.4.1:
|
|
2332
|
+
version "1.4.1"
|
|
2333
|
+
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.4.1.tgz#bdafead37961ac079be11eb7ec65c4d021eaf9cc"
|
|
2334
|
+
integrity sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==
|
|
2353
2335
|
|
|
2354
2336
|
common-ancestor-path@^1.0.1:
|
|
2355
2337
|
version "1.0.1"
|
|
@@ -2856,20 +2838,20 @@ eslint-config-salesforce-license@^0.2.0:
|
|
|
2856
2838
|
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-license/-/eslint-config-salesforce-license-0.2.0.tgz#323193f1aa15dd33fbf108d25fc1210afc11065e"
|
|
2857
2839
|
integrity sha512-DJdBvgj82Erum82YMe+YvG/o6ukna3UA++lRl0HSTldj0VlBl3Q8hzCp97nRXZHra6JH1I912yievZzklXDw6w==
|
|
2858
2840
|
|
|
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-
|
|
2841
|
+
eslint-config-salesforce-typescript@^3.0.5:
|
|
2842
|
+
version "3.0.5"
|
|
2843
|
+
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.0.5.tgz#1fa7b224551255b520f19d208be5d1bb2410c2b4"
|
|
2844
|
+
integrity sha512-p+Do1i8Al1HANKubYV9WnJl9P/ChP/gvM+1tjtYiGqVjaO2Gf6V1ejM51r//uw4OoiFEldqKJK/gyMzSvRHkaw==
|
|
2863
2845
|
dependencies:
|
|
2864
|
-
"@typescript-eslint/eslint-plugin" "^6.
|
|
2865
|
-
"@typescript-eslint/parser" "^6.
|
|
2866
|
-
eslint "^8.
|
|
2846
|
+
"@typescript-eslint/eslint-plugin" "^6.10.0"
|
|
2847
|
+
"@typescript-eslint/parser" "^6.10.0"
|
|
2848
|
+
eslint "^8.53.0"
|
|
2867
2849
|
eslint-config-prettier "^9.0.0"
|
|
2868
2850
|
eslint-config-salesforce "^2.0.2"
|
|
2869
2851
|
eslint-config-salesforce-license "^0.2.0"
|
|
2870
2852
|
eslint-plugin-header "^3.1.1"
|
|
2871
2853
|
eslint-plugin-import "^2.29.0"
|
|
2872
|
-
eslint-plugin-jsdoc "^46.
|
|
2854
|
+
eslint-plugin-jsdoc "^46.9.0"
|
|
2873
2855
|
eslint-plugin-unicorn "^49.0.0"
|
|
2874
2856
|
|
|
2875
2857
|
eslint-config-salesforce@^2.0.2:
|
|
@@ -2921,14 +2903,14 @@ eslint-plugin-import@^2.29.0:
|
|
|
2921
2903
|
semver "^6.3.1"
|
|
2922
2904
|
tsconfig-paths "^3.14.2"
|
|
2923
2905
|
|
|
2924
|
-
eslint-plugin-jsdoc@^46.
|
|
2925
|
-
version "46.
|
|
2926
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.
|
|
2927
|
-
integrity sha512-
|
|
2906
|
+
eslint-plugin-jsdoc@^46.9.0:
|
|
2907
|
+
version "46.9.0"
|
|
2908
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.9.0.tgz#9887569dbeef0a008a2770bfc5d0f7fc39f21f2b"
|
|
2909
|
+
integrity sha512-UQuEtbqLNkPf5Nr/6PPRCtr9xypXY+g8y/Q7gPa0YK7eDhh0y2lWprXRnaYbW7ACgIUvpDKy9X2bZqxtGzBG9Q==
|
|
2928
2910
|
dependencies:
|
|
2929
|
-
"@es-joy/jsdoccomment" "~0.
|
|
2911
|
+
"@es-joy/jsdoccomment" "~0.41.0"
|
|
2930
2912
|
are-docs-informative "^0.0.2"
|
|
2931
|
-
comment-parser "1.4.
|
|
2913
|
+
comment-parser "1.4.1"
|
|
2932
2914
|
debug "^4.3.4"
|
|
2933
2915
|
escape-string-regexp "^4.0.0"
|
|
2934
2916
|
esquery "^1.5.0"
|
|
@@ -2994,15 +2976,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
|
|
|
2994
2976
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
|
|
2995
2977
|
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
|
|
2996
2978
|
|
|
2997
|
-
eslint@^8.
|
|
2998
|
-
version "8.
|
|
2999
|
-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.
|
|
3000
|
-
integrity sha512-
|
|
2979
|
+
eslint@^8.53.0:
|
|
2980
|
+
version "8.53.0"
|
|
2981
|
+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.53.0.tgz#14f2c8244298fcae1f46945459577413ba2697ce"
|
|
2982
|
+
integrity sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==
|
|
3001
2983
|
dependencies:
|
|
3002
2984
|
"@eslint-community/eslint-utils" "^4.2.0"
|
|
3003
2985
|
"@eslint-community/regexpp" "^4.6.1"
|
|
3004
|
-
"@eslint/eslintrc" "^2.1.
|
|
3005
|
-
"@eslint/js" "8.
|
|
2986
|
+
"@eslint/eslintrc" "^2.1.3"
|
|
2987
|
+
"@eslint/js" "8.53.0"
|
|
3006
2988
|
"@humanwhocodes/config-array" "^0.11.13"
|
|
3007
2989
|
"@humanwhocodes/module-importer" "^1.0.1"
|
|
3008
2990
|
"@nodelib/fs.walk" "^1.2.8"
|
|
@@ -4444,7 +4426,7 @@ json5@^2.2.2, json5@^2.2.3:
|
|
|
4444
4426
|
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
|
|
4445
4427
|
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
|
|
4446
4428
|
|
|
4447
|
-
jsonc-parser@^3.0.0:
|
|
4429
|
+
jsonc-parser@^3.0.0, jsonc-parser@^3.2.0:
|
|
4448
4430
|
version "3.2.0"
|
|
4449
4431
|
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.2.0.tgz#31ff3f4c2b9793f89c67212627c51c6394f88e76"
|
|
4450
4432
|
integrity sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==
|
|
@@ -4826,10 +4808,10 @@ map-obj@^4.0.0:
|
|
|
4826
4808
|
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
|
|
4827
4809
|
integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
|
|
4828
4810
|
|
|
4829
|
-
marked@^4.0
|
|
4830
|
-
version "4.
|
|
4831
|
-
resolved "https://registry.yarnpkg.com/marked/-/marked-4.
|
|
4832
|
-
integrity sha512-
|
|
4811
|
+
marked@^4.3.0:
|
|
4812
|
+
version "4.3.0"
|
|
4813
|
+
resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3"
|
|
4814
|
+
integrity sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==
|
|
4833
4815
|
|
|
4834
4816
|
"mem-fs-editor@^8.1.2 || ^9.0.0", mem-fs-editor@^9.0.0:
|
|
4835
4817
|
version "9.7.0"
|
|
@@ -4938,7 +4920,7 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
|
|
|
4938
4920
|
dependencies:
|
|
4939
4921
|
brace-expansion "^1.1.7"
|
|
4940
4922
|
|
|
4941
|
-
minimatch@^5.0.1
|
|
4923
|
+
minimatch@^5.0.1:
|
|
4942
4924
|
version "5.1.6"
|
|
4943
4925
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
|
|
4944
4926
|
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
|
|
@@ -5782,7 +5764,7 @@ pify@^4.0.1:
|
|
|
5782
5764
|
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
|
|
5783
5765
|
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
|
|
5784
5766
|
|
|
5785
|
-
pino-abstract-transport@^1.0.0, pino-abstract-transport@v1.1.0:
|
|
5767
|
+
pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-transport@v1.1.0:
|
|
5786
5768
|
version "1.1.0"
|
|
5787
5769
|
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.1.0.tgz#083d98f966262164504afb989bccd05f665937a8"
|
|
5788
5770
|
integrity sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==
|
|
@@ -5815,10 +5797,10 @@ pino-std-serializers@^6.0.0:
|
|
|
5815
5797
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
5816
5798
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
5817
5799
|
|
|
5818
|
-
pino@^8.16.0:
|
|
5819
|
-
version "8.16.
|
|
5820
|
-
resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.
|
|
5821
|
-
integrity sha512-
|
|
5800
|
+
pino@^8.16.0, pino@^8.16.1:
|
|
5801
|
+
version "8.16.2"
|
|
5802
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.2.tgz#7a906f2d9a8c5b4c57412c9ca95d6820bd2090cd"
|
|
5803
|
+
integrity sha512-2advCDGVEvkKu9TTVSa/kWW7Z3htI/sBKEZpqiHk6ive0i/7f5b1rsU8jn0aimxqfnSz5bj/nOYkwhBUn5xxvg==
|
|
5822
5804
|
dependencies:
|
|
5823
5805
|
atomic-sleep "^1.0.0"
|
|
5824
5806
|
fast-redact "^3.1.1"
|
|
@@ -5869,7 +5851,7 @@ pretty-bytes@^5.3.0:
|
|
|
5869
5851
|
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb"
|
|
5870
5852
|
integrity sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==
|
|
5871
5853
|
|
|
5872
|
-
pretty-quick@^3.1.
|
|
5854
|
+
pretty-quick@^3.1.3:
|
|
5873
5855
|
version "3.1.3"
|
|
5874
5856
|
resolved "https://registry.yarnpkg.com/pretty-quick/-/pretty-quick-3.1.3.tgz#15281108c0ddf446675157ca40240099157b638e"
|
|
5875
5857
|
integrity sha512-kOCi2FJabvuh1as9enxYmrnBC6tVMoVOenMaBqRfsvBHB0cbpYHjdQEpSglpASDFEXVwplpcGR4CLEaisYAFcA==
|
|
@@ -6428,7 +6410,7 @@ shebang-regex@^3.0.0:
|
|
|
6428
6410
|
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
|
|
6429
6411
|
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
|
|
6430
6412
|
|
|
6431
|
-
shelljs@^0.8.4, shelljs@^0.8.5
|
|
6413
|
+
shelljs@^0.8.4, shelljs@^0.8.5:
|
|
6432
6414
|
version "0.8.5"
|
|
6433
6415
|
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
|
|
6434
6416
|
integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==
|
|
@@ -6437,14 +6419,15 @@ shelljs@^0.8.4, shelljs@^0.8.5, shelljs@~0.8.4:
|
|
|
6437
6419
|
interpret "^1.0.0"
|
|
6438
6420
|
rechoir "^0.6.2"
|
|
6439
6421
|
|
|
6440
|
-
shiki@^0.
|
|
6441
|
-
version "0.
|
|
6442
|
-
resolved "https://registry.yarnpkg.com/shiki/-/shiki-0.
|
|
6443
|
-
integrity sha512-
|
|
6422
|
+
shiki@^0.14.1:
|
|
6423
|
+
version "0.14.5"
|
|
6424
|
+
resolved "https://registry.yarnpkg.com/shiki/-/shiki-0.14.5.tgz#375dd214e57eccb04f0daf35a32aa615861deb93"
|
|
6425
|
+
integrity sha512-1gCAYOcmCFONmErGTrS1fjzJLA7MGZmKzrBNX7apqSwhyITJg2O102uFzXUeBxNnEkDA9vHIKLyeKq0V083vIw==
|
|
6444
6426
|
dependencies:
|
|
6445
|
-
|
|
6446
|
-
|
|
6447
|
-
vscode-
|
|
6427
|
+
ansi-sequence-parser "^1.1.0"
|
|
6428
|
+
jsonc-parser "^3.2.0"
|
|
6429
|
+
vscode-oniguruma "^1.7.0"
|
|
6430
|
+
vscode-textmate "^8.0.0"
|
|
6448
6431
|
|
|
6449
6432
|
shx@0.3.4:
|
|
6450
6433
|
version "0.3.4"
|
|
@@ -6547,7 +6530,7 @@ sort-keys@^4.2.0:
|
|
|
6547
6530
|
dependencies:
|
|
6548
6531
|
is-plain-obj "^2.0.0"
|
|
6549
6532
|
|
|
6550
|
-
source-map-support
|
|
6533
|
+
source-map-support@^0.5.21:
|
|
6551
6534
|
version "0.5.21"
|
|
6552
6535
|
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
|
|
6553
6536
|
integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==
|
|
@@ -7037,15 +7020,15 @@ typedoc-plugin-missing-exports@0.23.0:
|
|
|
7037
7020
|
resolved "https://registry.yarnpkg.com/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-0.23.0.tgz#076df6ffce4d84e8097be009b7c62a17d58477a5"
|
|
7038
7021
|
integrity sha512-9smahDSsFRno9ZwoEshQDuIYMHWGB1E6LUud5qMxR2wNZ0T4DlZz0QjoK3HzXtX34mUpTH0dYtt7NQUK4D6B6Q==
|
|
7039
7022
|
|
|
7040
|
-
typedoc
|
|
7041
|
-
version "0.
|
|
7042
|
-
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.
|
|
7043
|
-
integrity sha512-
|
|
7023
|
+
typedoc@^0.25.3:
|
|
7024
|
+
version "0.25.3"
|
|
7025
|
+
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.3.tgz#53c6d668e1001b3d488e9a750fcdfb05433554c0"
|
|
7026
|
+
integrity sha512-Ow8Bo7uY1Lwy7GTmphRIMEo6IOZ+yYUyrc8n5KXIZg1svpqhZSWgni2ZrDhe+wLosFS8yswowUzljTAV/3jmWw==
|
|
7044
7027
|
dependencies:
|
|
7045
7028
|
lunr "^2.3.9"
|
|
7046
|
-
marked "^4.0
|
|
7047
|
-
minimatch "^
|
|
7048
|
-
shiki "^0.
|
|
7029
|
+
marked "^4.3.0"
|
|
7030
|
+
minimatch "^9.0.3"
|
|
7031
|
+
shiki "^0.14.1"
|
|
7049
7032
|
|
|
7050
7033
|
typescript@^4.6.4, typescript@^4.9.5:
|
|
7051
7034
|
version "4.9.5"
|
|
@@ -7244,15 +7227,15 @@ vinyl@^2.0.1:
|
|
|
7244
7227
|
remove-trailing-separator "^1.0.1"
|
|
7245
7228
|
replace-ext "^1.0.0"
|
|
7246
7229
|
|
|
7247
|
-
vscode-oniguruma@^1.
|
|
7230
|
+
vscode-oniguruma@^1.7.0:
|
|
7248
7231
|
version "1.7.0"
|
|
7249
7232
|
resolved "https://registry.yarnpkg.com/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz#439bfad8fe71abd7798338d1cd3dc53a8beea94b"
|
|
7250
7233
|
integrity sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==
|
|
7251
7234
|
|
|
7252
|
-
vscode-textmate@^
|
|
7253
|
-
version "
|
|
7254
|
-
resolved "https://registry.yarnpkg.com/vscode-textmate/-/vscode-textmate-
|
|
7255
|
-
integrity sha512-
|
|
7235
|
+
vscode-textmate@^8.0.0:
|
|
7236
|
+
version "8.0.0"
|
|
7237
|
+
resolved "https://registry.yarnpkg.com/vscode-textmate/-/vscode-textmate-8.0.0.tgz#2c7a3b1163ef0441097e0b5d6389cd5504b59e5d"
|
|
7238
|
+
integrity sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==
|
|
7256
7239
|
|
|
7257
7240
|
walk-up-path@^1.0.0:
|
|
7258
7241
|
version "1.0.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
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.2",
|
|
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.0",
|
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
|
11
|
-
"@salesforce/sf-plugins-core": "^
|
|
11
|
+
"@salesforce/sf-plugins-core": "^5.0.1"
|
|
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": "^
|
|
16
|
+
"@salesforce/dev-scripts": "^7.1.0",
|
|
17
17
|
"@salesforce/plugin-command-reference": "^3.0.46",
|
|
18
18
|
"@salesforce/ts-types": "^2.0.9",
|
|
19
19
|
"eslint-plugin-sf-plugin": "^1.16.15",
|
|
@@ -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.2.crt",
|
|
198
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.2.sig"
|
|
199
199
|
}
|
|
200
200
|
}
|