@salesforce/plugin-community 3.3.5 → 3.3.6
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 +20 -20
- package/oclif.lock +18 -18
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
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.6/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.6/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.6/src/commands/community/publish.ts)_
|
|
253
253
|
|
|
254
254
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-community",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.6",
|
|
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.6",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@salesforce/core": "^8.8.0",
|
|
13
13
|
"@salesforce/kit": "^3.2.3",
|
|
14
|
-
"@salesforce/sf-plugins-core": "^12.0
|
|
14
|
+
"@salesforce/sf-plugins-core": "^12.1.0"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@jsforce/jsforce-node": "^3.6.2",
|
|
18
|
-
"@oclif/core": "^4.0.
|
|
18
|
+
"@oclif/core": "^4.0.33",
|
|
19
19
|
"@oclif/plugin-command-snapshot": "^5.2.22",
|
|
20
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
20
|
+
"@salesforce/cli-plugins-testkit": "^5.3.38",
|
|
21
21
|
"@salesforce/dev-scripts": "^10.2.11",
|
|
22
22
|
"@salesforce/plugin-command-reference": "^3.1.34",
|
|
23
23
|
"@salesforce/ts-types": "^2.0.11",
|
|
24
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
24
|
+
"eslint-plugin-sf-plugin": "^1.20.13",
|
|
25
25
|
"oclif": "^4.15.24",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
27
27
|
"typescript": "^5.5.4"
|
|
@@ -3107,9 +3107,9 @@
|
|
|
3107
3107
|
}
|
|
3108
3108
|
},
|
|
3109
3109
|
"node_modules/@oclif/core": {
|
|
3110
|
-
"version": "4.0.
|
|
3111
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
3112
|
-
"integrity": "sha512-
|
|
3110
|
+
"version": "4.0.33",
|
|
3111
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.33.tgz",
|
|
3112
|
+
"integrity": "sha512-NoTDwJ2L/ywpsSjcN7jAAHf3m70Px4Yim2SJrm16r70XpnfbNOdlj1x0HEJ0t95gfD+p/y5uy+qPT/VXTh/1gw==",
|
|
3113
3113
|
"license": "MIT",
|
|
3114
3114
|
"dependencies": {
|
|
3115
3115
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3463,13 +3463,13 @@
|
|
|
3463
3463
|
}
|
|
3464
3464
|
},
|
|
3465
3465
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
3466
|
-
"version": "5.3.
|
|
3467
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
3468
|
-
"integrity": "sha512-
|
|
3466
|
+
"version": "5.3.38",
|
|
3467
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.38.tgz",
|
|
3468
|
+
"integrity": "sha512-wNLEEk5SCeTsNhd0RM8zxTv8sEuuSLowjVN9jlP8H50/unGHKAsfsc/7ZJpi78U3T4tgxbGXdneOo8WpaZe4zg==",
|
|
3469
3469
|
"dev": true,
|
|
3470
3470
|
"license": "BSD-3-Clause",
|
|
3471
3471
|
"dependencies": {
|
|
3472
|
-
"@salesforce/core": "^8.
|
|
3472
|
+
"@salesforce/core": "^8.8.0",
|
|
3473
3473
|
"@salesforce/kit": "^3.2.3",
|
|
3474
3474
|
"@salesforce/ts-types": "^2.0.11",
|
|
3475
3475
|
"@types/shelljs": "^0.8.15",
|
|
@@ -3823,9 +3823,9 @@
|
|
|
3823
3823
|
"license": "ISC"
|
|
3824
3824
|
},
|
|
3825
3825
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
3826
|
-
"version": "12.0
|
|
3827
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.
|
|
3828
|
-
"integrity": "sha512-
|
|
3826
|
+
"version": "12.1.0",
|
|
3827
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.0.tgz",
|
|
3828
|
+
"integrity": "sha512-xJXF0WE+4lq2kb/w24wcZc+76EUCIKv7dj1oATugk9JFzYKySdC1smzCY/BhPGzMQGvXcbkWo5PG5iXDBrtwYQ==",
|
|
3829
3829
|
"license": "BSD-3-Clause",
|
|
3830
3830
|
"dependencies": {
|
|
3831
3831
|
"@inquirer/confirm": "^3.1.22",
|
|
@@ -7300,13 +7300,13 @@
|
|
|
7300
7300
|
}
|
|
7301
7301
|
},
|
|
7302
7302
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
7303
|
-
"version": "1.20.
|
|
7304
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
7305
|
-
"integrity": "sha512
|
|
7303
|
+
"version": "1.20.13",
|
|
7304
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.13.tgz",
|
|
7305
|
+
"integrity": "sha512-jGiQn55k7TDPgpz9Wr2heNbyjGkFvpy+rgBMj7zDWSSJPLLePsLYF2CI4twF9lufQDzLxnO+BNUr+ZkChy+/TQ==",
|
|
7306
7306
|
"dev": true,
|
|
7307
7307
|
"license": "BSD-3-Clause",
|
|
7308
7308
|
"dependencies": {
|
|
7309
|
-
"@salesforce/core": "^8.
|
|
7309
|
+
"@salesforce/core": "^8.8.0",
|
|
7310
7310
|
"@typescript-eslint/utils": "^7.18.0"
|
|
7311
7311
|
},
|
|
7312
7312
|
"engines": {
|
package/oclif.lock
CHANGED
|
@@ -1369,10 +1369,10 @@
|
|
|
1369
1369
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1370
1370
|
fastq "^1.6.0"
|
|
1371
1371
|
|
|
1372
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.0.32":
|
|
1373
|
-
version "4.0.
|
|
1374
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.
|
|
1375
|
-
integrity sha512-
|
|
1372
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.0.32", "@oclif/core@^4.0.33":
|
|
1373
|
+
version "4.0.33"
|
|
1374
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.33.tgz#fcaf3dd2850c5999de20459a1445d31a230cd24b"
|
|
1375
|
+
integrity sha512-NoTDwJ2L/ywpsSjcN7jAAHf3m70Px4Yim2SJrm16r70XpnfbNOdlj1x0HEJ0t95gfD+p/y5uy+qPT/VXTh/1gw==
|
|
1376
1376
|
dependencies:
|
|
1377
1377
|
ansi-escapes "^4.3.2"
|
|
1378
1378
|
ansis "^3.3.2"
|
|
@@ -1479,12 +1479,12 @@
|
|
|
1479
1479
|
"@pnpm/network.ca-file" "^1.0.1"
|
|
1480
1480
|
config-chain "^1.1.11"
|
|
1481
1481
|
|
|
1482
|
-
"@salesforce/cli-plugins-testkit@^5.3.
|
|
1483
|
-
version "5.3.
|
|
1484
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
1485
|
-
integrity sha512-
|
|
1482
|
+
"@salesforce/cli-plugins-testkit@^5.3.38":
|
|
1483
|
+
version "5.3.38"
|
|
1484
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.38.tgz#ab34836662cf5aa1cb4d53e4b994fc750df206e5"
|
|
1485
|
+
integrity sha512-wNLEEk5SCeTsNhd0RM8zxTv8sEuuSLowjVN9jlP8H50/unGHKAsfsc/7ZJpi78U3T4tgxbGXdneOo8WpaZe4zg==
|
|
1486
1486
|
dependencies:
|
|
1487
|
-
"@salesforce/core" "^8.
|
|
1487
|
+
"@salesforce/core" "^8.8.0"
|
|
1488
1488
|
"@salesforce/kit" "^3.2.3"
|
|
1489
1489
|
"@salesforce/ts-types" "^2.0.11"
|
|
1490
1490
|
"@types/shelljs" "^0.8.15"
|
|
@@ -1605,10 +1605,10 @@
|
|
|
1605
1605
|
string-width "^7.2.0"
|
|
1606
1606
|
terminal-link "^3.0.0"
|
|
1607
1607
|
|
|
1608
|
-
"@salesforce/sf-plugins-core@^12.0
|
|
1609
|
-
version "12.0
|
|
1610
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.
|
|
1611
|
-
integrity sha512-
|
|
1608
|
+
"@salesforce/sf-plugins-core@^12.1.0":
|
|
1609
|
+
version "12.1.0"
|
|
1610
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.0.tgz#874531acb39755a634ceda5de6462c3b6256baf6"
|
|
1611
|
+
integrity sha512-xJXF0WE+4lq2kb/w24wcZc+76EUCIKv7dj1oATugk9JFzYKySdC1smzCY/BhPGzMQGvXcbkWo5PG5iXDBrtwYQ==
|
|
1612
1612
|
dependencies:
|
|
1613
1613
|
"@inquirer/confirm" "^3.1.22"
|
|
1614
1614
|
"@inquirer/password" "^2.2.0"
|
|
@@ -3769,12 +3769,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
3769
3769
|
semver "^7.5.4"
|
|
3770
3770
|
spdx-expression-parse "^4.0.0"
|
|
3771
3771
|
|
|
3772
|
-
eslint-plugin-sf-plugin@^1.20.
|
|
3773
|
-
version "1.20.
|
|
3774
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
3775
|
-
integrity sha512
|
|
3772
|
+
eslint-plugin-sf-plugin@^1.20.13:
|
|
3773
|
+
version "1.20.13"
|
|
3774
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.13.tgz#cebe116f1c8c44595ae67e0e1c9dc61f86f69652"
|
|
3775
|
+
integrity sha512-jGiQn55k7TDPgpz9Wr2heNbyjGkFvpy+rgBMj7zDWSSJPLLePsLYF2CI4twF9lufQDzLxnO+BNUr+ZkChy+/TQ==
|
|
3776
3776
|
dependencies:
|
|
3777
|
-
"@salesforce/core" "^8.
|
|
3777
|
+
"@salesforce/core" "^8.8.0"
|
|
3778
3778
|
"@typescript-eslint/utils" "^7.18.0"
|
|
3779
3779
|
|
|
3780
3780
|
eslint-plugin-unicorn@^50.0.1:
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
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.6",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@salesforce/core": "^8.8.0",
|
|
9
9
|
"@salesforce/kit": "^3.2.3",
|
|
10
|
-
"@salesforce/sf-plugins-core": "^12.0
|
|
10
|
+
"@salesforce/sf-plugins-core": "^12.1.0"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@jsforce/jsforce-node": "^3.6.2",
|
|
14
|
-
"@oclif/core": "^4.0.
|
|
14
|
+
"@oclif/core": "^4.0.33",
|
|
15
15
|
"@oclif/plugin-command-snapshot": "^5.2.22",
|
|
16
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
16
|
+
"@salesforce/cli-plugins-testkit": "^5.3.38",
|
|
17
17
|
"@salesforce/dev-scripts": "^10.2.11",
|
|
18
18
|
"@salesforce/plugin-command-reference": "^3.1.34",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.11",
|
|
20
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
20
|
+
"eslint-plugin-sf-plugin": "^1.20.13",
|
|
21
21
|
"oclif": "^4.15.24",
|
|
22
22
|
"ts-node": "^10.9.2",
|
|
23
23
|
"typescript": "^5.5.4"
|
|
@@ -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.6.crt",
|
|
208
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.6.sig"
|
|
209
209
|
}
|
|
210
210
|
}
|