@salesforce/plugin-community 3.3.54 → 3.3.56
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 +39 -39
- package/oclif.lock +36 -36
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
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.56/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.56/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.56/src/commands/community/publish.ts)_
|
|
253
253
|
|
|
254
254
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-community",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.56",
|
|
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.56",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@salesforce/core": "^8.
|
|
12
|
+
"@salesforce/core": "^8.28.3",
|
|
13
13
|
"@salesforce/kit": "^3.2.6",
|
|
14
14
|
"@salesforce/sf-plugins-core": "^12.2.6"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@jsforce/jsforce-node": "^3.10.10",
|
|
18
|
-
"@oclif/core": "^4.10.
|
|
19
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
20
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
18
|
+
"@oclif/core": "^4.10.5",
|
|
19
|
+
"@oclif/plugin-command-snapshot": "^5.3.15",
|
|
20
|
+
"@salesforce/cli-plugins-testkit": "^5.3.52",
|
|
21
21
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
22
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
22
|
+
"@salesforce/plugin-command-reference": "^3.1.91",
|
|
23
23
|
"@salesforce/ts-types": "^2.0.11",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
25
|
-
"oclif": "^4.
|
|
25
|
+
"oclif": "^4.23.0",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
27
27
|
"typescript": "^5.5.4"
|
|
28
28
|
},
|
|
@@ -3481,9 +3481,9 @@
|
|
|
3481
3481
|
}
|
|
3482
3482
|
},
|
|
3483
3483
|
"node_modules/@oclif/core": {
|
|
3484
|
-
"version": "4.10.
|
|
3485
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.
|
|
3486
|
-
"integrity": "sha512-
|
|
3484
|
+
"version": "4.10.5",
|
|
3485
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.5.tgz",
|
|
3486
|
+
"integrity": "sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w==",
|
|
3487
3487
|
"license": "MIT",
|
|
3488
3488
|
"dependencies": {
|
|
3489
3489
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3496,7 +3496,7 @@
|
|
|
3496
3496
|
"indent-string": "^4.0.0",
|
|
3497
3497
|
"is-wsl": "^2.2.0",
|
|
3498
3498
|
"lilconfig": "^3.1.3",
|
|
3499
|
-
"minimatch": "^10.2.
|
|
3499
|
+
"minimatch": "^10.2.5",
|
|
3500
3500
|
"semver": "^7.7.3",
|
|
3501
3501
|
"string-width": "^4.2.3",
|
|
3502
3502
|
"supports-color": "^8",
|
|
@@ -3531,12 +3531,12 @@
|
|
|
3531
3531
|
}
|
|
3532
3532
|
},
|
|
3533
3533
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
3534
|
-
"version": "10.2.
|
|
3535
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
3536
|
-
"integrity": "sha512-
|
|
3534
|
+
"version": "10.2.5",
|
|
3535
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
3536
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
3537
3537
|
"license": "BlueOak-1.0.0",
|
|
3538
3538
|
"dependencies": {
|
|
3539
|
-
"brace-expansion": "^5.0.
|
|
3539
|
+
"brace-expansion": "^5.0.5"
|
|
3540
3540
|
},
|
|
3541
3541
|
"engines": {
|
|
3542
3542
|
"node": "18 || 20 || >=22"
|
|
@@ -3561,9 +3561,9 @@
|
|
|
3561
3561
|
}
|
|
3562
3562
|
},
|
|
3563
3563
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3564
|
-
"version": "5.3.
|
|
3565
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
3566
|
-
"integrity": "sha512-
|
|
3564
|
+
"version": "5.3.15",
|
|
3565
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.15.tgz",
|
|
3566
|
+
"integrity": "sha512-J9mNzaKG1wtOy5Yp9Orz25zwVC/eTtveDTS2P1kFdNSGv7y1NKPpUL7ZKynf4bDGm2aJloXvdlLur7rQtixLzg==",
|
|
3567
3567
|
"dev": true,
|
|
3568
3568
|
"license": "MIT",
|
|
3569
3569
|
"dependencies": {
|
|
@@ -3838,14 +3838,14 @@
|
|
|
3838
3838
|
}
|
|
3839
3839
|
},
|
|
3840
3840
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
3841
|
-
"version": "5.3.
|
|
3842
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
3843
|
-
"integrity": "sha512-
|
|
3841
|
+
"version": "5.3.52",
|
|
3842
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.52.tgz",
|
|
3843
|
+
"integrity": "sha512-je/iynPTb5VcDhzPfr+jN+ydapFox0A+0CdE2fkg1ZXws3tZZnyMd+y0i79CchpdtrMUD/Jzkcx0KjvxWF7oTw==",
|
|
3844
3844
|
"dev": true,
|
|
3845
3845
|
"license": "Apache-2.0",
|
|
3846
3846
|
"dependencies": {
|
|
3847
|
-
"@salesforce/core": "^8.
|
|
3848
|
-
"@salesforce/kit": "^3.2.
|
|
3847
|
+
"@salesforce/core": "^8.28.1",
|
|
3848
|
+
"@salesforce/kit": "^3.2.6",
|
|
3849
3849
|
"@salesforce/ts-types": "^2.0.11",
|
|
3850
3850
|
"@types/shelljs": "^0.10.0",
|
|
3851
3851
|
"debug": "^4.4.3",
|
|
@@ -3949,9 +3949,9 @@
|
|
|
3949
3949
|
}
|
|
3950
3950
|
},
|
|
3951
3951
|
"node_modules/@salesforce/core": {
|
|
3952
|
-
"version": "8.
|
|
3953
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
3954
|
-
"integrity": "sha512-
|
|
3952
|
+
"version": "8.28.3",
|
|
3953
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.28.3.tgz",
|
|
3954
|
+
"integrity": "sha512-DDAeHVwDO8wUlqEGwfp8Vuu7Vp7K+hpubKu6baWkHAXiO1u7ZbQkvwCbpPz9JiYEXVUBvP11JtBQ7zOUIPShlQ==",
|
|
3955
3955
|
"license": "BSD-3-Clause",
|
|
3956
3956
|
"dependencies": {
|
|
3957
3957
|
"@jsforce/jsforce-node": "^3.10.13",
|
|
@@ -4128,14 +4128,14 @@
|
|
|
4128
4128
|
}
|
|
4129
4129
|
},
|
|
4130
4130
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4131
|
-
"version": "3.1.
|
|
4132
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
4133
|
-
"integrity": "sha512-
|
|
4131
|
+
"version": "3.1.91",
|
|
4132
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.91.tgz",
|
|
4133
|
+
"integrity": "sha512-1veOTwP+0BJ/1pLXZmEyvtLWQ/bVLRB2vkNOkwLF6AsHT/entwCfmTjQMxH/JSeAnAJulllIvFzC7AVzPPOcDQ==",
|
|
4134
4134
|
"dev": true,
|
|
4135
4135
|
"license": "Apache-2.0",
|
|
4136
4136
|
"dependencies": {
|
|
4137
4137
|
"@oclif/core": "^4",
|
|
4138
|
-
"@salesforce/core": "^8.
|
|
4138
|
+
"@salesforce/core": "^8.28.1",
|
|
4139
4139
|
"@salesforce/kit": "^3.2.6",
|
|
4140
4140
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
4141
4141
|
"@salesforce/ts-types": "^2.0.11",
|
|
@@ -11785,9 +11785,9 @@
|
|
|
11785
11785
|
}
|
|
11786
11786
|
},
|
|
11787
11787
|
"node_modules/oclif": {
|
|
11788
|
-
"version": "4.
|
|
11789
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
11790
|
-
"integrity": "sha512-
|
|
11788
|
+
"version": "4.23.0",
|
|
11789
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.0.tgz",
|
|
11790
|
+
"integrity": "sha512-0Rz8YsJx6NQORMgyDeDr6i0OlJa6h4oLXBht9iRZhn/YI/by/ONKgcJIPXyTgeLK21JmhbFqJn6Y1AME0EH1Dw==",
|
|
11791
11791
|
"dev": true,
|
|
11792
11792
|
"license": "MIT",
|
|
11793
11793
|
"dependencies": {
|
|
@@ -11809,7 +11809,7 @@
|
|
|
11809
11809
|
"fs-extra": "^8.1",
|
|
11810
11810
|
"github-slugger": "^2",
|
|
11811
11811
|
"got": "^13",
|
|
11812
|
-
"lodash": "^4.
|
|
11812
|
+
"lodash": "^4.18.1",
|
|
11813
11813
|
"normalize-package-data": "^6",
|
|
11814
11814
|
"semver": "^7.7.4",
|
|
11815
11815
|
"sort-package-json": "^2.15.1",
|
|
@@ -11890,13 +11890,13 @@
|
|
|
11890
11890
|
}
|
|
11891
11891
|
},
|
|
11892
11892
|
"node_modules/oclif/node_modules/minimatch": {
|
|
11893
|
-
"version": "10.2.
|
|
11894
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
11895
|
-
"integrity": "sha512-
|
|
11893
|
+
"version": "10.2.5",
|
|
11894
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
11895
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
11896
11896
|
"dev": true,
|
|
11897
11897
|
"license": "BlueOak-1.0.0",
|
|
11898
11898
|
"dependencies": {
|
|
11899
|
-
"brace-expansion": "^5.0.
|
|
11899
|
+
"brace-expansion": "^5.0.5"
|
|
11900
11900
|
},
|
|
11901
11901
|
"engines": {
|
|
11902
11902
|
"node": "18 || 20 || >=22"
|
package/oclif.lock
CHANGED
|
@@ -1403,10 +1403,10 @@
|
|
|
1403
1403
|
wordwrap "^1.0.0"
|
|
1404
1404
|
wrap-ansi "^7.0.0"
|
|
1405
1405
|
|
|
1406
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.10.
|
|
1407
|
-
version "4.10.
|
|
1408
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.
|
|
1409
|
-
integrity sha512-
|
|
1406
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.10.5", "@oclif/core@^4.5.2":
|
|
1407
|
+
version "4.10.5"
|
|
1408
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.5.tgz#bcf7c5bb783849ccdce2fd2b5d691a247082ba51"
|
|
1409
|
+
integrity sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w==
|
|
1410
1410
|
dependencies:
|
|
1411
1411
|
ansi-escapes "^4.3.2"
|
|
1412
1412
|
ansis "^3.17.0"
|
|
@@ -1418,7 +1418,7 @@
|
|
|
1418
1418
|
indent-string "^4.0.0"
|
|
1419
1419
|
is-wsl "^2.2.0"
|
|
1420
1420
|
lilconfig "^3.1.3"
|
|
1421
|
-
minimatch "^10.2.
|
|
1421
|
+
minimatch "^10.2.5"
|
|
1422
1422
|
semver "^7.7.3"
|
|
1423
1423
|
string-width "^4.2.3"
|
|
1424
1424
|
supports-color "^8"
|
|
@@ -1427,10 +1427,10 @@
|
|
|
1427
1427
|
wordwrap "^1.0.0"
|
|
1428
1428
|
wrap-ansi "^7.0.0"
|
|
1429
1429
|
|
|
1430
|
-
"@oclif/plugin-command-snapshot@^5.3.
|
|
1431
|
-
version "5.3.
|
|
1432
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
1433
|
-
integrity sha512-
|
|
1430
|
+
"@oclif/plugin-command-snapshot@^5.3.15":
|
|
1431
|
+
version "5.3.15"
|
|
1432
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.15.tgz#8fca90454c80990b37a179330371357621c1514e"
|
|
1433
|
+
integrity sha512-J9mNzaKG1wtOy5Yp9Orz25zwVC/eTtveDTS2P1kFdNSGv7y1NKPpUL7ZKynf4bDGm2aJloXvdlLur7rQtixLzg==
|
|
1434
1434
|
dependencies:
|
|
1435
1435
|
"@oclif/core" "^4"
|
|
1436
1436
|
ansis "^3.17.0"
|
|
@@ -1512,13 +1512,13 @@
|
|
|
1512
1512
|
"@pnpm/network.ca-file" "^1.0.1"
|
|
1513
1513
|
config-chain "^1.1.11"
|
|
1514
1514
|
|
|
1515
|
-
"@salesforce/cli-plugins-testkit@^5.3.
|
|
1516
|
-
version "5.3.
|
|
1517
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
1518
|
-
integrity sha512-
|
|
1515
|
+
"@salesforce/cli-plugins-testkit@^5.3.52":
|
|
1516
|
+
version "5.3.52"
|
|
1517
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.52.tgz#105b2a9304bd25b6324232839afda063b2d1e95f"
|
|
1518
|
+
integrity sha512-je/iynPTb5VcDhzPfr+jN+ydapFox0A+0CdE2fkg1ZXws3tZZnyMd+y0i79CchpdtrMUD/Jzkcx0KjvxWF7oTw==
|
|
1519
1519
|
dependencies:
|
|
1520
|
-
"@salesforce/core" "^8.
|
|
1521
|
-
"@salesforce/kit" "^3.2.
|
|
1520
|
+
"@salesforce/core" "^8.28.1"
|
|
1521
|
+
"@salesforce/kit" "^3.2.6"
|
|
1522
1522
|
"@salesforce/ts-types" "^2.0.11"
|
|
1523
1523
|
"@types/shelljs" "^0.10.0"
|
|
1524
1524
|
debug "^4.4.3"
|
|
@@ -1528,10 +1528,10 @@
|
|
|
1528
1528
|
strip-ansi "6.0.1"
|
|
1529
1529
|
ts-retry-promise "^0.8.1"
|
|
1530
1530
|
|
|
1531
|
-
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.
|
|
1532
|
-
version "8.
|
|
1533
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
1534
|
-
integrity sha512-
|
|
1531
|
+
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.28.1", "@salesforce/core@^8.28.3", "@salesforce/core@^8.5.1":
|
|
1532
|
+
version "8.28.3"
|
|
1533
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.28.3.tgz#1344dc408833fb2a6ac19e6c4c09f846b6593ce3"
|
|
1534
|
+
integrity sha512-DDAeHVwDO8wUlqEGwfp8Vuu7Vp7K+hpubKu6baWkHAXiO1u7ZbQkvwCbpPz9JiYEXVUBvP11JtBQ7zOUIPShlQ==
|
|
1535
1535
|
dependencies:
|
|
1536
1536
|
"@jsforce/jsforce-node" "^3.10.13"
|
|
1537
1537
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -1597,13 +1597,13 @@
|
|
|
1597
1597
|
dependencies:
|
|
1598
1598
|
"@salesforce/ts-types" "^2.0.12"
|
|
1599
1599
|
|
|
1600
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1601
|
-
version "3.1.
|
|
1602
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1603
|
-
integrity sha512-
|
|
1600
|
+
"@salesforce/plugin-command-reference@^3.1.91":
|
|
1601
|
+
version "3.1.91"
|
|
1602
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.91.tgz#be1415229b4f69d53fd3411aaf4bf514608416ae"
|
|
1603
|
+
integrity sha512-1veOTwP+0BJ/1pLXZmEyvtLWQ/bVLRB2vkNOkwLF6AsHT/entwCfmTjQMxH/JSeAnAJulllIvFzC7AVzPPOcDQ==
|
|
1604
1604
|
dependencies:
|
|
1605
1605
|
"@oclif/core" "^4"
|
|
1606
|
-
"@salesforce/core" "^8.
|
|
1606
|
+
"@salesforce/core" "^8.28.1"
|
|
1607
1607
|
"@salesforce/kit" "^3.2.6"
|
|
1608
1608
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
1609
1609
|
"@salesforce/ts-types" "^2.0.11"
|
|
@@ -2868,7 +2868,7 @@ brace-expansion@^4.0.0:
|
|
|
2868
2868
|
dependencies:
|
|
2869
2869
|
balanced-match "^3.0.0"
|
|
2870
2870
|
|
|
2871
|
-
brace-expansion@^5.0.
|
|
2871
|
+
brace-expansion@^5.0.5:
|
|
2872
2872
|
version "5.0.5"
|
|
2873
2873
|
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
|
|
2874
2874
|
integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
|
|
@@ -5511,7 +5511,7 @@ lodash.upperfirst@^4.3.1:
|
|
|
5511
5511
|
resolved "https://registry.yarnpkg.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce"
|
|
5512
5512
|
integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
|
|
5513
5513
|
|
|
5514
|
-
lodash@^4.17.15, lodash@^4.17.21, lodash@^4.17.23:
|
|
5514
|
+
lodash@^4.17.15, lodash@^4.17.21, lodash@^4.17.23, lodash@^4.18.1:
|
|
5515
5515
|
version "4.18.1"
|
|
5516
5516
|
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
|
|
5517
5517
|
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
|
|
@@ -5719,12 +5719,12 @@ minimatch@9.0.3:
|
|
|
5719
5719
|
dependencies:
|
|
5720
5720
|
brace-expansion "^2.0.1"
|
|
5721
5721
|
|
|
5722
|
-
minimatch@^10.2.4:
|
|
5723
|
-
version "10.2.
|
|
5724
|
-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.
|
|
5725
|
-
integrity sha512-
|
|
5722
|
+
minimatch@^10.2.4, minimatch@^10.2.5:
|
|
5723
|
+
version "10.2.5"
|
|
5724
|
+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
|
|
5725
|
+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
|
|
5726
5726
|
dependencies:
|
|
5727
|
-
brace-expansion "^5.0.
|
|
5727
|
+
brace-expansion "^5.0.5"
|
|
5728
5728
|
|
|
5729
5729
|
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
|
|
5730
5730
|
version "3.1.2"
|
|
@@ -6017,10 +6017,10 @@ object.values@^1.1.7:
|
|
|
6017
6017
|
define-properties "^1.2.0"
|
|
6018
6018
|
es-abstract "^1.22.1"
|
|
6019
6019
|
|
|
6020
|
-
oclif@^4.
|
|
6021
|
-
version "4.
|
|
6022
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.
|
|
6023
|
-
integrity sha512-
|
|
6020
|
+
oclif@^4.23.0:
|
|
6021
|
+
version "4.23.0"
|
|
6022
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.23.0.tgz#217af04e05bdc26e4bd856597fa342983775329a"
|
|
6023
|
+
integrity sha512-0Rz8YsJx6NQORMgyDeDr6i0OlJa6h4oLXBht9iRZhn/YI/by/ONKgcJIPXyTgeLK21JmhbFqJn6Y1AME0EH1Dw==
|
|
6024
6024
|
dependencies:
|
|
6025
6025
|
"@aws-sdk/client-cloudfront" "3.1009.0"
|
|
6026
6026
|
"@aws-sdk/client-s3" "3.1014.0"
|
|
@@ -6040,7 +6040,7 @@ oclif@^4.22.96:
|
|
|
6040
6040
|
fs-extra "^8.1"
|
|
6041
6041
|
github-slugger "^2"
|
|
6042
6042
|
got "^13"
|
|
6043
|
-
lodash "^4.
|
|
6043
|
+
lodash "^4.18.1"
|
|
6044
6044
|
normalize-package-data "^6"
|
|
6045
6045
|
semver "^7.7.4"
|
|
6046
6046
|
sort-package-json "^2.15.1"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
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.56",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@salesforce/core": "^8.
|
|
8
|
+
"@salesforce/core": "^8.28.3",
|
|
9
9
|
"@salesforce/kit": "^3.2.6",
|
|
10
10
|
"@salesforce/sf-plugins-core": "^12.2.6"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@jsforce/jsforce-node": "^3.10.10",
|
|
14
|
-
"@oclif/core": "^4.10.
|
|
15
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
16
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
14
|
+
"@oclif/core": "^4.10.5",
|
|
15
|
+
"@oclif/plugin-command-snapshot": "^5.3.15",
|
|
16
|
+
"@salesforce/cli-plugins-testkit": "^5.3.52",
|
|
17
17
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
18
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
18
|
+
"@salesforce/plugin-command-reference": "^3.1.91",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.11",
|
|
20
20
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
21
|
-
"oclif": "^4.
|
|
21
|
+
"oclif": "^4.23.0",
|
|
22
22
|
"ts-node": "^10.9.2",
|
|
23
23
|
"typescript": "^5.5.4"
|
|
24
24
|
},
|
|
@@ -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.56.crt",
|
|
209
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.56.sig"
|
|
210
210
|
}
|
|
211
211
|
}
|