@salesforce/plugin-community 3.3.3 → 3.3.4
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.3.
|
|
168
|
+
_See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.4/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.4/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.4/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.4",
|
|
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.4",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@salesforce/core": "^8.
|
|
12
|
+
"@salesforce/core": "^8.8.0",
|
|
13
13
|
"@salesforce/kit": "^3.2.3",
|
|
14
14
|
"@salesforce/sf-plugins-core": "^12.0.11"
|
|
15
15
|
},
|
|
@@ -3412,9 +3412,9 @@
|
|
|
3412
3412
|
}
|
|
3413
3413
|
},
|
|
3414
3414
|
"node_modules/@salesforce/core": {
|
|
3415
|
-
"version": "8.
|
|
3416
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
3417
|
-
"integrity": "sha512-
|
|
3415
|
+
"version": "8.8.0",
|
|
3416
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.8.0.tgz",
|
|
3417
|
+
"integrity": "sha512-HWGdRiy/MPCJ2KHz+W+cnqx0O9xhx9+QYvwP8bn9PE27wj0A/NjTi4xrqIWk1M+fE4dXHycE+8qPf4b540euvg==",
|
|
3418
3418
|
"license": "BSD-3-Clause",
|
|
3419
3419
|
"dependencies": {
|
|
3420
3420
|
"@jsforce/jsforce-node": "^3.6.1",
|
package/oclif.lock
CHANGED
|
@@ -1487,10 +1487,10 @@
|
|
|
1487
1487
|
strip-ansi "6.0.1"
|
|
1488
1488
|
ts-retry-promise "^0.8.1"
|
|
1489
1489
|
|
|
1490
|
-
"@salesforce/core@^8.5.1", "@salesforce/core@^8.6.
|
|
1491
|
-
version "8.
|
|
1492
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
1493
|
-
integrity sha512-
|
|
1490
|
+
"@salesforce/core@^8.5.1", "@salesforce/core@^8.6.4", "@salesforce/core@^8.8.0":
|
|
1491
|
+
version "8.8.0"
|
|
1492
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.0.tgz#849c07ea3a2548ca201fc0fe8baef9b36a462194"
|
|
1493
|
+
integrity sha512-HWGdRiy/MPCJ2KHz+W+cnqx0O9xhx9+QYvwP8bn9PE27wj0A/NjTi4xrqIWk1M+fE4dXHycE+8qPf4b540euvg==
|
|
1494
1494
|
dependencies:
|
|
1495
1495
|
"@jsforce/jsforce-node" "^3.6.1"
|
|
1496
1496
|
"@salesforce/kit" "^3.2.2"
|
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.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@salesforce/core": "^8.
|
|
8
|
+
"@salesforce/core": "^8.8.0",
|
|
9
9
|
"@salesforce/kit": "^3.2.3",
|
|
10
10
|
"@salesforce/sf-plugins-core": "^12.0.11"
|
|
11
11
|
},
|
|
@@ -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.3.
|
|
208
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.
|
|
207
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.4.crt",
|
|
208
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.4.sig"
|
|
209
209
|
}
|
|
210
210
|
}
|