@salesforce/plugin-community 3.3.46 → 3.3.47
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 +10 -10
- 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.3.
|
|
168
|
+
_See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.47/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.47/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.47/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.3.
|
|
3
|
+
"version": "3.3.47",
|
|
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.47",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@salesforce/core": "^8.23.4",
|
|
@@ -10410,23 +10410,23 @@
|
|
|
10410
10410
|
"license": "MIT"
|
|
10411
10411
|
},
|
|
10412
10412
|
"node_modules/jwa": {
|
|
10413
|
-
"version": "1.4.
|
|
10414
|
-
"resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.
|
|
10415
|
-
"integrity": "sha512-
|
|
10413
|
+
"version": "1.4.2",
|
|
10414
|
+
"resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.2.tgz",
|
|
10415
|
+
"integrity": "sha512-eeH5JO+21J78qMvTIDdBXidBd6nG2kZjg5Ohz/1fpa28Z4CcsWUzJ1ZZyFq/3z3N17aZy+ZuBoHljASbL1WfOw==",
|
|
10416
10416
|
"license": "MIT",
|
|
10417
10417
|
"dependencies": {
|
|
10418
|
-
"buffer-equal-constant-time": "1.0.1",
|
|
10418
|
+
"buffer-equal-constant-time": "^1.0.1",
|
|
10419
10419
|
"ecdsa-sig-formatter": "1.0.11",
|
|
10420
10420
|
"safe-buffer": "^5.0.1"
|
|
10421
10421
|
}
|
|
10422
10422
|
},
|
|
10423
10423
|
"node_modules/jws": {
|
|
10424
|
-
"version": "3.2.
|
|
10425
|
-
"resolved": "https://registry.npmjs.org/jws/-/jws-3.2.
|
|
10426
|
-
"integrity": "sha512-
|
|
10424
|
+
"version": "3.2.3",
|
|
10425
|
+
"resolved": "https://registry.npmjs.org/jws/-/jws-3.2.3.tgz",
|
|
10426
|
+
"integrity": "sha512-byiJ0FLRdLdSVSReO/U4E7RoEyOCKnEnEPMjq3HxWtvzLsV08/i5RQKsFVNkCldrCaPr2vDNAOMsfs8T/Hze7g==",
|
|
10427
10427
|
"license": "MIT",
|
|
10428
10428
|
"dependencies": {
|
|
10429
|
-
"jwa": "^1.4.
|
|
10429
|
+
"jwa": "^1.4.2",
|
|
10430
10430
|
"safe-buffer": "^5.0.1"
|
|
10431
10431
|
}
|
|
10432
10432
|
},
|
package/oclif.lock
CHANGED
|
@@ -2904,7 +2904,7 @@ browserslist@^4.22.3, browserslist@^4.23.1:
|
|
|
2904
2904
|
node-releases "^2.0.14"
|
|
2905
2905
|
update-browserslist-db "^1.1.0"
|
|
2906
2906
|
|
|
2907
|
-
buffer-equal-constant-time
|
|
2907
|
+
buffer-equal-constant-time@^1.0.1:
|
|
2908
2908
|
version "1.0.1"
|
|
2909
2909
|
resolved "https://registry.yarnpkg.com/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz#f8e71132f7ffe6e01a5c9697a4c6f3e48d5cc819"
|
|
2910
2910
|
integrity sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==
|
|
@@ -5313,21 +5313,21 @@ just-extend@^6.2.0:
|
|
|
5313
5313
|
resolved "https://registry.yarnpkg.com/just-extend/-/just-extend-6.2.0.tgz#b816abfb3d67ee860482e7401564672558163947"
|
|
5314
5314
|
integrity sha512-cYofQu2Xpom82S6qD778jBDpwvvy39s1l/hrYij2u9AMdQcGRpaBu6kY4mVhuno5kJVi1DAz4aiphA2WI1/OAw==
|
|
5315
5315
|
|
|
5316
|
-
jwa@^1.4.
|
|
5317
|
-
version "1.4.
|
|
5318
|
-
resolved "https://registry.yarnpkg.com/jwa/-/jwa-1.4.
|
|
5319
|
-
integrity sha512-
|
|
5316
|
+
jwa@^1.4.2:
|
|
5317
|
+
version "1.4.2"
|
|
5318
|
+
resolved "https://registry.yarnpkg.com/jwa/-/jwa-1.4.2.tgz#16011ac6db48de7b102777e57897901520eec7b9"
|
|
5319
|
+
integrity sha512-eeH5JO+21J78qMvTIDdBXidBd6nG2kZjg5Ohz/1fpa28Z4CcsWUzJ1ZZyFq/3z3N17aZy+ZuBoHljASbL1WfOw==
|
|
5320
5320
|
dependencies:
|
|
5321
|
-
buffer-equal-constant-time "1.0.1"
|
|
5321
|
+
buffer-equal-constant-time "^1.0.1"
|
|
5322
5322
|
ecdsa-sig-formatter "1.0.11"
|
|
5323
5323
|
safe-buffer "^5.0.1"
|
|
5324
5324
|
|
|
5325
5325
|
jws@^3.2.2:
|
|
5326
|
-
version "3.2.
|
|
5327
|
-
resolved "https://registry.yarnpkg.com/jws/-/jws-3.2.
|
|
5328
|
-
integrity sha512-
|
|
5326
|
+
version "3.2.3"
|
|
5327
|
+
resolved "https://registry.yarnpkg.com/jws/-/jws-3.2.3.tgz#5ac0690b460900a27265de24520526853c0b8ca1"
|
|
5328
|
+
integrity sha512-byiJ0FLRdLdSVSReO/U4E7RoEyOCKnEnEPMjq3HxWtvzLsV08/i5RQKsFVNkCldrCaPr2vDNAOMsfs8T/Hze7g==
|
|
5329
5329
|
dependencies:
|
|
5330
|
-
jwa "^1.4.
|
|
5330
|
+
jwa "^1.4.2"
|
|
5331
5331
|
safe-buffer "^5.0.1"
|
|
5332
5332
|
|
|
5333
5333
|
keyv@^4.5.3:
|
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.3.
|
|
4
|
+
"version": "3.3.47",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
"exports": "./lib/index.js",
|
|
206
206
|
"type": "module",
|
|
207
207
|
"sfdx": {
|
|
208
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.
|
|
209
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.
|
|
208
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.47.crt",
|
|
209
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.47.sig"
|
|
210
210
|
}
|
|
211
211
|
}
|