@salesforce/plugin-community 3.3.33 → 3.3.34
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 +16 -16
- package/oclif.lock +15 -15
- 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.34/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.34/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.34/src/commands/community/publish.ts)_
|
|
253
253
|
|
|
254
254
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-community",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.34",
|
|
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.34",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@salesforce/core": "^8.18.
|
|
12
|
+
"@salesforce/core": "^8.18.6",
|
|
13
13
|
"@salesforce/kit": "^3.2.3",
|
|
14
14
|
"@salesforce/sf-plugins-core": "^12.2.3"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@jsforce/jsforce-node": "^3.9.
|
|
17
|
+
"@jsforce/jsforce-node": "^3.9.4",
|
|
18
18
|
"@oclif/core": "^4.5.2",
|
|
19
19
|
"@oclif/plugin-command-snapshot": "^5.3.4",
|
|
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.61",
|
|
23
23
|
"@salesforce/ts-types": "^2.0.11",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.20.29",
|
|
25
25
|
"oclif": "^4.21.0",
|
|
@@ -3588,9 +3588,9 @@
|
|
|
3588
3588
|
}
|
|
3589
3589
|
},
|
|
3590
3590
|
"node_modules/@jsforce/jsforce-node": {
|
|
3591
|
-
"version": "3.
|
|
3592
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.
|
|
3593
|
-
"integrity": "sha512-
|
|
3591
|
+
"version": "3.10.0",
|
|
3592
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.0.tgz",
|
|
3593
|
+
"integrity": "sha512-hNExEqzvJ/ixnsfZlrYh/FqEOYfn4vKmeBMqIdrEjeYciIsSaOeggghFl+1w0m2u7TNGr1+8jPUBvki3nebPSw==",
|
|
3594
3594
|
"license": "MIT",
|
|
3595
3595
|
"dependencies": {
|
|
3596
3596
|
"@sindresorhus/is": "^4",
|
|
@@ -3598,7 +3598,7 @@
|
|
|
3598
3598
|
"csv-parse": "^5.5.2",
|
|
3599
3599
|
"csv-stringify": "^6.4.4",
|
|
3600
3600
|
"faye": "^1.4.0",
|
|
3601
|
-
"form-data": "^4.0.
|
|
3601
|
+
"form-data": "^4.0.4",
|
|
3602
3602
|
"https-proxy-agent": "^5.0.0",
|
|
3603
3603
|
"multistream": "^3.1.0",
|
|
3604
3604
|
"node-fetch": "^2.6.1",
|
|
@@ -4126,12 +4126,12 @@
|
|
|
4126
4126
|
}
|
|
4127
4127
|
},
|
|
4128
4128
|
"node_modules/@salesforce/core": {
|
|
4129
|
-
"version": "8.18.
|
|
4130
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.18.
|
|
4131
|
-
"integrity": "sha512-
|
|
4129
|
+
"version": "8.18.6",
|
|
4130
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.18.6.tgz",
|
|
4131
|
+
"integrity": "sha512-FogwH8DlwJ7cWsTGgQgr+ny1PJMLrwYtPdwR11ACkVjn9u1Qqn/RxYvzMrimbNZuiZJs6qrLNaye8tau+g3Y4Q==",
|
|
4132
4132
|
"license": "BSD-3-Clause",
|
|
4133
4133
|
"dependencies": {
|
|
4134
|
-
"@jsforce/jsforce-node": "^3.
|
|
4134
|
+
"@jsforce/jsforce-node": "^3.10.0",
|
|
4135
4135
|
"@salesforce/kit": "^3.2.2",
|
|
4136
4136
|
"@salesforce/schemas": "^1.9.0",
|
|
4137
4137
|
"@salesforce/ts-types": "^2.0.10",
|
|
@@ -4286,9 +4286,9 @@
|
|
|
4286
4286
|
}
|
|
4287
4287
|
},
|
|
4288
4288
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4289
|
-
"version": "3.1.
|
|
4290
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
4291
|
-
"integrity": "sha512-
|
|
4289
|
+
"version": "3.1.61",
|
|
4290
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.61.tgz",
|
|
4291
|
+
"integrity": "sha512-puehSjSfqf14W/SvpX+7hGcjVYyVYMs1HSWb9ISVayDVvosDx1gnNLj4fJMpzb0x5upT9E5Gifw9NKiwodnXKw==",
|
|
4292
4292
|
"dev": true,
|
|
4293
4293
|
"license": "Apache-2.0",
|
|
4294
4294
|
"dependencies": {
|
package/oclif.lock
CHANGED
|
@@ -1555,17 +1555,17 @@
|
|
|
1555
1555
|
"@jridgewell/resolve-uri" "^3.1.0"
|
|
1556
1556
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
|
1557
1557
|
|
|
1558
|
-
"@jsforce/jsforce-node@^3.9.
|
|
1559
|
-
version "3.
|
|
1560
|
-
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.
|
|
1561
|
-
integrity sha512-
|
|
1558
|
+
"@jsforce/jsforce-node@^3.10.0", "@jsforce/jsforce-node@^3.9.4":
|
|
1559
|
+
version "3.10.0"
|
|
1560
|
+
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.0.tgz#1bf75e9d322434f99fc38a3b60738205051144c5"
|
|
1561
|
+
integrity sha512-hNExEqzvJ/ixnsfZlrYh/FqEOYfn4vKmeBMqIdrEjeYciIsSaOeggghFl+1w0m2u7TNGr1+8jPUBvki3nebPSw==
|
|
1562
1562
|
dependencies:
|
|
1563
1563
|
"@sindresorhus/is" "^4"
|
|
1564
1564
|
base64url "^3.0.1"
|
|
1565
1565
|
csv-parse "^5.5.2"
|
|
1566
1566
|
csv-stringify "^6.4.4"
|
|
1567
1567
|
faye "^1.4.0"
|
|
1568
|
-
form-data "^4.0.
|
|
1568
|
+
form-data "^4.0.4"
|
|
1569
1569
|
https-proxy-agent "^5.0.0"
|
|
1570
1570
|
multistream "^3.1.0"
|
|
1571
1571
|
node-fetch "^2.6.1"
|
|
@@ -1717,12 +1717,12 @@
|
|
|
1717
1717
|
strip-ansi "6.0.1"
|
|
1718
1718
|
ts-retry-promise "^0.8.1"
|
|
1719
1719
|
|
|
1720
|
-
"@salesforce/core@^8.14.0", "@salesforce/core@^8.15.0", "@salesforce/core@^8.18.1", "@salesforce/core@^8.18.
|
|
1721
|
-
version "8.18.
|
|
1722
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.18.
|
|
1723
|
-
integrity sha512-
|
|
1720
|
+
"@salesforce/core@^8.14.0", "@salesforce/core@^8.15.0", "@salesforce/core@^8.18.1", "@salesforce/core@^8.18.6", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
|
1721
|
+
version "8.18.6"
|
|
1722
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.18.6.tgz#c6f406be4fa127fe29e65aa59120f60135e92bd0"
|
|
1723
|
+
integrity sha512-FogwH8DlwJ7cWsTGgQgr+ny1PJMLrwYtPdwR11ACkVjn9u1Qqn/RxYvzMrimbNZuiZJs6qrLNaye8tau+g3Y4Q==
|
|
1724
1724
|
dependencies:
|
|
1725
|
-
"@jsforce/jsforce-node" "^3.
|
|
1725
|
+
"@jsforce/jsforce-node" "^3.10.0"
|
|
1726
1726
|
"@salesforce/kit" "^3.2.2"
|
|
1727
1727
|
"@salesforce/schemas" "^1.9.0"
|
|
1728
1728
|
"@salesforce/ts-types" "^2.0.10"
|
|
@@ -1785,10 +1785,10 @@
|
|
|
1785
1785
|
dependencies:
|
|
1786
1786
|
"@salesforce/ts-types" "^2.0.12"
|
|
1787
1787
|
|
|
1788
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1789
|
-
version "3.1.
|
|
1790
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1791
|
-
integrity sha512-
|
|
1788
|
+
"@salesforce/plugin-command-reference@^3.1.61":
|
|
1789
|
+
version "3.1.61"
|
|
1790
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.61.tgz#0fc24952dd05f0bf7bd79f27febd4fca4c7caf8a"
|
|
1791
|
+
integrity sha512-puehSjSfqf14W/SvpX+7hGcjVYyVYMs1HSWb9ISVayDVvosDx1gnNLj4fJMpzb0x5upT9E5Gifw9NKiwodnXKw==
|
|
1792
1792
|
dependencies:
|
|
1793
1793
|
"@oclif/core" "^4"
|
|
1794
1794
|
"@salesforce/core" "^8.14.0"
|
|
@@ -4497,7 +4497,7 @@ form-data-encoder@^2.1.2:
|
|
|
4497
4497
|
resolved "https://registry.yarnpkg.com/form-data-encoder/-/form-data-encoder-2.1.4.tgz#261ea35d2a70d48d30ec7a9603130fa5515e9cd5"
|
|
4498
4498
|
integrity sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==
|
|
4499
4499
|
|
|
4500
|
-
form-data@^4.0.
|
|
4500
|
+
form-data@^4.0.4:
|
|
4501
4501
|
version "4.0.4"
|
|
4502
4502
|
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
|
|
4503
4503
|
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
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.34",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@salesforce/core": "^8.18.
|
|
8
|
+
"@salesforce/core": "^8.18.6",
|
|
9
9
|
"@salesforce/kit": "^3.2.3",
|
|
10
10
|
"@salesforce/sf-plugins-core": "^12.2.3"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"@jsforce/jsforce-node": "^3.9.
|
|
13
|
+
"@jsforce/jsforce-node": "^3.9.4",
|
|
14
14
|
"@oclif/core": "^4.5.2",
|
|
15
15
|
"@oclif/plugin-command-snapshot": "^5.3.4",
|
|
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.61",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.11",
|
|
20
20
|
"eslint-plugin-sf-plugin": "^1.20.29",
|
|
21
21
|
"oclif": "^4.21.0",
|
|
@@ -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.34.crt",
|
|
209
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.34.sig"
|
|
210
210
|
}
|
|
211
211
|
}
|