@salesforce/plugin-community 3.2.0 → 3.2.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 +9 -9
- package/oclif.lock +11 -36
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
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.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.2.
|
|
203
|
+
_See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.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.2.
|
|
252
|
+
_See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.1/src/commands/community/publish.ts)_
|
|
253
253
|
|
|
254
254
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-community",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.1",
|
|
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.1",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.26.2",
|
|
@@ -15377,15 +15377,15 @@
|
|
|
15377
15377
|
}
|
|
15378
15378
|
},
|
|
15379
15379
|
"node_modules/tar": {
|
|
15380
|
-
"version": "6.1
|
|
15381
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-6.1.
|
|
15382
|
-
"integrity": "sha512-
|
|
15380
|
+
"version": "6.2.1",
|
|
15381
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz",
|
|
15382
|
+
"integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==",
|
|
15383
15383
|
"dev": true,
|
|
15384
15384
|
"license": "ISC",
|
|
15385
15385
|
"dependencies": {
|
|
15386
15386
|
"chownr": "^2.0.0",
|
|
15387
15387
|
"fs-minipass": "^2.0.0",
|
|
15388
|
-
"minipass": "^
|
|
15388
|
+
"minipass": "^5.0.0",
|
|
15389
15389
|
"minizlib": "^2.1.1",
|
|
15390
15390
|
"mkdirp": "^1.0.3",
|
|
15391
15391
|
"yallist": "^4.0.0"
|
|
@@ -15395,9 +15395,9 @@
|
|
|
15395
15395
|
}
|
|
15396
15396
|
},
|
|
15397
15397
|
"node_modules/tar/node_modules/minipass": {
|
|
15398
|
-
"version": "
|
|
15399
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-
|
|
15400
|
-
"integrity": "sha512-
|
|
15398
|
+
"version": "5.0.0",
|
|
15399
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
|
|
15400
|
+
"integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
|
|
15401
15401
|
"dev": true,
|
|
15402
15402
|
"license": "ISC",
|
|
15403
15403
|
"engines": {
|
package/oclif.lock
CHANGED
|
@@ -6729,10 +6729,10 @@ minipass@^3.0.0, minipass@^3.1.0, minipass@^3.1.1, minipass@^3.1.3, minipass@^3.
|
|
|
6729
6729
|
dependencies:
|
|
6730
6730
|
yallist "^4.0.0"
|
|
6731
6731
|
|
|
6732
|
-
minipass@^
|
|
6733
|
-
version "
|
|
6734
|
-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-
|
|
6735
|
-
integrity sha512-
|
|
6732
|
+
minipass@^5.0.0:
|
|
6733
|
+
version "5.0.0"
|
|
6734
|
+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
|
|
6735
|
+
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
|
|
6736
6736
|
|
|
6737
6737
|
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
|
|
6738
6738
|
version "7.0.4"
|
|
@@ -8376,16 +8376,7 @@ ssri@^9.0.0:
|
|
|
8376
8376
|
dependencies:
|
|
8377
8377
|
minipass "^3.1.1"
|
|
8378
8378
|
|
|
8379
|
-
"string-width-cjs@npm:string-width@^4.2.0":
|
|
8380
|
-
version "4.2.3"
|
|
8381
|
-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
8382
|
-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
8383
|
-
dependencies:
|
|
8384
|
-
emoji-regex "^8.0.0"
|
|
8385
|
-
is-fullwidth-code-point "^3.0.0"
|
|
8386
|
-
strip-ansi "^6.0.1"
|
|
8387
|
-
|
|
8388
|
-
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
|
8379
|
+
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
|
8389
8380
|
version "4.2.3"
|
|
8390
8381
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
8391
8382
|
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
@@ -8444,14 +8435,7 @@ string_decoder@~1.1.1:
|
|
|
8444
8435
|
dependencies:
|
|
8445
8436
|
safe-buffer "~5.1.0"
|
|
8446
8437
|
|
|
8447
|
-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
|
|
8448
|
-
version "6.0.1"
|
|
8449
|
-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
8450
|
-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
8451
|
-
dependencies:
|
|
8452
|
-
ansi-regex "^5.0.1"
|
|
8453
|
-
|
|
8454
|
-
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
8438
|
+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
8455
8439
|
version "6.0.1"
|
|
8456
8440
|
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
8457
8441
|
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
@@ -8554,13 +8538,13 @@ supports-preserve-symlinks-flag@^1.0.0:
|
|
|
8554
8538
|
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
|
|
8555
8539
|
|
|
8556
8540
|
tar@^6.0.2, tar@^6.1.0, tar@^6.1.11, tar@^6.1.2:
|
|
8557
|
-
version "6.1
|
|
8558
|
-
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.
|
|
8559
|
-
integrity sha512-
|
|
8541
|
+
version "6.2.1"
|
|
8542
|
+
resolved "https://registry.yarnpkg.com/tar/-/tar-6.2.1.tgz#717549c541bc3c2af15751bea94b1dd068d4b03a"
|
|
8543
|
+
integrity sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==
|
|
8560
8544
|
dependencies:
|
|
8561
8545
|
chownr "^2.0.0"
|
|
8562
8546
|
fs-minipass "^2.0.0"
|
|
8563
|
-
minipass "^
|
|
8547
|
+
minipass "^5.0.0"
|
|
8564
8548
|
minizlib "^2.1.1"
|
|
8565
8549
|
mkdirp "^1.0.3"
|
|
8566
8550
|
yallist "^4.0.0"
|
|
@@ -9140,7 +9124,7 @@ workerpool@6.2.1:
|
|
|
9140
9124
|
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
|
|
9141
9125
|
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
|
|
9142
9126
|
|
|
9143
|
-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
|
|
9127
|
+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
|
|
9144
9128
|
version "7.0.0"
|
|
9145
9129
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
9146
9130
|
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
@@ -9158,15 +9142,6 @@ wrap-ansi@^6.2.0:
|
|
|
9158
9142
|
string-width "^4.1.0"
|
|
9159
9143
|
strip-ansi "^6.0.0"
|
|
9160
9144
|
|
|
9161
|
-
wrap-ansi@^7.0.0:
|
|
9162
|
-
version "7.0.0"
|
|
9163
|
-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
9164
|
-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
9165
|
-
dependencies:
|
|
9166
|
-
ansi-styles "^4.0.0"
|
|
9167
|
-
string-width "^4.1.0"
|
|
9168
|
-
strip-ansi "^6.0.0"
|
|
9169
|
-
|
|
9170
9145
|
wrap-ansi@^8.1.0:
|
|
9171
9146
|
version "8.1.0"
|
|
9172
9147
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -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.1.crt",
|
|
208
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.2.1.sig"
|
|
209
209
|
}
|
|
210
210
|
}
|