@salesforce/plugin-community 3.2.21 → 3.2.22
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 +32 -7
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -167,7 +167,7 @@ FLAG DESCRIPTIONS
|
|
|
167
167
|
available in your org.
|
|
168
168
|
```
|
|
169
169
|
|
|
170
|
-
_See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.
|
|
170
|
+
_See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.22/src/commands/community/create.ts)_
|
|
171
171
|
|
|
172
172
|
## `sf community list template`
|
|
173
173
|
|
|
@@ -202,7 +202,7 @@ EXAMPLES
|
|
|
202
202
|
$ sf community list template --target-org my-scratch-org
|
|
203
203
|
```
|
|
204
204
|
|
|
205
|
-
_See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.
|
|
205
|
+
_See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.22/src/commands/community/list/template.ts)_
|
|
206
206
|
|
|
207
207
|
## `sf community publish`
|
|
208
208
|
|
|
@@ -251,6 +251,6 @@ EXAMPLES
|
|
|
251
251
|
$ sf community publish --name 'My Customer Site'
|
|
252
252
|
```
|
|
253
253
|
|
|
254
|
-
_See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.
|
|
254
|
+
_See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.22/src/commands/community/publish.ts)_
|
|
255
255
|
|
|
256
256
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-community",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.22",
|
|
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.22",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@salesforce/core": "^8.0.
|
|
12
|
+
"@salesforce/core": "^8.0.3",
|
|
13
13
|
"@salesforce/kit": "^3.1.6",
|
|
14
14
|
"@salesforce/sf-plugins-core": "^11.1.2"
|
|
15
15
|
},
|
|
@@ -3856,9 +3856,9 @@
|
|
|
3856
3856
|
}
|
|
3857
3857
|
},
|
|
3858
3858
|
"node_modules/@salesforce/core": {
|
|
3859
|
-
"version": "8.0.
|
|
3860
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.0.
|
|
3861
|
-
"integrity": "sha512-
|
|
3859
|
+
"version": "8.0.3",
|
|
3860
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.0.3.tgz",
|
|
3861
|
+
"integrity": "sha512-HirswUFGQIF5Ipaa+5l3kulBOf3L25Z3fzf5QqEI4vOxgBKN2bEdKHCA/PROufi3/ejFstiXcn9/jfgyjDdBqA==",
|
|
3862
3862
|
"license": "BSD-3-Clause",
|
|
3863
3863
|
"dependencies": {
|
|
3864
3864
|
"@jsforce/jsforce-node": "^3.2.0",
|
package/oclif.lock
CHANGED
|
@@ -1743,10 +1743,10 @@
|
|
|
1743
1743
|
strip-ansi "6.0.1"
|
|
1744
1744
|
ts-retry-promise "^0.8.1"
|
|
1745
1745
|
|
|
1746
|
-
"@salesforce/core@^8.0.1", "@salesforce/core@^8.0.
|
|
1747
|
-
version "8.0.
|
|
1748
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.0.
|
|
1749
|
-
integrity sha512-
|
|
1746
|
+
"@salesforce/core@^8.0.1", "@salesforce/core@^8.0.3":
|
|
1747
|
+
version "8.0.3"
|
|
1748
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.0.3.tgz#8b25ce46100baef0a8e731b42d373edf508ab144"
|
|
1749
|
+
integrity sha512-HirswUFGQIF5Ipaa+5l3kulBOf3L25Z3fzf5QqEI4vOxgBKN2bEdKHCA/PROufi3/ejFstiXcn9/jfgyjDdBqA==
|
|
1750
1750
|
dependencies:
|
|
1751
1751
|
"@jsforce/jsforce-node" "^3.2.0"
|
|
1752
1752
|
"@salesforce/kit" "^3.1.6"
|
|
@@ -6813,7 +6813,16 @@ srcset@^5.0.0:
|
|
|
6813
6813
|
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
|
|
6814
6814
|
integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
|
|
6815
6815
|
|
|
6816
|
-
"string-width-cjs@npm:string-width@^4.2.0"
|
|
6816
|
+
"string-width-cjs@npm:string-width@^4.2.0":
|
|
6817
|
+
version "4.2.3"
|
|
6818
|
+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
6819
|
+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
6820
|
+
dependencies:
|
|
6821
|
+
emoji-regex "^8.0.0"
|
|
6822
|
+
is-fullwidth-code-point "^3.0.0"
|
|
6823
|
+
strip-ansi "^6.0.1"
|
|
6824
|
+
|
|
6825
|
+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
|
6817
6826
|
version "4.2.3"
|
|
6818
6827
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
6819
6828
|
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
@@ -6881,7 +6890,14 @@ string_decoder@~1.1.1:
|
|
|
6881
6890
|
dependencies:
|
|
6882
6891
|
safe-buffer "~5.1.0"
|
|
6883
6892
|
|
|
6884
|
-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1"
|
|
6893
|
+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
|
|
6894
|
+
version "6.0.1"
|
|
6895
|
+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
6896
|
+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
6897
|
+
dependencies:
|
|
6898
|
+
ansi-regex "^5.0.1"
|
|
6899
|
+
|
|
6900
|
+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
6885
6901
|
version "6.0.1"
|
|
6886
6902
|
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
6887
6903
|
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
@@ -7437,7 +7453,7 @@ workerpool@6.2.1:
|
|
|
7437
7453
|
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
|
|
7438
7454
|
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
|
|
7439
7455
|
|
|
7440
|
-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0"
|
|
7456
|
+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
|
|
7441
7457
|
version "7.0.0"
|
|
7442
7458
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
7443
7459
|
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
@@ -7455,6 +7471,15 @@ wrap-ansi@^6.2.0:
|
|
|
7455
7471
|
string-width "^4.1.0"
|
|
7456
7472
|
strip-ansi "^6.0.0"
|
|
7457
7473
|
|
|
7474
|
+
wrap-ansi@^7.0.0:
|
|
7475
|
+
version "7.0.0"
|
|
7476
|
+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
7477
|
+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
7478
|
+
dependencies:
|
|
7479
|
+
ansi-styles "^4.0.0"
|
|
7480
|
+
string-width "^4.1.0"
|
|
7481
|
+
strip-ansi "^6.0.0"
|
|
7482
|
+
|
|
7458
7483
|
wrap-ansi@^8.1.0:
|
|
7459
7484
|
version "8.1.0"
|
|
7460
7485
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
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.22",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@salesforce/core": "^8.0.
|
|
8
|
+
"@salesforce/core": "^8.0.3",
|
|
9
9
|
"@salesforce/kit": "^3.1.6",
|
|
10
10
|
"@salesforce/sf-plugins-core": "^11.1.2"
|
|
11
11
|
},
|
|
@@ -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.22.crt",
|
|
208
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.2.22.sig"
|
|
209
209
|
}
|
|
210
210
|
}
|