@salesforce/plugin-community 3.3.0 → 3.3.1
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 +10 -10
- package/oclif.lock +9 -9
- 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.1/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.1/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.1/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.3.
|
|
3
|
+
"version": "3.3.1",
|
|
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.1",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@salesforce/core": "^8.6.2",
|
|
13
13
|
"@salesforce/kit": "^3.2.3",
|
|
14
|
-
"@salesforce/sf-plugins-core": "^12.0.
|
|
14
|
+
"@salesforce/sf-plugins-core": "^12.0.9"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@jsforce/jsforce-node": "^3.5.2",
|
|
@@ -2957,9 +2957,9 @@
|
|
|
2957
2957
|
}
|
|
2958
2958
|
},
|
|
2959
2959
|
"node_modules/@oclif/table": {
|
|
2960
|
-
"version": "0.2.
|
|
2961
|
-
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.2.
|
|
2962
|
-
"integrity": "sha512
|
|
2960
|
+
"version": "0.2.2",
|
|
2961
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.2.2.tgz",
|
|
2962
|
+
"integrity": "sha512-wKWkPcZ00k3v1ZgaX0MB1LR1HR227ZtFv/zgElGwVSTvvRLe1r5VHple7nmZA+7zJkRO7ko09IPUlxezDu2D3A==",
|
|
2963
2963
|
"license": "MIT",
|
|
2964
2964
|
"dependencies": {
|
|
2965
2965
|
"@oclif/core": "^4",
|
|
@@ -3422,15 +3422,15 @@
|
|
|
3422
3422
|
"license": "ISC"
|
|
3423
3423
|
},
|
|
3424
3424
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
3425
|
-
"version": "12.0.
|
|
3426
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.
|
|
3427
|
-
"integrity": "sha512-
|
|
3425
|
+
"version": "12.0.9",
|
|
3426
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.9.tgz",
|
|
3427
|
+
"integrity": "sha512-CklAvBje/t+a85Djp961Ly84Yeh3+jF5n9G7Uy3NniUqJ6WwQc2M4jy+nTbqsRxomEuEb60AP3/rPQH9eBO7KA==",
|
|
3428
3428
|
"license": "BSD-3-Clause",
|
|
3429
3429
|
"dependencies": {
|
|
3430
3430
|
"@inquirer/confirm": "^3.1.22",
|
|
3431
3431
|
"@inquirer/password": "^2.2.0",
|
|
3432
3432
|
"@oclif/core": "^4.0.27",
|
|
3433
|
-
"@oclif/table": "^0.2.
|
|
3433
|
+
"@oclif/table": "^0.2.2",
|
|
3434
3434
|
"@salesforce/core": "^8.5.1",
|
|
3435
3435
|
"@salesforce/kit": "^3.2.3",
|
|
3436
3436
|
"@salesforce/ts-types": "^2.0.12",
|
package/oclif.lock
CHANGED
|
@@ -1333,10 +1333,10 @@
|
|
|
1333
1333
|
http-call "^5.2.2"
|
|
1334
1334
|
lodash "^4.17.21"
|
|
1335
1335
|
|
|
1336
|
-
"@oclif/table@^0.2.
|
|
1337
|
-
version "0.2.
|
|
1338
|
-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.2.
|
|
1339
|
-
integrity sha512
|
|
1336
|
+
"@oclif/table@^0.2.2":
|
|
1337
|
+
version "0.2.2"
|
|
1338
|
+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.2.2.tgz#057f1f86c51a5a4239dbd0a71d3fe4056d8d95f5"
|
|
1339
|
+
integrity sha512-wKWkPcZ00k3v1ZgaX0MB1LR1HR227ZtFv/zgElGwVSTvvRLe1r5VHple7nmZA+7zJkRO7ko09IPUlxezDu2D3A==
|
|
1340
1340
|
dependencies:
|
|
1341
1341
|
"@oclif/core" "^4"
|
|
1342
1342
|
"@types/react" "^18.3.11"
|
|
@@ -1480,15 +1480,15 @@
|
|
|
1480
1480
|
string-width "^7.2.0"
|
|
1481
1481
|
terminal-link "^3.0.0"
|
|
1482
1482
|
|
|
1483
|
-
"@salesforce/sf-plugins-core@^12.0.
|
|
1484
|
-
version "12.0.
|
|
1485
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.
|
|
1486
|
-
integrity sha512-
|
|
1483
|
+
"@salesforce/sf-plugins-core@^12.0.9":
|
|
1484
|
+
version "12.0.9"
|
|
1485
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.9.tgz#8a48828924d7e7fd2b402188077e87f4fa424156"
|
|
1486
|
+
integrity sha512-CklAvBje/t+a85Djp961Ly84Yeh3+jF5n9G7Uy3NniUqJ6WwQc2M4jy+nTbqsRxomEuEb60AP3/rPQH9eBO7KA==
|
|
1487
1487
|
dependencies:
|
|
1488
1488
|
"@inquirer/confirm" "^3.1.22"
|
|
1489
1489
|
"@inquirer/password" "^2.2.0"
|
|
1490
1490
|
"@oclif/core" "^4.0.27"
|
|
1491
|
-
"@oclif/table" "^0.2.
|
|
1491
|
+
"@oclif/table" "^0.2.2"
|
|
1492
1492
|
"@salesforce/core" "^8.5.1"
|
|
1493
1493
|
"@salesforce/kit" "^3.2.3"
|
|
1494
1494
|
"@salesforce/ts-types" "^2.0.12"
|
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.3.
|
|
4
|
+
"version": "3.3.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@salesforce/core": "^8.6.2",
|
|
9
9
|
"@salesforce/kit": "^3.2.3",
|
|
10
|
-
"@salesforce/sf-plugins-core": "^12.0.
|
|
10
|
+
"@salesforce/sf-plugins-core": "^12.0.9"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@jsforce/jsforce-node": "^3.5.2",
|
|
@@ -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.1.crt",
|
|
208
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.1.sig"
|
|
209
209
|
}
|
|
210
210
|
}
|