@salesforce/plugin-community 3.0.19 → 3.0.21
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 +50 -52
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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.
|
|
166
|
+
_See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.21/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.
|
|
200
|
+
_See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.21/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.
|
|
248
|
+
_See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.21/src/commands/community/publish.ts)_
|
|
249
249
|
|
|
250
250
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -1453,27 +1453,27 @@
|
|
|
1453
1453
|
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
|
|
1454
1454
|
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
|
|
1455
1455
|
|
|
1456
|
-
"@inquirer/confirm@^2.0.
|
|
1457
|
-
version "2.0.
|
|
1458
|
-
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-2.0.
|
|
1459
|
-
integrity sha512-
|
|
1456
|
+
"@inquirer/confirm@^2.0.17":
|
|
1457
|
+
version "2.0.17"
|
|
1458
|
+
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-2.0.17.tgz#a45eb1b973c51c993a3c093a0114e960b1cf09a4"
|
|
1459
|
+
integrity sha512-EqzhGryzmGpy2aJf6LxJVhndxYmFs+m8cxXzf8nejb1DE3sabf6mUgBcp4J0jAUEiAcYzqmkqRr7LPFh/WdnXA==
|
|
1460
1460
|
dependencies:
|
|
1461
|
-
"@inquirer/core" "^
|
|
1462
|
-
"@inquirer/type" "^1.1.
|
|
1461
|
+
"@inquirer/core" "^6.0.0"
|
|
1462
|
+
"@inquirer/type" "^1.1.6"
|
|
1463
1463
|
chalk "^4.1.2"
|
|
1464
1464
|
|
|
1465
|
-
"@inquirer/core@^
|
|
1466
|
-
version "
|
|
1467
|
-
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-
|
|
1468
|
-
integrity sha512-
|
|
1465
|
+
"@inquirer/core@^6.0.0":
|
|
1466
|
+
version "6.0.0"
|
|
1467
|
+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-6.0.0.tgz#d44ccd8ae09a4879a78f09cca35bf1ab894b95f4"
|
|
1468
|
+
integrity sha512-fKi63Khkisgda3ohnskNf5uZJj+zXOaBvOllHsOkdsXRA/ubQLJQrZchFFi57NKbZzkTunXiBMdvWOv71alonw==
|
|
1469
1469
|
dependencies:
|
|
1470
|
-
"@inquirer/type" "^1.1.
|
|
1470
|
+
"@inquirer/type" "^1.1.6"
|
|
1471
1471
|
"@types/mute-stream" "^0.0.4"
|
|
1472
|
-
"@types/node" "^20.
|
|
1472
|
+
"@types/node" "^20.10.7"
|
|
1473
1473
|
"@types/wrap-ansi" "^3.0.0"
|
|
1474
1474
|
ansi-escapes "^4.3.2"
|
|
1475
1475
|
chalk "^4.1.2"
|
|
1476
|
-
cli-spinners "^2.9.
|
|
1476
|
+
cli-spinners "^2.9.2"
|
|
1477
1477
|
cli-width "^4.1.0"
|
|
1478
1478
|
figures "^3.2.0"
|
|
1479
1479
|
mute-stream "^1.0.0"
|
|
@@ -1482,29 +1482,20 @@
|
|
|
1482
1482
|
strip-ansi "^6.0.1"
|
|
1483
1483
|
wrap-ansi "^6.2.0"
|
|
1484
1484
|
|
|
1485
|
-
"@inquirer/
|
|
1486
|
-
version "1.
|
|
1487
|
-
resolved "https://registry.yarnpkg.com/@inquirer/
|
|
1488
|
-
integrity sha512-
|
|
1489
|
-
dependencies:
|
|
1490
|
-
"@inquirer/core" "^5.1.1"
|
|
1491
|
-
"@inquirer/type" "^1.1.5"
|
|
1492
|
-
chalk "^4.1.2"
|
|
1493
|
-
|
|
1494
|
-
"@inquirer/password@^1.1.14":
|
|
1495
|
-
version "1.1.14"
|
|
1496
|
-
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-1.1.14.tgz#c1fc139efe84a38986870a1bcf80718050f82bbf"
|
|
1497
|
-
integrity sha512-vL2BFxfMo8EvuGuZYlryiyAB3XsgtbxOcFs4H9WI9szAS/VZCAwdVqs8rqEeaAf/GV/eZOghIOYxvD91IsRWSg==
|
|
1485
|
+
"@inquirer/password@^1.1.16":
|
|
1486
|
+
version "1.1.16"
|
|
1487
|
+
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-1.1.16.tgz#37ddebbe37c6e76f8ad27d1f726aacdd7c423558"
|
|
1488
|
+
integrity sha512-aZYZVHLUXZ2gbBot+i+zOJrks1WaiI95lvZCn1sKfcw6MtSSlYC8uDX8sTzQvAsQ8epHoP84UNvAIT0KVGOGqw==
|
|
1498
1489
|
dependencies:
|
|
1499
|
-
"@inquirer/
|
|
1500
|
-
"@inquirer/type" "^1.1.
|
|
1490
|
+
"@inquirer/core" "^6.0.0"
|
|
1491
|
+
"@inquirer/type" "^1.1.6"
|
|
1501
1492
|
ansi-escapes "^4.3.2"
|
|
1502
1493
|
chalk "^4.1.2"
|
|
1503
1494
|
|
|
1504
|
-
"@inquirer/type@^1.1.
|
|
1505
|
-
version "1.
|
|
1506
|
-
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.
|
|
1507
|
-
integrity sha512
|
|
1495
|
+
"@inquirer/type@^1.1.6":
|
|
1496
|
+
version "1.2.0"
|
|
1497
|
+
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.2.0.tgz#a569613628a881c2104289ca868a7def54e5c49d"
|
|
1498
|
+
integrity sha512-/vvkUkYhrjbm+RolU7V1aUFDydZVKNKqKHR5TsE+j5DXgXFwrsOPcoGUJ02K0O7q7O53CU2DOTMYCHeGZ25WHA==
|
|
1508
1499
|
|
|
1509
1500
|
"@isaacs/cliui@^8.0.2":
|
|
1510
1501
|
version "8.0.2"
|
|
@@ -1950,7 +1941,7 @@
|
|
|
1950
1941
|
strip-ansi "6.0.1"
|
|
1951
1942
|
ts-retry-promise "^0.8.0"
|
|
1952
1943
|
|
|
1953
|
-
"@salesforce/core@^6.4.1", "@salesforce/core@^6.5.
|
|
1944
|
+
"@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.2", "@salesforce/core@^6.5.3":
|
|
1954
1945
|
version "6.5.3"
|
|
1955
1946
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.5.3.tgz#b1ceef7947b9046ab23e78e73851115fec86f4f9"
|
|
1956
1947
|
integrity sha512-L4I2LrGyuXbNDCkoQdrMQ2sR/nhNIgRMLgpYNpOARZFIWKUsnjgBLVpUui+knCzjrQsOMoSwev+W0vp17iT76w==
|
|
@@ -2019,13 +2010,13 @@
|
|
|
2019
2010
|
"@salesforce/ts-types" "^2.0.9"
|
|
2020
2011
|
tslib "^2.6.2"
|
|
2021
2012
|
|
|
2022
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
2023
|
-
version "3.0.
|
|
2024
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
2025
|
-
integrity sha512-
|
|
2013
|
+
"@salesforce/plugin-command-reference@^3.0.67":
|
|
2014
|
+
version "3.0.67"
|
|
2015
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.67.tgz#e05cdb1e68e035a27588abbaea2ea5ccdfe524ae"
|
|
2016
|
+
integrity sha512-wUfjiqgok2rshI2ZRnHgBthMHL0z0wb14t43rQrLbRuuKmAODJ9qbVlMVqh+jy9//SH3iBBeA3jHs7XFzsT6aA==
|
|
2026
2017
|
dependencies:
|
|
2027
|
-
"@oclif/core" "^3.
|
|
2028
|
-
"@salesforce/core" "^6.5.
|
|
2018
|
+
"@oclif/core" "^3.19.1"
|
|
2019
|
+
"@salesforce/core" "^6.5.3"
|
|
2029
2020
|
"@salesforce/kit" "^3.0.15"
|
|
2030
2021
|
"@salesforce/sf-plugins-core" "^5.0.13"
|
|
2031
2022
|
"@salesforce/ts-types" "^2.0.9"
|
|
@@ -2056,15 +2047,15 @@
|
|
|
2056
2047
|
chalk "^4"
|
|
2057
2048
|
inquirer "^8.2.5"
|
|
2058
2049
|
|
|
2059
|
-
"@salesforce/sf-plugins-core@^7.1.
|
|
2060
|
-
version "7.1.
|
|
2061
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.
|
|
2062
|
-
integrity sha512-
|
|
2050
|
+
"@salesforce/sf-plugins-core@^7.1.9":
|
|
2051
|
+
version "7.1.9"
|
|
2052
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.9.tgz#b4ea2005096f2289160cfd4452afb51d53bdefb3"
|
|
2053
|
+
integrity sha512-nyl6Kh1IHbGxcbQSUoJcte3t4fvozaXuHQWkHExIMGKjvSp8fCnx4pra8NZRdg/HnbWWu6eIHV4b/cHdzKWjnQ==
|
|
2063
2054
|
dependencies:
|
|
2064
|
-
"@inquirer/confirm" "^2.0.
|
|
2065
|
-
"@inquirer/password" "^1.1.
|
|
2066
|
-
"@oclif/core" "^3.
|
|
2067
|
-
"@salesforce/core" "^6.5.
|
|
2055
|
+
"@inquirer/confirm" "^2.0.17"
|
|
2056
|
+
"@inquirer/password" "^1.1.16"
|
|
2057
|
+
"@oclif/core" "^3.19.1"
|
|
2058
|
+
"@salesforce/core" "^6.5.2"
|
|
2068
2059
|
"@salesforce/kit" "^3.0.15"
|
|
2069
2060
|
"@salesforce/ts-types" "^2.0.9"
|
|
2070
2061
|
chalk "^5.3.0"
|
|
@@ -2748,7 +2739,7 @@
|
|
|
2748
2739
|
dependencies:
|
|
2749
2740
|
"@types/node" "*"
|
|
2750
2741
|
|
|
2751
|
-
"@types/node@*"
|
|
2742
|
+
"@types/node@*":
|
|
2752
2743
|
version "20.10.6"
|
|
2753
2744
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.6.tgz#a3ec84c22965802bf763da55b2394424f22bfbb5"
|
|
2754
2745
|
integrity sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==
|
|
@@ -2772,6 +2763,13 @@
|
|
|
2772
2763
|
dependencies:
|
|
2773
2764
|
undici-types "~5.26.4"
|
|
2774
2765
|
|
|
2766
|
+
"@types/node@^20.10.7":
|
|
2767
|
+
version "20.11.19"
|
|
2768
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.19.tgz#b466de054e9cb5b3831bee38938de64ac7f81195"
|
|
2769
|
+
integrity sha512-7xMnVEcZFu0DikYjWOlRq7NTPETrm7teqUT2WkQjrTIkEgUyyGdWsj/Zg8bEJt5TNklzbPD1X3fqfsHw3SpapQ==
|
|
2770
|
+
dependencies:
|
|
2771
|
+
undici-types "~5.26.4"
|
|
2772
|
+
|
|
2775
2773
|
"@types/normalize-package-data@^2.4.0":
|
|
2776
2774
|
version "2.4.1"
|
|
2777
2775
|
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
|
|
@@ -3701,7 +3699,7 @@ cli-progress@^3.12.0:
|
|
|
3701
3699
|
dependencies:
|
|
3702
3700
|
string-width "^4.2.3"
|
|
3703
3701
|
|
|
3704
|
-
cli-spinners@^2.5.0, cli-spinners@^2.9.
|
|
3702
|
+
cli-spinners@^2.5.0, cli-spinners@^2.9.2:
|
|
3705
3703
|
version "2.9.2"
|
|
3706
3704
|
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz#1773a8f4b9c4d6ac31563df53b3fc1d79462fe41"
|
|
3707
3705
|
integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==
|
|
@@ -5550,9 +5548,9 @@ interpret@^1.0.0:
|
|
|
5550
5548
|
integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==
|
|
5551
5549
|
|
|
5552
5550
|
ip@^2.0.0:
|
|
5553
|
-
version "2.0.
|
|
5554
|
-
resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.
|
|
5555
|
-
integrity sha512-
|
|
5551
|
+
version "2.0.1"
|
|
5552
|
+
resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.1.tgz#e8f3595d33a3ea66490204234b77636965307105"
|
|
5553
|
+
integrity sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==
|
|
5556
5554
|
|
|
5557
5555
|
is-array-buffer@^3.0.1, is-array-buffer@^3.0.2:
|
|
5558
5556
|
version "3.0.2"
|
package/oclif.manifest.json
CHANGED
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.21",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^3.19.2",
|
|
9
9
|
"@salesforce/core": "^6.5.3",
|
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
|
11
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
11
|
+
"@salesforce/sf-plugins-core": "^7.1.9"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
14
|
"@oclif/plugin-command-snapshot": "^5.0.8",
|
|
15
15
|
"@salesforce/cli-plugins-testkit": "^5.1.8",
|
|
16
16
|
"@salesforce/dev-scripts": "^8.3.0",
|
|
17
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
17
|
+
"@salesforce/plugin-command-reference": "^3.0.67",
|
|
18
18
|
"@salesforce/ts-types": "^2.0.9",
|
|
19
19
|
"eslint-plugin-sf-plugin": "^1.17.3",
|
|
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.
|
|
209
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.
|
|
208
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.21.crt",
|
|
209
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.21.sig"
|
|
210
210
|
}
|
|
211
211
|
}
|