@salesforce/plugin-community 3.2.12 → 3.2.13
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.13/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.13/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.13/src/commands/community/publish.ts)_
|
|
253
253
|
|
|
254
254
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-community",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.13",
|
|
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.13",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.26.6",
|
|
13
13
|
"@salesforce/core": "^7.3.9",
|
|
14
|
-
"@salesforce/kit": "^3.1.
|
|
14
|
+
"@salesforce/kit": "^3.1.2",
|
|
15
15
|
"@salesforce/sf-plugins-core": "^9.0.7"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
@@ -4287,9 +4287,9 @@
|
|
|
4287
4287
|
}
|
|
4288
4288
|
},
|
|
4289
4289
|
"node_modules/@salesforce/kit": {
|
|
4290
|
-
"version": "3.1.
|
|
4291
|
-
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.
|
|
4292
|
-
"integrity": "sha512-
|
|
4290
|
+
"version": "3.1.2",
|
|
4291
|
+
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.2.tgz",
|
|
4292
|
+
"integrity": "sha512-si+ddvZDgx9q5czxAANuK5xhz3pv+KGspQy1wyia/7HDPKadA0QZkLTzUnO1Ju4Mux32CNHEb2y9lw9jj+eVTA==",
|
|
4293
4293
|
"license": "BSD-3-Clause",
|
|
4294
4294
|
"dependencies": {
|
|
4295
4295
|
"@salesforce/ts-types": "^2.0.9",
|
package/oclif.lock
CHANGED
|
@@ -1820,10 +1820,10 @@
|
|
|
1820
1820
|
typescript "^5.4.3"
|
|
1821
1821
|
wireit "^0.14.4"
|
|
1822
1822
|
|
|
1823
|
-
"@salesforce/kit@^3.1.0", "@salesforce/kit@^3.1.1":
|
|
1824
|
-
version "3.1.
|
|
1825
|
-
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.
|
|
1826
|
-
integrity sha512-
|
|
1823
|
+
"@salesforce/kit@^3.1.0", "@salesforce/kit@^3.1.1", "@salesforce/kit@^3.1.2":
|
|
1824
|
+
version "3.1.2"
|
|
1825
|
+
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.2.tgz#270741c54c70969df19ef17f8979b4ef1fa664b2"
|
|
1826
|
+
integrity sha512-si+ddvZDgx9q5czxAANuK5xhz3pv+KGspQy1wyia/7HDPKadA0QZkLTzUnO1Ju4Mux32CNHEb2y9lw9jj+eVTA==
|
|
1827
1827
|
dependencies:
|
|
1828
1828
|
"@salesforce/ts-types" "^2.0.9"
|
|
1829
1829
|
tslib "^2.6.2"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
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.13",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^3.26.6",
|
|
9
9
|
"@salesforce/core": "^7.3.9",
|
|
10
|
-
"@salesforce/kit": "^3.1.
|
|
10
|
+
"@salesforce/kit": "^3.1.2",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^9.0.7"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
@@ -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.13.crt",
|
|
208
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.2.13.sig"
|
|
209
209
|
}
|
|
210
210
|
}
|