@salesforce/plugin-community 3.0.10 → 3.0.11

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/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2023, Salesforce.com, Inc.
1
+ Copyright (c) 2024, Salesforce.com, Inc.
2
2
  All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
package/README.md CHANGED
@@ -163,7 +163,7 @@ FLAG DESCRIPTIONS
163
163
  available in your org.
164
164
  ```
165
165
 
166
- _See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.10/src/commands/community/create.ts)_
166
+ _See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.11/src/commands/community/create.ts)_
167
167
 
168
168
  ## `sf community list template`
169
169
 
@@ -197,7 +197,7 @@ EXAMPLES
197
197
  $ sf community list template --target-org my-scratch-org
198
198
  ```
199
199
 
200
- _See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.10/src/commands/community/list/template.ts)_
200
+ _See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.11/src/commands/community/list/template.ts)_
201
201
 
202
202
  ## `sf community publish`
203
203
 
@@ -245,6 +245,6 @@ EXAMPLES
245
245
  $ sf community publish --name 'My Customer Site'
246
246
  ```
247
247
 
248
- _See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.10/src/commands/community/publish.ts)_
248
+ _See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.11/src/commands/community/publish.ts)_
249
249
 
250
250
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -445,6 +445,59 @@
445
445
  resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
446
446
  integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
447
447
 
448
+ "@inquirer/confirm@^2.0.15":
449
+ version "2.0.15"
450
+ resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-2.0.15.tgz#b5512ed190efd8c5b96e0969115756b48546ab36"
451
+ integrity sha512-hj8Q/z7sQXsF0DSpLQZVDhWYGN6KLM/gNjjqGkpKwBzljbQofGjn0ueHADy4HUY+OqDHmXuwk/bY+tZyIuuB0w==
452
+ dependencies:
453
+ "@inquirer/core" "^5.1.1"
454
+ "@inquirer/type" "^1.1.5"
455
+ chalk "^4.1.2"
456
+
457
+ "@inquirer/core@^5.1.1":
458
+ version "5.1.1"
459
+ resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-5.1.1.tgz#849d4846aea68371c133df6ec9059f5e5bd30d30"
460
+ integrity sha512-IuJyZQUg75+L5AmopgnzxYrgcU6PJKL0hoIs332G1Gv55CnmZrhG6BzNOeZ5sOsTi1YCGOopw4rYICv74ejMFg==
461
+ dependencies:
462
+ "@inquirer/type" "^1.1.5"
463
+ "@types/mute-stream" "^0.0.4"
464
+ "@types/node" "^20.9.0"
465
+ "@types/wrap-ansi" "^3.0.0"
466
+ ansi-escapes "^4.3.2"
467
+ chalk "^4.1.2"
468
+ cli-spinners "^2.9.1"
469
+ cli-width "^4.1.0"
470
+ figures "^3.2.0"
471
+ mute-stream "^1.0.0"
472
+ run-async "^3.0.0"
473
+ signal-exit "^4.1.0"
474
+ strip-ansi "^6.0.1"
475
+ wrap-ansi "^6.2.0"
476
+
477
+ "@inquirer/input@^1.2.14":
478
+ version "1.2.14"
479
+ resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-1.2.14.tgz#8951867618bb5cd16dd096e02404eec225a92207"
480
+ integrity sha512-tISLGpUKXixIQue7jypNEShrdzJoLvEvZOJ4QRsw5XTfrIYfoWFqAjMQLerGs9CzR86yAI89JR6snHmKwnNddw==
481
+ dependencies:
482
+ "@inquirer/core" "^5.1.1"
483
+ "@inquirer/type" "^1.1.5"
484
+ chalk "^4.1.2"
485
+
486
+ "@inquirer/password@^1.1.14":
487
+ version "1.1.14"
488
+ resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-1.1.14.tgz#c1fc139efe84a38986870a1bcf80718050f82bbf"
489
+ integrity sha512-vL2BFxfMo8EvuGuZYlryiyAB3XsgtbxOcFs4H9WI9szAS/VZCAwdVqs8rqEeaAf/GV/eZOghIOYxvD91IsRWSg==
490
+ dependencies:
491
+ "@inquirer/input" "^1.2.14"
492
+ "@inquirer/type" "^1.1.5"
493
+ ansi-escapes "^4.3.2"
494
+ chalk "^4.1.2"
495
+
496
+ "@inquirer/type@^1.1.5":
497
+ version "1.1.5"
498
+ resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.1.5.tgz#b8c171f755859c8159b10e41e1e3a88f0ca99d7f"
499
+ integrity sha512-wmwHvHozpPo4IZkkNtbYenem/0wnfI6hvOcGKmPEa0DwuaH5XUQzFqy6OpEpjEegZMhYIk8HDYITI16BPLtrRA==
500
+
448
501
  "@isaacs/cliui@^8.0.2":
449
502
  version "8.0.2"
450
503
  resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -738,10 +791,10 @@
738
791
  wordwrap "^1.0.0"
739
792
  wrap-ansi "^7.0.0"
740
793
 
741
- "@oclif/core@^3.0.4", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.3.1":
742
- version "3.15.1"
743
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.1.tgz#e03fa775d658e76056150ac0c7b8097b6f51ab9c"
744
- integrity sha512-d4457zVo2agLoJG97CmdY6M3BeP5sogBP3BtP65hUvJH6wA6Us1hdY3UiPPtD/ZzZImq7cATVMABuCF9tM+rWA==
794
+ "@oclif/core@^3.0.4", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.3.1":
795
+ version "3.16.0"
796
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.16.0.tgz#682657cb5e4a3262a47e26e0c8a7bf0343acaf76"
797
+ integrity sha512-/PIz+udzb59XE8O/bQvqlCtXy6RByEHH0KsrAJNa/ZrqtdsLmeDNJcHdgygFHx+nz+PYMoUzsyzJMau++EDNoQ==
745
798
  dependencies:
746
799
  ansi-escapes "^4.3.2"
747
800
  ansi-styles "^4.3.0"
@@ -919,12 +972,12 @@
919
972
  resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
920
973
  integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
921
974
 
922
- "@salesforce/cli-plugins-testkit@^5.0.5":
923
- version "5.0.5"
924
- resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.0.5.tgz#54a4ec57a10b10b3e3040cfb754972666a3ec100"
925
- integrity sha512-TketFUfimWg7T0LJGaXtfelvp6Zy3i2sYwuULSBYiyPceqUTZJXPXNzbHC987b6E3OcT4K6mIxLiVbF//kzvMQ==
975
+ "@salesforce/cli-plugins-testkit@^5.1.3":
976
+ version "5.1.3"
977
+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.3.tgz#5e7a7afebaa9a2c02eadbf533273d496335929d6"
978
+ integrity sha512-wmaiVR2Hr6AGUBdDF4M5xCEm4iczNdkm3lVlz8dU/8nISEAyNHOUkt2sB07Yx5oXoDMNNuuxM2DthxxMxxwzzA==
926
979
  dependencies:
927
- "@salesforce/core" "^6.2.0"
980
+ "@salesforce/core" "^6.4.2"
928
981
  "@salesforce/kit" "^3.0.15"
929
982
  "@salesforce/ts-types" "^2.0.9"
930
983
  "@types/shelljs" "^0.8.15"
@@ -934,7 +987,7 @@
934
987
  strip-ansi "6.0.1"
935
988
  ts-retry-promise "^0.7.1"
936
989
 
937
- "@salesforce/core@^6.2.0", "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2":
990
+ "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2":
938
991
  version "6.4.2"
939
992
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.2.tgz#e6e5e2d5e6ad17f1cbe0feb5a0e55e8b74c91e3c"
940
993
  integrity sha512-ZtLwgI18f1th6SY0fKmuiyVGGwTXPy4nI+KfXzkww/vqdPxDhAfoHwqvFeo4tjFE2rldK7IPiIIYdtpsaI8d5g==
@@ -963,10 +1016,10 @@
963
1016
  resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
964
1017
  integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
965
1018
 
966
- "@salesforce/dev-scripts@^8.1.3":
967
- version "8.1.3"
968
- resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.1.3.tgz#b33c53b4b648b5090322d1144c6852ca587d6eb7"
969
- integrity sha512-mSWCab+uO3O2QNBCRJpKsHw/UYpOGpNFWT12BC85e+VyWBp4LTIAsssBKDY8czRI02K7NwiYaC34fNdP+yqrzA==
1019
+ "@salesforce/dev-scripts@^8.2.0":
1020
+ version "8.2.0"
1021
+ resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.2.0.tgz#e8ca6fd377b0e85ecf88baea727493a68c2154ee"
1022
+ integrity sha512-dzVBmetyBe8IM1XJCBw83U5rC0TSwvXa1MPRRI0pmE/VeBqlfxM7rneKtlORCirz9n8SAvCiQvI4oJ/yWW5Quw==
970
1023
  dependencies:
971
1024
  "@commitlint/cli" "^17.1.2"
972
1025
  "@commitlint/config-conventional" "^17.8.1"
@@ -1003,15 +1056,15 @@
1003
1056
  "@salesforce/ts-types" "^2.0.9"
1004
1057
  tslib "^2.6.2"
1005
1058
 
1006
- "@salesforce/plugin-command-reference@^3.0.56":
1007
- version "3.0.56"
1008
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.56.tgz#538a9ad005cae322c43848e69952a7cc9474dd57"
1009
- integrity sha512-4+C8GwXpl7jlyEsJXiMPFG4QTk3Y6N+H+58AZ50RB7qIzXcWROLeIazuvRyZedPvzAdze02hVHPBAO+pltdh4w==
1059
+ "@salesforce/plugin-command-reference@^3.0.58":
1060
+ version "3.0.58"
1061
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.58.tgz#2c1e151a4b2d3cca5956554eb4a43bab4fcf27d8"
1062
+ integrity sha512-OblBIcOATD1HVorM/A+t2dT3V0FM/CQv2PtCoUA+rHecjGAjtLdzKajPIGw+Z56GCNqLM5keoEglzFGY8HeA4Q==
1010
1063
  dependencies:
1011
- "@oclif/core" "^3.15.0"
1064
+ "@oclif/core" "^3.15.1"
1012
1065
  "@salesforce/core" "^6.4.1"
1013
1066
  "@salesforce/kit" "^3.0.15"
1014
- "@salesforce/sf-plugins-core" "^5.0.8"
1067
+ "@salesforce/sf-plugins-core" "^5.0.12"
1015
1068
  "@salesforce/ts-types" "^2.0.9"
1016
1069
  chalk "^4"
1017
1070
  handlebars "^4.7.8"
@@ -1027,7 +1080,7 @@
1027
1080
  resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
1028
1081
  integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
1029
1082
 
1030
- "@salesforce/sf-plugins-core@^5.0.13", "@salesforce/sf-plugins-core@^5.0.8":
1083
+ "@salesforce/sf-plugins-core@^5.0.12":
1031
1084
  version "5.0.13"
1032
1085
  resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.13.tgz#f2941527d66ded5750a6646e146af047ab72acc9"
1033
1086
  integrity sha512-b5R8krKeOIkW0hPxvfpm8T5tCSyWW7MDERnJwm/FXq4ueUJsC1/TCWSscyVKPSZ0VRcEFbzOWKJvpV/omB1D9w==
@@ -1040,6 +1093,19 @@
1040
1093
  chalk "^4"
1041
1094
  inquirer "^8.2.5"
1042
1095
 
1096
+ "@salesforce/sf-plugins-core@^7.0.0":
1097
+ version "7.0.0"
1098
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.0.0.tgz#56cb4eaafcd04a183938d86c5e93323e037b15ab"
1099
+ integrity sha512-vl53Ee0/eg9wgvtWro6kX82/943s28Hph/o3lTQk6URorfqMC+zH0RGKJj1X0VKeLhDSOCRYXqIu54jE8AZ/3g==
1100
+ dependencies:
1101
+ "@inquirer/confirm" "^2.0.15"
1102
+ "@inquirer/password" "^1.1.14"
1103
+ "@oclif/core" "^3.16.0"
1104
+ "@salesforce/core" "^6.4.2"
1105
+ "@salesforce/kit" "^3.0.15"
1106
+ "@salesforce/ts-types" "^2.0.9"
1107
+ chalk "^5.3.0"
1108
+
1043
1109
  "@salesforce/ts-types@^2.0.9":
1044
1110
  version "2.0.9"
1045
1111
  resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.9.tgz#66bff7b41720065d6b01631b6f6a3ccca02857c5"
@@ -1214,10 +1280,17 @@
1214
1280
  resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.6.tgz#818551d39113081048bdddbef96701b4e8bb9d1b"
1215
1281
  integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==
1216
1282
 
1217
- "@types/node@*", "@types/node@^18":
1218
- version "18.18.8"
1219
- resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.8.tgz#2b285361f2357c8c8578ec86b5d097c7f464cfd6"
1220
- integrity sha512-OLGBaaK5V3VRBS1bAkMVP2/W9B+H8meUfl866OrMNQqt7wDgdpWPp5o6gmIc9pB+lIQHSq4ZL8ypeH1vPxcPaQ==
1283
+ "@types/mute-stream@^0.0.4":
1284
+ version "0.0.4"
1285
+ resolved "https://registry.yarnpkg.com/@types/mute-stream/-/mute-stream-0.0.4.tgz#77208e56a08767af6c5e1237be8888e2f255c478"
1286
+ integrity sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==
1287
+ dependencies:
1288
+ "@types/node" "*"
1289
+
1290
+ "@types/node@*", "@types/node@^20.9.0":
1291
+ version "20.10.6"
1292
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.6.tgz#a3ec84c22965802bf763da55b2394424f22bfbb5"
1293
+ integrity sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==
1221
1294
  dependencies:
1222
1295
  undici-types "~5.26.4"
1223
1296
 
@@ -1231,6 +1304,13 @@
1231
1304
  resolved "https://registry.yarnpkg.com/@types/node/-/node-15.14.9.tgz#bc43c990c3c9be7281868bbc7b8fdd6e2b57adfa"
1232
1305
  integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==
1233
1306
 
1307
+ "@types/node@^18":
1308
+ version "18.18.8"
1309
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.8.tgz#2b285361f2357c8c8578ec86b5d097c7f464cfd6"
1310
+ integrity sha512-OLGBaaK5V3VRBS1bAkMVP2/W9B+H8meUfl866OrMNQqt7wDgdpWPp5o6gmIc9pB+lIQHSq4ZL8ypeH1vPxcPaQ==
1311
+ dependencies:
1312
+ undici-types "~5.26.4"
1313
+
1234
1314
  "@types/normalize-package-data@^2.4.0":
1235
1315
  version "2.4.1"
1236
1316
  resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
@@ -1288,6 +1368,11 @@
1288
1368
  "@types/expect" "^1.20.4"
1289
1369
  "@types/node" "*"
1290
1370
 
1371
+ "@types/wrap-ansi@^3.0.0":
1372
+ version "3.0.0"
1373
+ resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
1374
+ integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
1375
+
1291
1376
  "@typescript-eslint/eslint-plugin@^6.10.0":
1292
1377
  version "6.11.0"
1293
1378
  resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.11.0.tgz#52aae65174ff526576351f9ccd41cea01001463f"
@@ -1517,11 +1602,6 @@ ansi-colors@4.1.1:
1517
1602
  resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
1518
1603
  integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==
1519
1604
 
1520
- ansi-escapes@^3.1.0:
1521
- version "3.2.0"
1522
- resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b"
1523
- integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==
1524
-
1525
1605
  ansi-escapes@^4.2.1, ansi-escapes@^4.3.2:
1526
1606
  version "4.3.2"
1527
1607
  resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"
@@ -2180,10 +2260,10 @@ cli-progress@^3.12.0:
2180
2260
  dependencies:
2181
2261
  string-width "^4.2.3"
2182
2262
 
2183
- cli-spinners@^2.5.0:
2184
- version "2.7.0"
2185
- resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.7.0.tgz#f815fd30b5f9eaac02db604c7a231ed7cb2f797a"
2186
- integrity sha512-qu3pN8Y3qHNgE2AFweciB1IfMnmZ/fsNTEE+NOFjmGB2F/7rLhnhzppvpCnN4FovtP26k8lHyy9ptEbNwWFLzw==
2263
+ cli-spinners@^2.5.0, cli-spinners@^2.9.1:
2264
+ version "2.9.2"
2265
+ resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz#1773a8f4b9c4d6ac31563df53b3fc1d79462fe41"
2266
+ integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==
2187
2267
 
2188
2268
  cli-table@^0.3.1:
2189
2269
  version "0.3.11"
@@ -2197,6 +2277,11 @@ cli-width@^3.0.0:
2197
2277
  resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6"
2198
2278
  integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==
2199
2279
 
2280
+ cli-width@^4.1.0:
2281
+ version "4.1.0"
2282
+ resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-4.1.0.tgz#42daac41d3c254ef38ad8ac037672130173691c5"
2283
+ integrity sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==
2284
+
2200
2285
  cliui@^6.0.0:
2201
2286
  version "6.0.0"
2202
2287
  resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1"
@@ -2469,17 +2554,6 @@ create-require@^1.1.0:
2469
2554
  resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
2470
2555
  integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
2471
2556
 
2472
- cross-spawn@^6.0.5:
2473
- version "6.0.5"
2474
- resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
2475
- integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
2476
- dependencies:
2477
- nice-try "^1.0.4"
2478
- path-key "^2.0.1"
2479
- semver "^5.5.0"
2480
- shebang-command "^1.2.0"
2481
- which "^1.2.9"
2482
-
2483
2557
  cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
2484
2558
  version "7.0.3"
2485
2559
  resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
@@ -3257,7 +3331,7 @@ faye@^1.4.0:
3257
3331
  tough-cookie "*"
3258
3332
  tunnel-agent "*"
3259
3333
 
3260
- figures@^3.0.0:
3334
+ figures@^3.0.0, figures@^3.2.0:
3261
3335
  version "3.2.0"
3262
3336
  resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
3263
3337
  integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==
@@ -5279,6 +5353,11 @@ mute-stream@0.0.8:
5279
5353
  resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
5280
5354
  integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
5281
5355
 
5356
+ mute-stream@^1.0.0:
5357
+ version "1.0.0"
5358
+ resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-1.0.0.tgz#e31bd9fe62f0aed23520aa4324ea6671531e013e"
5359
+ integrity sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==
5360
+
5282
5361
  nanoid@3.3.3:
5283
5362
  version "3.3.3"
5284
5363
  resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
@@ -5309,11 +5388,6 @@ neo-async@^2.6.2:
5309
5388
  resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
5310
5389
  integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
5311
5390
 
5312
- nice-try@^1.0.4:
5313
- version "1.0.5"
5314
- resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
5315
- integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
5316
-
5317
5391
  nise@^4.1.0:
5318
5392
  version "4.1.0"
5319
5393
  resolved "https://registry.yarnpkg.com/nise/-/nise-4.1.0.tgz#8fb75a26e90b99202fa1e63f448f58efbcdedaf6"
@@ -5841,15 +5915,7 @@ pascal-case@^3.1.2:
5841
5915
  no-case "^3.0.4"
5842
5916
  tslib "^2.0.3"
5843
5917
 
5844
- password-prompt@^1.1.2:
5845
- version "1.1.2"
5846
- resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.2.tgz#85b2f93896c5bd9e9f2d6ff0627fa5af3dc00923"
5847
- integrity sha512-bpuBhROdrhuN3E7G/koAju0WjVw9/uQOG5Co5mokNj0MiOSBVZS1JTwM4zl55hu0WFmIEFvO9cU9sJQiBIYeIA==
5848
- dependencies:
5849
- ansi-escapes "^3.1.0"
5850
- cross-spawn "^6.0.5"
5851
-
5852
- password-prompt@^1.1.3:
5918
+ password-prompt@^1.1.2, password-prompt@^1.1.3:
5853
5919
  version "1.1.3"
5854
5920
  resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.3.tgz#05e539f4e7ca4d6c865d479313f10eb9db63ee5f"
5855
5921
  integrity sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==
@@ -5875,11 +5941,6 @@ path-is-absolute@^1.0.0:
5875
5941
  resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
5876
5942
  integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
5877
5943
 
5878
- path-key@^2.0.1:
5879
- version "2.0.1"
5880
- resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
5881
- integrity sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==
5882
-
5883
5944
  path-key@^3.0.0, path-key@^3.1.0:
5884
5945
  version "3.1.1"
5885
5946
  resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
@@ -6403,6 +6464,11 @@ run-async@^2.0.0, run-async@^2.4.0:
6403
6464
  resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455"
6404
6465
  integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==
6405
6466
 
6467
+ run-async@^3.0.0:
6468
+ version "3.0.0"
6469
+ resolved "https://registry.yarnpkg.com/run-async/-/run-async-3.0.0.tgz#42a432f6d76c689522058984384df28be379daad"
6470
+ integrity sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==
6471
+
6406
6472
  run-parallel@^1.1.9:
6407
6473
  version "1.2.0"
6408
6474
  resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
@@ -6483,7 +6549,7 @@ secure-json-parse@^2.4.0:
6483
6549
  resolved "https://registry.yarnpkg.com/secure-json-parse/-/secure-json-parse-2.7.0.tgz#5a5f9cd6ae47df23dba3151edd06855d47e09862"
6484
6550
  integrity sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==
6485
6551
 
6486
- "semver@2 || 3 || 4 || 5", semver@^5.5.0:
6552
+ "semver@2 || 3 || 4 || 5":
6487
6553
  version "5.7.2"
6488
6554
  resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
6489
6555
  integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
@@ -6562,13 +6628,6 @@ setimmediate@^1.0.5:
6562
6628
  resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"
6563
6629
  integrity sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==
6564
6630
 
6565
- shebang-command@^1.2.0:
6566
- version "1.2.0"
6567
- resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
6568
- integrity sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==
6569
- dependencies:
6570
- shebang-regex "^1.0.0"
6571
-
6572
6631
  shebang-command@^2.0.0:
6573
6632
  version "2.0.0"
6574
6633
  resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -6576,11 +6635,6 @@ shebang-command@^2.0.0:
6576
6635
  dependencies:
6577
6636
  shebang-regex "^3.0.0"
6578
6637
 
6579
- shebang-regex@^1.0.0:
6580
- version "1.0.0"
6581
- resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
6582
- integrity sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==
6583
-
6584
6638
  shebang-regex@^3.0.0:
6585
6639
  version "3.0.0"
6586
6640
  resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
@@ -6627,7 +6681,7 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7:
6627
6681
  resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
6628
6682
  integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
6629
6683
 
6630
- signal-exit@^4.0.1:
6684
+ signal-exit@^4.0.1, signal-exit@^4.1.0:
6631
6685
  version "4.1.0"
6632
6686
  resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
6633
6687
  integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
@@ -7513,13 +7567,6 @@ which-typed-array@^1.1.11, which-typed-array@^1.1.13, which-typed-array@^1.1.2:
7513
7567
  gopd "^1.0.1"
7514
7568
  has-tostringtag "^1.0.0"
7515
7569
 
7516
- which@^1.2.9:
7517
- version "1.3.1"
7518
- resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
7519
- integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
7520
- dependencies:
7521
- isexe "^2.0.0"
7522
-
7523
7570
  which@^2.0.1, which@^2.0.2:
7524
7571
  version "2.0.2"
7525
7572
  resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
@@ -112,7 +112,6 @@
112
112
  "strict": false,
113
113
  "summary": "Create an Experience Cloud site using a template.",
114
114
  "enableJsonFlag": true,
115
- "SF_ENV": "SF_ENV",
116
115
  "isESM": true,
117
116
  "relativePath": [
118
117
  "lib",
@@ -206,7 +205,6 @@
206
205
  "strict": true,
207
206
  "summary": "Publish an Experience Builder site to make it live.",
208
207
  "enableJsonFlag": true,
209
- "SF_ENV": "SF_ENV",
210
208
  "isESM": true,
211
209
  "relativePath": [
212
210
  "lib",
@@ -291,7 +289,6 @@
291
289
  "strict": true,
292
290
  "summary": "Retrieve the list of templates available in your org.",
293
291
  "enableJsonFlag": true,
294
- "SF_ENV": "SF_ENV",
295
292
  "isESM": true,
296
293
  "relativePath": [
297
294
  "lib",
@@ -336,5 +333,5 @@
336
333
  ]
337
334
  }
338
335
  },
339
- "version": "3.0.10"
336
+ "version": "3.0.11"
340
337
  }
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.10",
4
+ "version": "3.0.11",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.15.0",
9
9
  "@salesforce/core": "^6.4.2",
10
10
  "@salesforce/kit": "^3.0.15",
11
- "@salesforce/sf-plugins-core": "^5.0.13"
11
+ "@salesforce/sf-plugins-core": "^7.0.0"
12
12
  },
13
13
  "devDependencies": {
14
14
  "@oclif/plugin-command-snapshot": "^5.0.5",
15
- "@salesforce/cli-plugins-testkit": "^5.0.5",
16
- "@salesforce/dev-scripts": "^8.1.3",
17
- "@salesforce/plugin-command-reference": "^3.0.56",
15
+ "@salesforce/cli-plugins-testkit": "^5.1.3",
16
+ "@salesforce/dev-scripts": "^8.2.0",
17
+ "@salesforce/plugin-command-reference": "^3.0.58",
18
18
  "@salesforce/ts-types": "^2.0.9",
19
19
  "eslint-plugin-sf-plugin": "^1.17.0",
20
20
  "jsforce": "^2.0.0-beta.29",
@@ -205,7 +205,7 @@
205
205
  "exports": "./lib/index.js",
206
206
  "type": "module",
207
207
  "sfdx": {
208
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.10.crt",
209
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.10.sig"
208
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.11.crt",
209
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.11.sig"
210
210
  }
211
211
  }