@salesforce/plugin-community 3.3.27 → 3.3.28
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 +20 -20
- package/oclif.lock +19 -19
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
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.28/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.28/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.28/src/commands/community/publish.ts)_
|
|
253
253
|
|
|
254
254
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-community",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.28",
|
|
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.28",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@salesforce/core": "^8.
|
|
12
|
+
"@salesforce/core": "^8.14.0",
|
|
13
13
|
"@salesforce/kit": "^3.2.3",
|
|
14
14
|
"@salesforce/sf-plugins-core": "^12.2.2"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@jsforce/jsforce-node": "^3.8.2",
|
|
18
18
|
"@oclif/core": "^4.3.2",
|
|
19
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
19
|
+
"@oclif/plugin-command-snapshot": "^5.3.1",
|
|
20
20
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
21
21
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
22
22
|
"@salesforce/plugin-command-reference": "^3.1.54",
|
|
23
23
|
"@salesforce/ts-types": "^2.0.11",
|
|
24
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
25
|
-
"oclif": "^4.18.
|
|
24
|
+
"eslint-plugin-sf-plugin": "^1.20.25",
|
|
25
|
+
"oclif": "^4.18.1",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
27
27
|
"typescript": "^5.5.4"
|
|
28
28
|
},
|
|
@@ -3776,9 +3776,9 @@
|
|
|
3776
3776
|
}
|
|
3777
3777
|
},
|
|
3778
3778
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3779
|
-
"version": "5.3.
|
|
3780
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
3781
|
-
"integrity": "sha512-
|
|
3779
|
+
"version": "5.3.1",
|
|
3780
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.1.tgz",
|
|
3781
|
+
"integrity": "sha512-ytLavwqDuQ2+1Z4vV0lREGKf0JP6GTtVvYnrCMk9FL+C+CU6qnPyzI9fttuqwLMbfrsX8Fl8/6TT7dCWdX6HSg==",
|
|
3782
3782
|
"dev": true,
|
|
3783
3783
|
"license": "MIT",
|
|
3784
3784
|
"dependencies": {
|
|
@@ -4164,9 +4164,9 @@
|
|
|
4164
4164
|
}
|
|
4165
4165
|
},
|
|
4166
4166
|
"node_modules/@salesforce/core": {
|
|
4167
|
-
"version": "8.
|
|
4168
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
4169
|
-
"integrity": "sha512-
|
|
4167
|
+
"version": "8.14.0",
|
|
4168
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.14.0.tgz",
|
|
4169
|
+
"integrity": "sha512-Ta1aY15TfgxLyFNNlkw60Mm3dDtiEb50TSp3/wzrbuMgkEGvFBEZQca/ChrjANXhpw8pURDUTzL4VV/1eGCHrQ==",
|
|
4170
4170
|
"license": "BSD-3-Clause",
|
|
4171
4171
|
"dependencies": {
|
|
4172
4172
|
"@jsforce/jsforce-node": "^3.8.2",
|
|
@@ -7941,13 +7941,13 @@
|
|
|
7941
7941
|
}
|
|
7942
7942
|
},
|
|
7943
7943
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
7944
|
-
"version": "1.20.
|
|
7945
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
7946
|
-
"integrity": "sha512-
|
|
7944
|
+
"version": "1.20.25",
|
|
7945
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.25.tgz",
|
|
7946
|
+
"integrity": "sha512-uknNSP5+CRHeA7PRGErKD5nCoehJY/UVofspAiwEmtzhNBfS1eUxORN9fU6WEjb9Mc3O6i7YrMznTYFhJYWr1Q==",
|
|
7947
7947
|
"dev": true,
|
|
7948
7948
|
"license": "BSD-3-Clause",
|
|
7949
7949
|
"dependencies": {
|
|
7950
|
-
"@salesforce/core": "^8.
|
|
7950
|
+
"@salesforce/core": "^8.12.0",
|
|
7951
7951
|
"@typescript-eslint/utils": "^7.18.0"
|
|
7952
7952
|
},
|
|
7953
7953
|
"engines": {
|
|
@@ -11868,9 +11868,9 @@
|
|
|
11868
11868
|
}
|
|
11869
11869
|
},
|
|
11870
11870
|
"node_modules/oclif": {
|
|
11871
|
-
"version": "4.18.
|
|
11872
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.18.
|
|
11873
|
-
"integrity": "sha512-
|
|
11871
|
+
"version": "4.18.1",
|
|
11872
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.18.1.tgz",
|
|
11873
|
+
"integrity": "sha512-C5w/kUuIH3WxtjSfg3vxbdinT1dZuFoNaU7YhBTRx/FshO4WNHPsRqLgFFdx94dezkbskMJFcESS6i5RM96YSw==",
|
|
11874
11874
|
"dev": true,
|
|
11875
11875
|
"license": "MIT",
|
|
11876
11876
|
"dependencies": {
|
|
@@ -11879,7 +11879,7 @@
|
|
|
11879
11879
|
"@inquirer/confirm": "^3.1.22",
|
|
11880
11880
|
"@inquirer/input": "^2.2.4",
|
|
11881
11881
|
"@inquirer/select": "^2.5.0",
|
|
11882
|
-
"@oclif/core": "^4.2
|
|
11882
|
+
"@oclif/core": "^4.3.2",
|
|
11883
11883
|
"@oclif/plugin-help": "^6.2.27",
|
|
11884
11884
|
"@oclif/plugin-not-found": "^3.2.48",
|
|
11885
11885
|
"@oclif/plugin-warn-if-update-available": "^3.1.38",
|
package/oclif.lock
CHANGED
|
@@ -1555,7 +1555,7 @@
|
|
|
1555
1555
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1556
1556
|
fastq "^1.6.0"
|
|
1557
1557
|
|
|
1558
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.
|
|
1558
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.3.0", "@oclif/core@^4.3.2":
|
|
1559
1559
|
version "4.3.2"
|
|
1560
1560
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.2.tgz#522d5f94044ebde5f4041b0bad4f1abfe7a73f61"
|
|
1561
1561
|
integrity sha512-3OVGENifC2NzYn/t31fYOrZOGJ5WpUfRktz8v/W4QbP4Su3S/BcBuVuIde65B1mHrnAE/62yOFA/kLx4w1Vf8g==
|
|
@@ -1579,10 +1579,10 @@
|
|
|
1579
1579
|
wordwrap "^1.0.0"
|
|
1580
1580
|
wrap-ansi "^7.0.0"
|
|
1581
1581
|
|
|
1582
|
-
"@oclif/plugin-command-snapshot@^5.3.
|
|
1583
|
-
version "5.3.
|
|
1584
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
1585
|
-
integrity sha512-
|
|
1582
|
+
"@oclif/plugin-command-snapshot@^5.3.1":
|
|
1583
|
+
version "5.3.1"
|
|
1584
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.1.tgz#95fbba5980c89398dfb3ade0ae733d972f217a03"
|
|
1585
|
+
integrity sha512-ytLavwqDuQ2+1Z4vV0lREGKf0JP6GTtVvYnrCMk9FL+C+CU6qnPyzI9fttuqwLMbfrsX8Fl8/6TT7dCWdX6HSg==
|
|
1586
1586
|
dependencies:
|
|
1587
1587
|
"@oclif/core" "^4"
|
|
1588
1588
|
ansis "^3.17.0"
|
|
@@ -1680,10 +1680,10 @@
|
|
|
1680
1680
|
strip-ansi "6.0.1"
|
|
1681
1681
|
ts-retry-promise "^0.8.1"
|
|
1682
1682
|
|
|
1683
|
-
"@salesforce/core@^8.10.0", "@salesforce/core@^8.11.0", "@salesforce/core@^8.
|
|
1684
|
-
version "8.
|
|
1685
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
1686
|
-
integrity sha512-
|
|
1683
|
+
"@salesforce/core@^8.10.0", "@salesforce/core@^8.11.0", "@salesforce/core@^8.12.0", "@salesforce/core@^8.14.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
|
1684
|
+
version "8.14.0"
|
|
1685
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.14.0.tgz#fcdd8b641221fee668b95ed2ede56b251668077c"
|
|
1686
|
+
integrity sha512-Ta1aY15TfgxLyFNNlkw60Mm3dDtiEb50TSp3/wzrbuMgkEGvFBEZQca/ChrjANXhpw8pURDUTzL4VV/1eGCHrQ==
|
|
1687
1687
|
dependencies:
|
|
1688
1688
|
"@jsforce/jsforce-node" "^3.8.2"
|
|
1689
1689
|
"@salesforce/kit" "^3.2.2"
|
|
@@ -3961,12 +3961,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
3961
3961
|
semver "^7.5.4"
|
|
3962
3962
|
spdx-expression-parse "^4.0.0"
|
|
3963
3963
|
|
|
3964
|
-
eslint-plugin-sf-plugin@^1.20.
|
|
3965
|
-
version "1.20.
|
|
3966
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
3967
|
-
integrity sha512-
|
|
3964
|
+
eslint-plugin-sf-plugin@^1.20.25:
|
|
3965
|
+
version "1.20.25"
|
|
3966
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.25.tgz#943d861c73579d982a2c09eb5d8d5907cfdd7956"
|
|
3967
|
+
integrity sha512-uknNSP5+CRHeA7PRGErKD5nCoehJY/UVofspAiwEmtzhNBfS1eUxORN9fU6WEjb9Mc3O6i7YrMznTYFhJYWr1Q==
|
|
3968
3968
|
dependencies:
|
|
3969
|
-
"@salesforce/core" "^8.
|
|
3969
|
+
"@salesforce/core" "^8.12.0"
|
|
3970
3970
|
"@typescript-eslint/utils" "^7.18.0"
|
|
3971
3971
|
|
|
3972
3972
|
eslint-plugin-unicorn@^50.0.1:
|
|
@@ -6087,17 +6087,17 @@ object.values@^1.1.7:
|
|
|
6087
6087
|
define-properties "^1.2.0"
|
|
6088
6088
|
es-abstract "^1.22.1"
|
|
6089
6089
|
|
|
6090
|
-
oclif@^4.18.
|
|
6091
|
-
version "4.18.
|
|
6092
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.18.
|
|
6093
|
-
integrity sha512-
|
|
6090
|
+
oclif@^4.18.1:
|
|
6091
|
+
version "4.18.1"
|
|
6092
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.18.1.tgz#697c10712f022a4d8b596b15868a149fcbca3e8d"
|
|
6093
|
+
integrity sha512-C5w/kUuIH3WxtjSfg3vxbdinT1dZuFoNaU7YhBTRx/FshO4WNHPsRqLgFFdx94dezkbskMJFcESS6i5RM96YSw==
|
|
6094
6094
|
dependencies:
|
|
6095
6095
|
"@aws-sdk/client-cloudfront" "^3.787.0"
|
|
6096
6096
|
"@aws-sdk/client-s3" "^3.787.0"
|
|
6097
6097
|
"@inquirer/confirm" "^3.1.22"
|
|
6098
6098
|
"@inquirer/input" "^2.2.4"
|
|
6099
6099
|
"@inquirer/select" "^2.5.0"
|
|
6100
|
-
"@oclif/core" "^4.2
|
|
6100
|
+
"@oclif/core" "^4.3.2"
|
|
6101
6101
|
"@oclif/plugin-help" "^6.2.27"
|
|
6102
6102
|
"@oclif/plugin-not-found" "^3.2.48"
|
|
6103
6103
|
"@oclif/plugin-warn-if-update-available" "^3.1.38"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
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.28",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@salesforce/core": "^8.
|
|
8
|
+
"@salesforce/core": "^8.14.0",
|
|
9
9
|
"@salesforce/kit": "^3.2.3",
|
|
10
10
|
"@salesforce/sf-plugins-core": "^12.2.2"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@jsforce/jsforce-node": "^3.8.2",
|
|
14
14
|
"@oclif/core": "^4.3.2",
|
|
15
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
15
|
+
"@oclif/plugin-command-snapshot": "^5.3.1",
|
|
16
16
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
17
17
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
18
18
|
"@salesforce/plugin-command-reference": "^3.1.54",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.11",
|
|
20
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
21
|
-
"oclif": "^4.18.
|
|
20
|
+
"eslint-plugin-sf-plugin": "^1.20.25",
|
|
21
|
+
"oclif": "^4.18.1",
|
|
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.28.crt",
|
|
209
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.28.sig"
|
|
210
210
|
}
|
|
211
211
|
}
|