@salesforce/plugin-community 3.2.2 → 3.2.3
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 +6 -6
- package/oclif.lock +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.2.
|
|
168
|
+
_See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.3/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.2.
|
|
203
|
+
_See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.3/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.2.
|
|
252
|
+
_See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.3/src/commands/community/publish.ts)_
|
|
253
253
|
|
|
254
254
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-community",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-community",
|
|
9
|
-
"version": "3.2.
|
|
9
|
+
"version": "3.2.3",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.26.2",
|
|
13
|
-
"@salesforce/core": "^7.0
|
|
13
|
+
"@salesforce/core": "^7.2.0",
|
|
14
14
|
"@salesforce/kit": "^3.1.0",
|
|
15
15
|
"@salesforce/sf-plugins-core": "^9.0.1"
|
|
16
16
|
},
|
|
@@ -3601,9 +3601,9 @@
|
|
|
3601
3601
|
}
|
|
3602
3602
|
},
|
|
3603
3603
|
"node_modules/@salesforce/core": {
|
|
3604
|
-
"version": "7.
|
|
3605
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.
|
|
3606
|
-
"integrity": "sha512-
|
|
3604
|
+
"version": "7.2.0",
|
|
3605
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.2.0.tgz",
|
|
3606
|
+
"integrity": "sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==",
|
|
3607
3607
|
"license": "BSD-3-Clause",
|
|
3608
3608
|
"dependencies": {
|
|
3609
3609
|
"@jsforce/jsforce-node": "^3.1.0",
|
package/oclif.lock
CHANGED
|
@@ -1476,10 +1476,10 @@
|
|
|
1476
1476
|
semver "^7.6.0"
|
|
1477
1477
|
ts-retry-promise "^0.7.1"
|
|
1478
1478
|
|
|
1479
|
-
"@salesforce/core@^7.0.0", "@salesforce/core@^7.0
|
|
1480
|
-
version "7.
|
|
1481
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.
|
|
1482
|
-
integrity sha512-
|
|
1479
|
+
"@salesforce/core@^7.0.0", "@salesforce/core@^7.2.0":
|
|
1480
|
+
version "7.2.0"
|
|
1481
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.2.0.tgz#5034c8a1104e5feb0c2c96609a98e8f63e6f8676"
|
|
1482
|
+
integrity sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==
|
|
1483
1483
|
dependencies:
|
|
1484
1484
|
"@jsforce/jsforce-node" "^3.1.0"
|
|
1485
1485
|
"@salesforce/kit" "^3.1.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
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.2.
|
|
4
|
+
"version": "3.2.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^3.26.2",
|
|
9
|
-
"@salesforce/core": "^7.0
|
|
9
|
+
"@salesforce/core": "^7.2.0",
|
|
10
10
|
"@salesforce/kit": "^3.1.0",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^9.0.1"
|
|
12
12
|
},
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
"exports": "./lib/index.js",
|
|
205
205
|
"type": "module",
|
|
206
206
|
"sfdx": {
|
|
207
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.2.
|
|
208
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.2.
|
|
207
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.2.3.crt",
|
|
208
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.2.3.sig"
|
|
209
209
|
}
|
|
210
210
|
}
|