@salesforce/plugin-community 3.3.39 → 3.3.40
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 +7 -7
- 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.40/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.40/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.40/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.3.
|
|
3
|
+
"version": "3.3.40",
|
|
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.40",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@salesforce/core": "^8.23.0",
|
|
13
|
-
"@salesforce/kit": "^3.2.
|
|
13
|
+
"@salesforce/kit": "^3.2.4",
|
|
14
14
|
"@salesforce/sf-plugins-core": "^12.2.4"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
@@ -3722,10 +3722,10 @@
|
|
|
3722
3722
|
"license": "MIT"
|
|
3723
3723
|
},
|
|
3724
3724
|
"node_modules/@salesforce/kit": {
|
|
3725
|
-
"version": "3.2.
|
|
3726
|
-
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.2.
|
|
3727
|
-
"integrity": "sha512-
|
|
3728
|
-
"license": "
|
|
3725
|
+
"version": "3.2.4",
|
|
3726
|
+
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.2.4.tgz",
|
|
3727
|
+
"integrity": "sha512-9buqZ2puIGWqjUFWYNroSeNih4d1s9kdQAzZfutr/Re/JMl6xBct0ATO5LVb1ty5UhdBruJrVaiTg03PqVKU+Q==",
|
|
3728
|
+
"license": "Apache-2.0",
|
|
3729
3729
|
"dependencies": {
|
|
3730
3730
|
"@salesforce/ts-types": "^2.0.12"
|
|
3731
3731
|
}
|
package/oclif.lock
CHANGED
|
@@ -1558,10 +1558,10 @@
|
|
|
1558
1558
|
typescript "^5.5.4"
|
|
1559
1559
|
wireit "^0.14.12"
|
|
1560
1560
|
|
|
1561
|
-
"@salesforce/kit@^3.2.2", "@salesforce/kit@^3.2.3":
|
|
1562
|
-
version "3.2.
|
|
1563
|
-
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.
|
|
1564
|
-
integrity sha512-
|
|
1561
|
+
"@salesforce/kit@^3.2.2", "@salesforce/kit@^3.2.3", "@salesforce/kit@^3.2.4":
|
|
1562
|
+
version "3.2.4"
|
|
1563
|
+
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.4.tgz#69fb56974685e41d26ae5db30a7261acdc731bb6"
|
|
1564
|
+
integrity sha512-9buqZ2puIGWqjUFWYNroSeNih4d1s9kdQAzZfutr/Re/JMl6xBct0ATO5LVb1ty5UhdBruJrVaiTg03PqVKU+Q==
|
|
1565
1565
|
dependencies:
|
|
1566
1566
|
"@salesforce/ts-types" "^2.0.12"
|
|
1567
1567
|
|
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.3.
|
|
4
|
+
"version": "3.3.40",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@salesforce/core": "^8.23.0",
|
|
9
|
-
"@salesforce/kit": "^3.2.
|
|
9
|
+
"@salesforce/kit": "^3.2.4",
|
|
10
10
|
"@salesforce/sf-plugins-core": "^12.2.4"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
@@ -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.40.crt",
|
|
209
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.40.sig"
|
|
210
210
|
}
|
|
211
211
|
}
|