@salesforce/plugin-community 3.3.22 → 3.3.23
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 +25 -25
- package/oclif.lock +24 -24
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
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.23/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.23/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.23/src/commands/community/publish.ts)_
|
|
253
253
|
|
|
254
254
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-community",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.23",
|
|
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.23",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@salesforce/core": "^8.10.
|
|
12
|
+
"@salesforce/core": "^8.10.3",
|
|
13
13
|
"@salesforce/kit": "^3.2.3",
|
|
14
14
|
"@salesforce/sf-plugins-core": "^12.2.1"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@jsforce/jsforce-node": "^3.8.1",
|
|
18
|
-
"@oclif/core": "^4.
|
|
19
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
18
|
+
"@oclif/core": "^4.3.0",
|
|
19
|
+
"@oclif/plugin-command-snapshot": "^5.2.39",
|
|
20
20
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
21
21
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
22
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
22
|
+
"@salesforce/plugin-command-reference": "^3.1.52",
|
|
23
23
|
"@salesforce/ts-types": "^2.0.11",
|
|
24
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
24
|
+
"eslint-plugin-sf-plugin": "^1.20.22",
|
|
25
25
|
"oclif": "^4.17.46",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
27
27
|
"typescript": "^5.5.4"
|
|
@@ -3682,9 +3682,9 @@
|
|
|
3682
3682
|
}
|
|
3683
3683
|
},
|
|
3684
3684
|
"node_modules/@oclif/core": {
|
|
3685
|
-
"version": "4.
|
|
3686
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.
|
|
3687
|
-
"integrity": "sha512-
|
|
3685
|
+
"version": "4.3.0",
|
|
3686
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.0.tgz",
|
|
3687
|
+
"integrity": "sha512-lIzHY+JMP6evrS5E/sGijNnwrCoNtGy8703jWXcMuPOYKiFhWoAqnIm1BGgoRgmxczkbSfRsHUL/lwsSgh74Lw==",
|
|
3688
3688
|
"license": "MIT",
|
|
3689
3689
|
"dependencies": {
|
|
3690
3690
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3773,9 +3773,9 @@
|
|
|
3773
3773
|
}
|
|
3774
3774
|
},
|
|
3775
3775
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3776
|
-
"version": "5.2.
|
|
3777
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
|
3778
|
-
"integrity": "sha512-
|
|
3776
|
+
"version": "5.2.39",
|
|
3777
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.39.tgz",
|
|
3778
|
+
"integrity": "sha512-Fnos8nK3hwdwQ+mXich6Ckx0KHiQIvJXeD85xpYghbd14RUfFZueS5+56DO9JpW8O7z5N4q9w3TOqkO72iAJIw==",
|
|
3779
3779
|
"dev": true,
|
|
3780
3780
|
"license": "MIT",
|
|
3781
3781
|
"dependencies": {
|
|
@@ -4158,12 +4158,12 @@
|
|
|
4158
4158
|
}
|
|
4159
4159
|
},
|
|
4160
4160
|
"node_modules/@salesforce/core": {
|
|
4161
|
-
"version": "8.10.
|
|
4162
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.10.
|
|
4163
|
-
"integrity": "sha512-
|
|
4161
|
+
"version": "8.10.3",
|
|
4162
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.10.3.tgz",
|
|
4163
|
+
"integrity": "sha512-juqbU304TBrrjb8sZGw+QkeAJISKu4+v2XIMTCxGJoEjs4LLhsyI7/drxCUY+7FNye+veAGeJdn/PCxkKhSgcA==",
|
|
4164
4164
|
"license": "BSD-3-Clause",
|
|
4165
4165
|
"dependencies": {
|
|
4166
|
-
"@jsforce/jsforce-node": "^3.
|
|
4166
|
+
"@jsforce/jsforce-node": "^3.8.1",
|
|
4167
4167
|
"@salesforce/kit": "^3.2.2",
|
|
4168
4168
|
"@salesforce/schemas": "^1.9.0",
|
|
4169
4169
|
"@salesforce/ts-types": "^2.0.10",
|
|
@@ -4283,14 +4283,14 @@
|
|
|
4283
4283
|
}
|
|
4284
4284
|
},
|
|
4285
4285
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4286
|
-
"version": "3.1.
|
|
4287
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
4288
|
-
"integrity": "sha512-
|
|
4286
|
+
"version": "3.1.52",
|
|
4287
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.52.tgz",
|
|
4288
|
+
"integrity": "sha512-dsdbsnlRKHeDA1eknqHcl4s92eYK/ZZS19G2YA2C46yVg2hInTTJ0gzO/qgzGRADtphKUHM/ScIINVSwC/51Bw==",
|
|
4289
4289
|
"dev": true,
|
|
4290
4290
|
"license": "Apache-2.0",
|
|
4291
4291
|
"dependencies": {
|
|
4292
4292
|
"@oclif/core": "^4",
|
|
4293
|
-
"@salesforce/core": "^8.10.
|
|
4293
|
+
"@salesforce/core": "^8.10.1",
|
|
4294
4294
|
"@salesforce/kit": "^3.2.3",
|
|
4295
4295
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
4296
4296
|
"@salesforce/ts-types": "^2.0.11",
|
|
@@ -7897,13 +7897,13 @@
|
|
|
7897
7897
|
}
|
|
7898
7898
|
},
|
|
7899
7899
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
7900
|
-
"version": "1.20.
|
|
7901
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
7902
|
-
"integrity": "sha512-
|
|
7900
|
+
"version": "1.20.22",
|
|
7901
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.22.tgz",
|
|
7902
|
+
"integrity": "sha512-WSFeAT31guYZiu4UhxM/ye7lgfp+lEawE9AgFb85vkjqO6ma8x0yQLKx2CQtgsIM1t1RQrFUg11ODVLL1gh2eA==",
|
|
7903
7903
|
"dev": true,
|
|
7904
7904
|
"license": "BSD-3-Clause",
|
|
7905
7905
|
"dependencies": {
|
|
7906
|
-
"@salesforce/core": "^8.10.
|
|
7906
|
+
"@salesforce/core": "^8.10.1",
|
|
7907
7907
|
"@typescript-eslint/utils": "^7.18.0"
|
|
7908
7908
|
},
|
|
7909
7909
|
"engines": {
|
package/oclif.lock
CHANGED
|
@@ -1518,7 +1518,7 @@
|
|
|
1518
1518
|
"@jridgewell/resolve-uri" "^3.1.0"
|
|
1519
1519
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
|
1520
1520
|
|
|
1521
|
-
"@jsforce/jsforce-node@^3.
|
|
1521
|
+
"@jsforce/jsforce-node@^3.8.1":
|
|
1522
1522
|
version "3.8.1"
|
|
1523
1523
|
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.8.1.tgz#482fcf2820b48a6b10930d33550eb4e4cbd1e480"
|
|
1524
1524
|
integrity sha512-+IZZC7VfNjhkTyeAspBc4Z35Y5eAP0RIWQnyfKahsbY/aLjiFRIM9ejl1YbWbrbabf5ODFSUgBGmOiEYLW3f7Q==
|
|
@@ -1555,10 +1555,10 @@
|
|
|
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.2.10":
|
|
1559
|
-
version "4.
|
|
1560
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.
|
|
1561
|
-
integrity sha512-
|
|
1558
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10", "@oclif/core@^4.3.0":
|
|
1559
|
+
version "4.3.0"
|
|
1560
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.0.tgz#9a2951f05f81a4c7ae5ffcc00b2d720cca0898e6"
|
|
1561
|
+
integrity sha512-lIzHY+JMP6evrS5E/sGijNnwrCoNtGy8703jWXcMuPOYKiFhWoAqnIm1BGgoRgmxczkbSfRsHUL/lwsSgh74Lw==
|
|
1562
1562
|
dependencies:
|
|
1563
1563
|
ansi-escapes "^4.3.2"
|
|
1564
1564
|
ansis "^3.17.0"
|
|
@@ -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.2.
|
|
1583
|
-
version "5.2.
|
|
1584
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
|
1585
|
-
integrity sha512-
|
|
1582
|
+
"@oclif/plugin-command-snapshot@^5.2.39":
|
|
1583
|
+
version "5.2.39"
|
|
1584
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.39.tgz#988af7777afd743a612eef1c99778aab7c36a506"
|
|
1585
|
+
integrity sha512-Fnos8nK3hwdwQ+mXich6Ckx0KHiQIvJXeD85xpYghbd14RUfFZueS5+56DO9JpW8O7z5N4q9w3TOqkO72iAJIw==
|
|
1586
1586
|
dependencies:
|
|
1587
1587
|
"@oclif/core" "^4"
|
|
1588
1588
|
ansis "^3.17.0"
|
|
@@ -1680,12 +1680,12 @@
|
|
|
1680
1680
|
strip-ansi "6.0.1"
|
|
1681
1681
|
ts-retry-promise "^0.8.1"
|
|
1682
1682
|
|
|
1683
|
-
"@salesforce/core@^8.10.
|
|
1684
|
-
version "8.10.
|
|
1685
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.10.
|
|
1686
|
-
integrity sha512-
|
|
1683
|
+
"@salesforce/core@^8.10.1", "@salesforce/core@^8.10.3", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.5":
|
|
1684
|
+
version "8.10.3"
|
|
1685
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.10.3.tgz#3cc2c99d097757cb4b08dab921254cfa3a00c7c1"
|
|
1686
|
+
integrity sha512-juqbU304TBrrjb8sZGw+QkeAJISKu4+v2XIMTCxGJoEjs4LLhsyI7/drxCUY+7FNye+veAGeJdn/PCxkKhSgcA==
|
|
1687
1687
|
dependencies:
|
|
1688
|
-
"@jsforce/jsforce-node" "^3.
|
|
1688
|
+
"@jsforce/jsforce-node" "^3.8.1"
|
|
1689
1689
|
"@salesforce/kit" "^3.2.2"
|
|
1690
1690
|
"@salesforce/schemas" "^1.9.0"
|
|
1691
1691
|
"@salesforce/ts-types" "^2.0.10"
|
|
@@ -1748,13 +1748,13 @@
|
|
|
1748
1748
|
dependencies:
|
|
1749
1749
|
"@salesforce/ts-types" "^2.0.12"
|
|
1750
1750
|
|
|
1751
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1752
|
-
version "3.1.
|
|
1753
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1754
|
-
integrity sha512-
|
|
1751
|
+
"@salesforce/plugin-command-reference@^3.1.52":
|
|
1752
|
+
version "3.1.52"
|
|
1753
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.52.tgz#30ab766cd8bb8f66a8a636ee04f9d39717b8e5e6"
|
|
1754
|
+
integrity sha512-dsdbsnlRKHeDA1eknqHcl4s92eYK/ZZS19G2YA2C46yVg2hInTTJ0gzO/qgzGRADtphKUHM/ScIINVSwC/51Bw==
|
|
1755
1755
|
dependencies:
|
|
1756
1756
|
"@oclif/core" "^4"
|
|
1757
|
-
"@salesforce/core" "^8.10.
|
|
1757
|
+
"@salesforce/core" "^8.10.1"
|
|
1758
1758
|
"@salesforce/kit" "^3.2.3"
|
|
1759
1759
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
1760
1760
|
"@salesforce/ts-types" "^2.0.11"
|
|
@@ -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.22:
|
|
3965
|
+
version "1.20.22"
|
|
3966
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.22.tgz#d6454d3f6496163b7ca4756fed045edee6666ce1"
|
|
3967
|
+
integrity sha512-WSFeAT31guYZiu4UhxM/ye7lgfp+lEawE9AgFb85vkjqO6ma8x0yQLKx2CQtgsIM1t1RQrFUg11ODVLL1gh2eA==
|
|
3968
3968
|
dependencies:
|
|
3969
|
-
"@salesforce/core" "^8.10.
|
|
3969
|
+
"@salesforce/core" "^8.10.1"
|
|
3970
3970
|
"@typescript-eslint/utils" "^7.18.0"
|
|
3971
3971
|
|
|
3972
3972
|
eslint-plugin-unicorn@^50.0.1:
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
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.23",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@salesforce/core": "^8.10.
|
|
8
|
+
"@salesforce/core": "^8.10.3",
|
|
9
9
|
"@salesforce/kit": "^3.2.3",
|
|
10
10
|
"@salesforce/sf-plugins-core": "^12.2.1"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@jsforce/jsforce-node": "^3.8.1",
|
|
14
|
-
"@oclif/core": "^4.
|
|
15
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
14
|
+
"@oclif/core": "^4.3.0",
|
|
15
|
+
"@oclif/plugin-command-snapshot": "^5.2.39",
|
|
16
16
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
17
17
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
18
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
18
|
+
"@salesforce/plugin-command-reference": "^3.1.52",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.11",
|
|
20
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
20
|
+
"eslint-plugin-sf-plugin": "^1.20.22",
|
|
21
21
|
"oclif": "^4.17.46",
|
|
22
22
|
"ts-node": "^10.9.2",
|
|
23
23
|
"typescript": "^5.5.4"
|
|
@@ -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.23.crt",
|
|
209
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.23.sig"
|
|
210
210
|
}
|
|
211
211
|
}
|