@salesforce/plugin-community 3.3.65 → 3.3.66
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/npm-shrinkwrap.json +21 -21
- package/oclif.lock +22 -22
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -165,7 +165,7 @@ FLAG DESCRIPTIONS
|
|
|
165
165
|
available in your org.
|
|
166
166
|
```
|
|
167
167
|
|
|
168
|
-
_See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.
|
|
168
|
+
_See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.66/src/commands/community/create.ts)_
|
|
169
169
|
|
|
170
170
|
## `sf community list template`
|
|
171
171
|
|
|
@@ -200,7 +200,7 @@ EXAMPLES
|
|
|
200
200
|
$ sf community list template --target-org my-scratch-org
|
|
201
201
|
```
|
|
202
202
|
|
|
203
|
-
_See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.
|
|
203
|
+
_See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.66/src/commands/community/list/template.ts)_
|
|
204
204
|
|
|
205
205
|
## `sf community publish`
|
|
206
206
|
|
|
@@ -249,6 +249,6 @@ EXAMPLES
|
|
|
249
249
|
$ sf community publish --name 'My Customer Site'
|
|
250
250
|
```
|
|
251
251
|
|
|
252
|
-
_See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.
|
|
252
|
+
_See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.66/src/commands/community/publish.ts)_
|
|
253
253
|
|
|
254
254
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-community",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.66",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-community",
|
|
9
|
-
"version": "3.3.
|
|
9
|
+
"version": "3.3.66",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@salesforce/core": "^8.31.
|
|
12
|
+
"@salesforce/core": "^8.31.1",
|
|
13
13
|
"@salesforce/kit": "^3.2.6",
|
|
14
14
|
"@salesforce/sf-plugins-core": "^12.2.24"
|
|
15
15
|
},
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"@oclif/plugin-command-snapshot": "^5.3.23",
|
|
20
20
|
"@salesforce/cli-plugins-testkit": "^5.3.58",
|
|
21
21
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
22
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
22
|
+
"@salesforce/plugin-command-reference": "^3.1.109",
|
|
23
23
|
"@salesforce/ts-types": "^2.0.11",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
25
|
-
"oclif": "^4.23.
|
|
25
|
+
"oclif": "^4.23.10",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
27
27
|
"typescript": "^5.5.4"
|
|
28
28
|
},
|
|
@@ -4308,9 +4308,9 @@
|
|
|
4308
4308
|
}
|
|
4309
4309
|
},
|
|
4310
4310
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
4311
|
-
"version": "3.1.
|
|
4312
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
4313
|
-
"integrity": "sha512-
|
|
4311
|
+
"version": "3.1.65",
|
|
4312
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.65.tgz",
|
|
4313
|
+
"integrity": "sha512-HcSJc8SeCVUBHwc063xDL0LcpdjcamAISlisSX14VDDYQayMantvtVNOo9PmciwYpXRXfAykeH1z066YkA9JvQ==",
|
|
4314
4314
|
"dev": true,
|
|
4315
4315
|
"license": "MIT",
|
|
4316
4316
|
"dependencies": {
|
|
@@ -4318,7 +4318,7 @@
|
|
|
4318
4318
|
"ansis": "^3.17.0",
|
|
4319
4319
|
"debug": "^4.4.3",
|
|
4320
4320
|
"http-call": "^5.2.2",
|
|
4321
|
-
"lodash": "^4.
|
|
4321
|
+
"lodash": "^4.18.1",
|
|
4322
4322
|
"registry-auth-token": "^5.1.1"
|
|
4323
4323
|
},
|
|
4324
4324
|
"engines": {
|
|
@@ -4627,9 +4627,9 @@
|
|
|
4627
4627
|
}
|
|
4628
4628
|
},
|
|
4629
4629
|
"node_modules/@salesforce/core": {
|
|
4630
|
-
"version": "8.31.
|
|
4631
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.31.
|
|
4632
|
-
"integrity": "sha512-
|
|
4630
|
+
"version": "8.31.1",
|
|
4631
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.31.1.tgz",
|
|
4632
|
+
"integrity": "sha512-dnBfLI0v/Ucsh/QrpYPGeo39qsvvglWMRSifx1lmAwLc9QAnL3Hhp9zUxJyX5icD9jj1uMftsAtIOGyjC2+KXA==",
|
|
4633
4633
|
"license": "BSD-3-Clause",
|
|
4634
4634
|
"dependencies": {
|
|
4635
4635
|
"@jsforce/jsforce-node": "^3.10.13",
|
|
@@ -4806,16 +4806,16 @@
|
|
|
4806
4806
|
}
|
|
4807
4807
|
},
|
|
4808
4808
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4809
|
-
"version": "3.1.
|
|
4810
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
4811
|
-
"integrity": "sha512-
|
|
4809
|
+
"version": "3.1.109",
|
|
4810
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.109.tgz",
|
|
4811
|
+
"integrity": "sha512-K+s9blZsoSA3JbJDLLgeI/bfRohdW/rYmqxMFRkrJAaAdA4doZZ8TTuiPLGeferuyD0XH3H6WIrgjRxpI+BAbQ==",
|
|
4812
4812
|
"dev": true,
|
|
4813
4813
|
"license": "Apache-2.0",
|
|
4814
4814
|
"dependencies": {
|
|
4815
4815
|
"@oclif/core": "^4",
|
|
4816
4816
|
"@salesforce/core": "^8.31.0",
|
|
4817
4817
|
"@salesforce/kit": "^3.2.6",
|
|
4818
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
4818
|
+
"@salesforce/sf-plugins-core": "^12.2.24",
|
|
4819
4819
|
"@salesforce/ts-types": "^2.0.11",
|
|
4820
4820
|
"chalk": "^5.6.2",
|
|
4821
4821
|
"debug": "^4.4.3",
|
|
@@ -11939,9 +11939,9 @@
|
|
|
11939
11939
|
}
|
|
11940
11940
|
},
|
|
11941
11941
|
"node_modules/oclif": {
|
|
11942
|
-
"version": "4.23.
|
|
11943
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.
|
|
11944
|
-
"integrity": "sha512-
|
|
11942
|
+
"version": "4.23.10",
|
|
11943
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.10.tgz",
|
|
11944
|
+
"integrity": "sha512-foZYNmCjgFo0HJzbfY9oz8IgNs4aCPVbe51gnauM646mOy+C9WzoQS5iJyCzRiuJvS4fFrONG0BrjWiCFjtlGQ==",
|
|
11945
11945
|
"dev": true,
|
|
11946
11946
|
"license": "MIT",
|
|
11947
11947
|
"dependencies": {
|
|
@@ -11950,10 +11950,10 @@
|
|
|
11950
11950
|
"@inquirer/confirm": "^3.1.22",
|
|
11951
11951
|
"@inquirer/input": "^2.2.4",
|
|
11952
11952
|
"@inquirer/select": "^2.5.0",
|
|
11953
|
-
"@oclif/core": "^4.11.
|
|
11953
|
+
"@oclif/core": "^4.11.4",
|
|
11954
11954
|
"@oclif/plugin-help": "^6.2.49",
|
|
11955
11955
|
"@oclif/plugin-not-found": "^3.2.85",
|
|
11956
|
-
"@oclif/plugin-warn-if-update-available": "^3.1.
|
|
11956
|
+
"@oclif/plugin-warn-if-update-available": "^3.1.65",
|
|
11957
11957
|
"ansis": "^3.16.0",
|
|
11958
11958
|
"async-retry": "^1.3.3",
|
|
11959
11959
|
"change-case": "^4",
|
package/oclif.lock
CHANGED
|
@@ -1431,16 +1431,16 @@
|
|
|
1431
1431
|
ansis "^3.17.0"
|
|
1432
1432
|
fast-levenshtein "^3.0.0"
|
|
1433
1433
|
|
|
1434
|
-
"@oclif/plugin-warn-if-update-available@^3.1.
|
|
1435
|
-
version "3.1.
|
|
1436
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
1437
|
-
integrity sha512-
|
|
1434
|
+
"@oclif/plugin-warn-if-update-available@^3.1.65":
|
|
1435
|
+
version "3.1.65"
|
|
1436
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.65.tgz#21cb740ccec5ebfef1666c0e46480d97b5687fe4"
|
|
1437
|
+
integrity sha512-HcSJc8SeCVUBHwc063xDL0LcpdjcamAISlisSX14VDDYQayMantvtVNOo9PmciwYpXRXfAykeH1z066YkA9JvQ==
|
|
1438
1438
|
dependencies:
|
|
1439
1439
|
"@oclif/core" "^4"
|
|
1440
1440
|
ansis "^3.17.0"
|
|
1441
1441
|
debug "^4.4.3"
|
|
1442
1442
|
http-call "^5.2.2"
|
|
1443
|
-
lodash "^4.
|
|
1443
|
+
lodash "^4.18.1"
|
|
1444
1444
|
registry-auth-token "^5.1.1"
|
|
1445
1445
|
|
|
1446
1446
|
"@oclif/table@^0.5.9":
|
|
@@ -1501,10 +1501,10 @@
|
|
|
1501
1501
|
strip-ansi "6.0.1"
|
|
1502
1502
|
ts-retry-promise "^0.8.1"
|
|
1503
1503
|
|
|
1504
|
-
"@salesforce/core@^8.23.1", "@salesforce/core@^8.30.3", "@salesforce/core@^8.31.0":
|
|
1505
|
-
version "8.31.
|
|
1506
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.31.
|
|
1507
|
-
integrity sha512-
|
|
1504
|
+
"@salesforce/core@^8.23.1", "@salesforce/core@^8.30.3", "@salesforce/core@^8.31.0", "@salesforce/core@^8.31.1":
|
|
1505
|
+
version "8.31.1"
|
|
1506
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.31.1.tgz#a0057e46568b5aeb6d838c461d7c98105ec11dc2"
|
|
1507
|
+
integrity sha512-dnBfLI0v/Ucsh/QrpYPGeo39qsvvglWMRSifx1lmAwLc9QAnL3Hhp9zUxJyX5icD9jj1uMftsAtIOGyjC2+KXA==
|
|
1508
1508
|
dependencies:
|
|
1509
1509
|
"@jsforce/jsforce-node" "^3.10.13"
|
|
1510
1510
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -1570,15 +1570,15 @@
|
|
|
1570
1570
|
dependencies:
|
|
1571
1571
|
"@salesforce/ts-types" "^2.0.12"
|
|
1572
1572
|
|
|
1573
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1574
|
-
version "3.1.
|
|
1575
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1576
|
-
integrity sha512-
|
|
1573
|
+
"@salesforce/plugin-command-reference@^3.1.109":
|
|
1574
|
+
version "3.1.109"
|
|
1575
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.109.tgz#5bf0903f6bb2f0cfbeab100f126cf31ed11ef0cd"
|
|
1576
|
+
integrity sha512-K+s9blZsoSA3JbJDLLgeI/bfRohdW/rYmqxMFRkrJAaAdA4doZZ8TTuiPLGeferuyD0XH3H6WIrgjRxpI+BAbQ==
|
|
1577
1577
|
dependencies:
|
|
1578
1578
|
"@oclif/core" "^4"
|
|
1579
1579
|
"@salesforce/core" "^8.31.0"
|
|
1580
1580
|
"@salesforce/kit" "^3.2.6"
|
|
1581
|
-
"@salesforce/sf-plugins-core" "^12.2.
|
|
1581
|
+
"@salesforce/sf-plugins-core" "^12.2.24"
|
|
1582
1582
|
"@salesforce/ts-types" "^2.0.11"
|
|
1583
1583
|
chalk "^5.6.2"
|
|
1584
1584
|
debug "^4.4.3"
|
|
@@ -1589,7 +1589,7 @@
|
|
|
1589
1589
|
resolved "https://registry.yarnpkg.com/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz#ba648d4886bb38adabe073dbea0b3a91b3753bb0"
|
|
1590
1590
|
integrity sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==
|
|
1591
1591
|
|
|
1592
|
-
"@salesforce/sf-plugins-core@^12.2.
|
|
1592
|
+
"@salesforce/sf-plugins-core@^12.2.24":
|
|
1593
1593
|
version "12.2.24"
|
|
1594
1594
|
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.24.tgz#ead41c7e4b49a60bc72a52737a2eaacc686ec35c"
|
|
1595
1595
|
integrity sha512-+lc7QMRz19Uk9f3lJO442LrUMvrRrfX6+xe1w42PihWjjoXpF9fZfZ7zk7H2WDF56PTo5SMJMrb5PjneiIrH3Q==
|
|
@@ -5111,7 +5111,7 @@ lodash.upperfirst@^4.3.1:
|
|
|
5111
5111
|
resolved "https://registry.yarnpkg.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce"
|
|
5112
5112
|
integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
|
|
5113
5113
|
|
|
5114
|
-
lodash@^4.17.15, lodash@^4.17.21, lodash@^4.
|
|
5114
|
+
lodash@^4.17.15, lodash@^4.17.21, lodash@^4.18.1:
|
|
5115
5115
|
version "4.18.1"
|
|
5116
5116
|
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
|
|
5117
5117
|
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
|
|
@@ -5622,20 +5622,20 @@ object.values@^1.1.7:
|
|
|
5622
5622
|
define-properties "^1.2.0"
|
|
5623
5623
|
es-abstract "^1.22.1"
|
|
5624
5624
|
|
|
5625
|
-
oclif@^4.23.
|
|
5626
|
-
version "4.23.
|
|
5627
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.23.
|
|
5628
|
-
integrity sha512-
|
|
5625
|
+
oclif@^4.23.10:
|
|
5626
|
+
version "4.23.10"
|
|
5627
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.23.10.tgz#55bd82ea1c5bbed58dd2e034b33cd94b79563832"
|
|
5628
|
+
integrity sha512-foZYNmCjgFo0HJzbfY9oz8IgNs4aCPVbe51gnauM646mOy+C9WzoQS5iJyCzRiuJvS4fFrONG0BrjWiCFjtlGQ==
|
|
5629
5629
|
dependencies:
|
|
5630
5630
|
"@aws-sdk/client-cloudfront" "^3.1009.0"
|
|
5631
5631
|
"@aws-sdk/client-s3" "^3.1053.0"
|
|
5632
5632
|
"@inquirer/confirm" "^3.1.22"
|
|
5633
5633
|
"@inquirer/input" "^2.2.4"
|
|
5634
5634
|
"@inquirer/select" "^2.5.0"
|
|
5635
|
-
"@oclif/core" "^4.11.
|
|
5635
|
+
"@oclif/core" "^4.11.4"
|
|
5636
5636
|
"@oclif/plugin-help" "^6.2.49"
|
|
5637
5637
|
"@oclif/plugin-not-found" "^3.2.85"
|
|
5638
|
-
"@oclif/plugin-warn-if-update-available" "^3.1.
|
|
5638
|
+
"@oclif/plugin-warn-if-update-available" "^3.1.65"
|
|
5639
5639
|
ansis "^3.16.0"
|
|
5640
5640
|
async-retry "^1.3.3"
|
|
5641
5641
|
change-case "^4"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
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.3.
|
|
4
|
+
"version": "3.3.66",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@salesforce/core": "^8.31.
|
|
8
|
+
"@salesforce/core": "^8.31.1",
|
|
9
9
|
"@salesforce/kit": "^3.2.6",
|
|
10
10
|
"@salesforce/sf-plugins-core": "^12.2.24"
|
|
11
11
|
},
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
"@oclif/plugin-command-snapshot": "^5.3.23",
|
|
16
16
|
"@salesforce/cli-plugins-testkit": "^5.3.58",
|
|
17
17
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
18
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
18
|
+
"@salesforce/plugin-command-reference": "^3.1.109",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.11",
|
|
20
20
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
21
|
-
"oclif": "^4.23.
|
|
21
|
+
"oclif": "^4.23.10",
|
|
22
22
|
"ts-node": "^10.9.2",
|
|
23
23
|
"typescript": "^5.5.4"
|
|
24
24
|
},
|
|
@@ -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.3.
|
|
209
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.
|
|
208
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.66.crt",
|
|
209
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.66.sig"
|
|
210
210
|
}
|
|
211
211
|
}
|