@salesforce/plugin-community 3.2.31 → 3.2.32
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 +128 -50
- package/oclif.lock +48 -15
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.32/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.32/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.32/src/commands/community/publish.ts)_
|
|
253
253
|
|
|
254
254
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-community",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.32",
|
|
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.32",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@salesforce/core": "^8.5.1",
|
|
13
13
|
"@salesforce/kit": "^3.2.3",
|
|
14
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
14
|
+
"@salesforce/sf-plugins-core": "^11.3.10"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@jsforce/jsforce-node": "^3.4.1",
|
|
@@ -1677,6 +1677,24 @@
|
|
|
1677
1677
|
"node": ">=12"
|
|
1678
1678
|
}
|
|
1679
1679
|
},
|
|
1680
|
+
"node_modules/@commitlint/cli/node_modules/wrap-ansi": {
|
|
1681
|
+
"version": "7.0.0",
|
|
1682
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
1683
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
1684
|
+
"dev": true,
|
|
1685
|
+
"license": "MIT",
|
|
1686
|
+
"dependencies": {
|
|
1687
|
+
"ansi-styles": "^4.0.0",
|
|
1688
|
+
"string-width": "^4.1.0",
|
|
1689
|
+
"strip-ansi": "^6.0.0"
|
|
1690
|
+
},
|
|
1691
|
+
"engines": {
|
|
1692
|
+
"node": ">=10"
|
|
1693
|
+
},
|
|
1694
|
+
"funding": {
|
|
1695
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
1696
|
+
}
|
|
1697
|
+
},
|
|
1680
1698
|
"node_modules/@commitlint/cli/node_modules/yargs": {
|
|
1681
1699
|
"version": "17.7.1",
|
|
1682
1700
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.1.tgz",
|
|
@@ -2305,20 +2323,6 @@
|
|
|
2305
2323
|
"url": "https://github.com/sponsors/isaacs"
|
|
2306
2324
|
}
|
|
2307
2325
|
},
|
|
2308
|
-
"node_modules/@inquirer/core/node_modules/wrap-ansi": {
|
|
2309
|
-
"version": "6.2.0",
|
|
2310
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
2311
|
-
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
2312
|
-
"license": "MIT",
|
|
2313
|
-
"dependencies": {
|
|
2314
|
-
"ansi-styles": "^4.0.0",
|
|
2315
|
-
"string-width": "^4.1.0",
|
|
2316
|
-
"strip-ansi": "^6.0.0"
|
|
2317
|
-
},
|
|
2318
|
-
"engines": {
|
|
2319
|
-
"node": ">=8"
|
|
2320
|
-
}
|
|
2321
|
-
},
|
|
2322
2326
|
"node_modules/@inquirer/figures": {
|
|
2323
2327
|
"version": "1.0.5",
|
|
2324
2328
|
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.5.tgz",
|
|
@@ -2343,19 +2347,76 @@
|
|
|
2343
2347
|
}
|
|
2344
2348
|
},
|
|
2345
2349
|
"node_modules/@inquirer/password": {
|
|
2346
|
-
"version": "2.
|
|
2347
|
-
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-2.
|
|
2348
|
-
"integrity": "sha512-
|
|
2350
|
+
"version": "2.2.0",
|
|
2351
|
+
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-2.2.0.tgz",
|
|
2352
|
+
"integrity": "sha512-5otqIpgsPYIshqhgtEwSspBQE40etouR8VIxzpJkv9i0dVHIpyhiivbkH9/dGiMLdyamT54YRdGJLfl8TFnLHg==",
|
|
2349
2353
|
"license": "MIT",
|
|
2350
2354
|
"dependencies": {
|
|
2351
|
-
"@inquirer/core": "^9.0
|
|
2352
|
-
"@inquirer/type": "^1.5.
|
|
2355
|
+
"@inquirer/core": "^9.1.0",
|
|
2356
|
+
"@inquirer/type": "^1.5.3",
|
|
2353
2357
|
"ansi-escapes": "^4.3.2"
|
|
2354
2358
|
},
|
|
2355
2359
|
"engines": {
|
|
2356
2360
|
"node": ">=18"
|
|
2357
2361
|
}
|
|
2358
2362
|
},
|
|
2363
|
+
"node_modules/@inquirer/password/node_modules/@inquirer/core": {
|
|
2364
|
+
"version": "9.1.0",
|
|
2365
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.1.0.tgz",
|
|
2366
|
+
"integrity": "sha512-RZVfH//2ytTjmaBIzeKT1zefcQZzuruwkpTwwbe/i2jTl4o9M+iML5ChULzz6iw1Ok8iUBBsRCjY2IEbD8Ft4w==",
|
|
2367
|
+
"license": "MIT",
|
|
2368
|
+
"dependencies": {
|
|
2369
|
+
"@inquirer/figures": "^1.0.5",
|
|
2370
|
+
"@inquirer/type": "^1.5.3",
|
|
2371
|
+
"@types/mute-stream": "^0.0.4",
|
|
2372
|
+
"@types/node": "^22.5.2",
|
|
2373
|
+
"@types/wrap-ansi": "^3.0.0",
|
|
2374
|
+
"ansi-escapes": "^4.3.2",
|
|
2375
|
+
"cli-spinners": "^2.9.2",
|
|
2376
|
+
"cli-width": "^4.1.0",
|
|
2377
|
+
"mute-stream": "^1.0.0",
|
|
2378
|
+
"signal-exit": "^4.1.0",
|
|
2379
|
+
"strip-ansi": "^6.0.1",
|
|
2380
|
+
"wrap-ansi": "^6.2.0",
|
|
2381
|
+
"yoctocolors-cjs": "^2.1.2"
|
|
2382
|
+
},
|
|
2383
|
+
"engines": {
|
|
2384
|
+
"node": ">=18"
|
|
2385
|
+
}
|
|
2386
|
+
},
|
|
2387
|
+
"node_modules/@inquirer/password/node_modules/@inquirer/type": {
|
|
2388
|
+
"version": "1.5.3",
|
|
2389
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.3.tgz",
|
|
2390
|
+
"integrity": "sha512-xUQ14WQGR/HK5ei+2CvgcwoH9fQ4PgPGmVFSN0pc1+fVyDL3MREhyAY7nxEErSu6CkllBM3D7e3e+kOvtu+eIg==",
|
|
2391
|
+
"license": "MIT",
|
|
2392
|
+
"dependencies": {
|
|
2393
|
+
"mute-stream": "^1.0.0"
|
|
2394
|
+
},
|
|
2395
|
+
"engines": {
|
|
2396
|
+
"node": ">=18"
|
|
2397
|
+
}
|
|
2398
|
+
},
|
|
2399
|
+
"node_modules/@inquirer/password/node_modules/@types/node": {
|
|
2400
|
+
"version": "22.5.5",
|
|
2401
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.5.tgz",
|
|
2402
|
+
"integrity": "sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==",
|
|
2403
|
+
"license": "MIT",
|
|
2404
|
+
"dependencies": {
|
|
2405
|
+
"undici-types": "~6.19.2"
|
|
2406
|
+
}
|
|
2407
|
+
},
|
|
2408
|
+
"node_modules/@inquirer/password/node_modules/signal-exit": {
|
|
2409
|
+
"version": "4.1.0",
|
|
2410
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
2411
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
2412
|
+
"license": "ISC",
|
|
2413
|
+
"engines": {
|
|
2414
|
+
"node": ">=14"
|
|
2415
|
+
},
|
|
2416
|
+
"funding": {
|
|
2417
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
2418
|
+
}
|
|
2419
|
+
},
|
|
2359
2420
|
"node_modules/@inquirer/select": {
|
|
2360
2421
|
"version": "2.4.1",
|
|
2361
2422
|
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.4.1.tgz",
|
|
@@ -2707,6 +2768,23 @@
|
|
|
2707
2768
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
2708
2769
|
}
|
|
2709
2770
|
},
|
|
2771
|
+
"node_modules/@oclif/core/node_modules/wrap-ansi": {
|
|
2772
|
+
"version": "7.0.0",
|
|
2773
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
2774
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
2775
|
+
"license": "MIT",
|
|
2776
|
+
"dependencies": {
|
|
2777
|
+
"ansi-styles": "^4.0.0",
|
|
2778
|
+
"string-width": "^4.1.0",
|
|
2779
|
+
"strip-ansi": "^6.0.0"
|
|
2780
|
+
},
|
|
2781
|
+
"engines": {
|
|
2782
|
+
"node": ">=10"
|
|
2783
|
+
},
|
|
2784
|
+
"funding": {
|
|
2785
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
2786
|
+
}
|
|
2787
|
+
},
|
|
2710
2788
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
2711
2789
|
"version": "5.2.15",
|
|
2712
2790
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.15.tgz",
|
|
@@ -3115,16 +3193,16 @@
|
|
|
3115
3193
|
"license": "ISC"
|
|
3116
3194
|
},
|
|
3117
3195
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
3118
|
-
"version": "11.3.
|
|
3119
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.
|
|
3120
|
-
"integrity": "sha512-
|
|
3196
|
+
"version": "11.3.10",
|
|
3197
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.10.tgz",
|
|
3198
|
+
"integrity": "sha512-Gvj6OM57cs1R/M/U8tWCo0srTyLNAsSOVtRWie8nz6x/qp6212ewkVgwwHBmP8XJsfuzjNvbzGcCjrCgwBzmCQ==",
|
|
3121
3199
|
"license": "BSD-3-Clause",
|
|
3122
3200
|
"dependencies": {
|
|
3123
3201
|
"@inquirer/confirm": "^3.1.22",
|
|
3124
|
-
"@inquirer/password": "^2.
|
|
3202
|
+
"@inquirer/password": "^2.2.0",
|
|
3125
3203
|
"@oclif/core": "^4.0.19",
|
|
3126
|
-
"@salesforce/core": "^8.
|
|
3127
|
-
"@salesforce/kit": "^3.2.
|
|
3204
|
+
"@salesforce/core": "^8.5.1",
|
|
3205
|
+
"@salesforce/kit": "^3.2.2",
|
|
3128
3206
|
"@salesforce/ts-types": "^2.0.12",
|
|
3129
3207
|
"ansis": "^3.3.2",
|
|
3130
3208
|
"cli-progress": "^3.12.0",
|
|
@@ -5389,21 +5467,6 @@
|
|
|
5389
5467
|
"wrap-ansi": "^6.2.0"
|
|
5390
5468
|
}
|
|
5391
5469
|
},
|
|
5392
|
-
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
5393
|
-
"version": "6.2.0",
|
|
5394
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
5395
|
-
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
5396
|
-
"dev": true,
|
|
5397
|
-
"license": "MIT",
|
|
5398
|
-
"dependencies": {
|
|
5399
|
-
"ansi-styles": "^4.0.0",
|
|
5400
|
-
"string-width": "^4.1.0",
|
|
5401
|
-
"strip-ansi": "^6.0.0"
|
|
5402
|
-
},
|
|
5403
|
-
"engines": {
|
|
5404
|
-
"node": ">=8"
|
|
5405
|
-
}
|
|
5406
|
-
},
|
|
5407
5470
|
"node_modules/color-convert": {
|
|
5408
5471
|
"version": "2.0.1",
|
|
5409
5472
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
@@ -9737,6 +9800,24 @@
|
|
|
9737
9800
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
9738
9801
|
}
|
|
9739
9802
|
},
|
|
9803
|
+
"node_modules/mocha/node_modules/wrap-ansi": {
|
|
9804
|
+
"version": "7.0.0",
|
|
9805
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
9806
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
9807
|
+
"dev": true,
|
|
9808
|
+
"license": "MIT",
|
|
9809
|
+
"dependencies": {
|
|
9810
|
+
"ansi-styles": "^4.0.0",
|
|
9811
|
+
"string-width": "^4.1.0",
|
|
9812
|
+
"strip-ansi": "^6.0.0"
|
|
9813
|
+
},
|
|
9814
|
+
"engines": {
|
|
9815
|
+
"node": ">=10"
|
|
9816
|
+
},
|
|
9817
|
+
"funding": {
|
|
9818
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
9819
|
+
}
|
|
9820
|
+
},
|
|
9740
9821
|
"node_modules/mocha/node_modules/yargs": {
|
|
9741
9822
|
"version": "16.2.0",
|
|
9742
9823
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
|
|
@@ -12799,9 +12880,9 @@
|
|
|
12799
12880
|
"license": "Apache-2.0"
|
|
12800
12881
|
},
|
|
12801
12882
|
"node_modules/wrap-ansi": {
|
|
12802
|
-
"version": "
|
|
12803
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-
|
|
12804
|
-
"integrity": "sha512-
|
|
12883
|
+
"version": "6.2.0",
|
|
12884
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
12885
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
12805
12886
|
"license": "MIT",
|
|
12806
12887
|
"dependencies": {
|
|
12807
12888
|
"ansi-styles": "^4.0.0",
|
|
@@ -12809,10 +12890,7 @@
|
|
|
12809
12890
|
"strip-ansi": "^6.0.0"
|
|
12810
12891
|
},
|
|
12811
12892
|
"engines": {
|
|
12812
|
-
"node": ">=
|
|
12813
|
-
},
|
|
12814
|
-
"funding": {
|
|
12815
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
12893
|
+
"node": ">=8"
|
|
12816
12894
|
}
|
|
12817
12895
|
},
|
|
12818
12896
|
"node_modules/wrap-ansi-cjs": {
|
package/oclif.lock
CHANGED
|
@@ -1067,6 +1067,25 @@
|
|
|
1067
1067
|
wrap-ansi "^6.2.0"
|
|
1068
1068
|
yoctocolors-cjs "^2.1.2"
|
|
1069
1069
|
|
|
1070
|
+
"@inquirer/core@^9.1.0":
|
|
1071
|
+
version "9.1.0"
|
|
1072
|
+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.1.0.tgz#158b82dc44564a1abd0ce14723d50c3efa0634a2"
|
|
1073
|
+
integrity sha512-RZVfH//2ytTjmaBIzeKT1zefcQZzuruwkpTwwbe/i2jTl4o9M+iML5ChULzz6iw1Ok8iUBBsRCjY2IEbD8Ft4w==
|
|
1074
|
+
dependencies:
|
|
1075
|
+
"@inquirer/figures" "^1.0.5"
|
|
1076
|
+
"@inquirer/type" "^1.5.3"
|
|
1077
|
+
"@types/mute-stream" "^0.0.4"
|
|
1078
|
+
"@types/node" "^22.5.2"
|
|
1079
|
+
"@types/wrap-ansi" "^3.0.0"
|
|
1080
|
+
ansi-escapes "^4.3.2"
|
|
1081
|
+
cli-spinners "^2.9.2"
|
|
1082
|
+
cli-width "^4.1.0"
|
|
1083
|
+
mute-stream "^1.0.0"
|
|
1084
|
+
signal-exit "^4.1.0"
|
|
1085
|
+
strip-ansi "^6.0.1"
|
|
1086
|
+
wrap-ansi "^6.2.0"
|
|
1087
|
+
yoctocolors-cjs "^2.1.2"
|
|
1088
|
+
|
|
1070
1089
|
"@inquirer/figures@^1.0.4", "@inquirer/figures@^1.0.5":
|
|
1071
1090
|
version "1.0.5"
|
|
1072
1091
|
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.5.tgz#57f9a996d64d3e3345d2a3ca04d36912e94f8790"
|
|
@@ -1080,13 +1099,13 @@
|
|
|
1080
1099
|
"@inquirer/core" "^9.0.8"
|
|
1081
1100
|
"@inquirer/type" "^1.5.1"
|
|
1082
1101
|
|
|
1083
|
-
"@inquirer/password@^2.
|
|
1084
|
-
version "2.
|
|
1085
|
-
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-2.
|
|
1086
|
-
integrity sha512-
|
|
1102
|
+
"@inquirer/password@^2.2.0":
|
|
1103
|
+
version "2.2.0"
|
|
1104
|
+
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-2.2.0.tgz#0b6f26336c259c8a9e5f5a3f2e1a761564f764ba"
|
|
1105
|
+
integrity sha512-5otqIpgsPYIshqhgtEwSspBQE40etouR8VIxzpJkv9i0dVHIpyhiivbkH9/dGiMLdyamT54YRdGJLfl8TFnLHg==
|
|
1087
1106
|
dependencies:
|
|
1088
|
-
"@inquirer/core" "^9.0
|
|
1089
|
-
"@inquirer/type" "^1.5.
|
|
1107
|
+
"@inquirer/core" "^9.1.0"
|
|
1108
|
+
"@inquirer/type" "^1.5.3"
|
|
1090
1109
|
ansi-escapes "^4.3.2"
|
|
1091
1110
|
|
|
1092
1111
|
"@inquirer/select@^2.3.10":
|
|
@@ -1107,6 +1126,13 @@
|
|
|
1107
1126
|
dependencies:
|
|
1108
1127
|
mute-stream "^1.0.0"
|
|
1109
1128
|
|
|
1129
|
+
"@inquirer/type@^1.5.3":
|
|
1130
|
+
version "1.5.3"
|
|
1131
|
+
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.5.3.tgz#220ae9f3d5ae17dd3b2ce5ffd6b48c4a30c73181"
|
|
1132
|
+
integrity sha512-xUQ14WQGR/HK5ei+2CvgcwoH9fQ4PgPGmVFSN0pc1+fVyDL3MREhyAY7nxEErSu6CkllBM3D7e3e+kOvtu+eIg==
|
|
1133
|
+
dependencies:
|
|
1134
|
+
mute-stream "^1.0.0"
|
|
1135
|
+
|
|
1110
1136
|
"@isaacs/cliui@^8.0.2":
|
|
1111
1137
|
version "8.0.2"
|
|
1112
1138
|
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
|
|
@@ -1309,7 +1335,7 @@
|
|
|
1309
1335
|
strip-ansi "6.0.1"
|
|
1310
1336
|
ts-retry-promise "^0.8.1"
|
|
1311
1337
|
|
|
1312
|
-
"@salesforce/core@^8.3.0", "@salesforce/core@^8.
|
|
1338
|
+
"@salesforce/core@^8.3.0", "@salesforce/core@^8.5.1":
|
|
1313
1339
|
version "8.5.1"
|
|
1314
1340
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.5.1.tgz#1e58f6de05c3fee8f0cf9518c8e51893057655f6"
|
|
1315
1341
|
integrity sha512-GZtvkd8NWAWsMKoCNoTO/YrsEk7kA5QjqLURQzk6euflnjpOCdaGuTyer5ZPIa2jFp3UksupLqM4p1NHwMJIQA==
|
|
@@ -1370,7 +1396,7 @@
|
|
|
1370
1396
|
typescript "^5.5.4"
|
|
1371
1397
|
wireit "^0.14.5"
|
|
1372
1398
|
|
|
1373
|
-
"@salesforce/kit@^3.1.6", "@salesforce/kit@^3.2.1", "@salesforce/kit@^3.2.3":
|
|
1399
|
+
"@salesforce/kit@^3.1.6", "@salesforce/kit@^3.2.1", "@salesforce/kit@^3.2.2", "@salesforce/kit@^3.2.3":
|
|
1374
1400
|
version "3.2.3"
|
|
1375
1401
|
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.3.tgz#a7293c384ef6133191fe3590e604e3896fdecf4a"
|
|
1376
1402
|
integrity sha512-X8rZouLt06dxRkn+uYTwywWDS/NqZ783AyomGqgtWdUxF61EOJvu0ehtcYeutx9Ng08uuZ+s6wNvWiDsdhUcPg==
|
|
@@ -1401,16 +1427,16 @@
|
|
|
1401
1427
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
|
|
1402
1428
|
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
|
|
1403
1429
|
|
|
1404
|
-
"@salesforce/sf-plugins-core@^11.3.
|
|
1405
|
-
version "11.3.
|
|
1406
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.
|
|
1407
|
-
integrity sha512-
|
|
1430
|
+
"@salesforce/sf-plugins-core@^11.3.10", "@salesforce/sf-plugins-core@^11.3.5":
|
|
1431
|
+
version "11.3.10"
|
|
1432
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.10.tgz#22dcb645e24110a5a50a5ee2602c62d855e85de6"
|
|
1433
|
+
integrity sha512-Gvj6OM57cs1R/M/U8tWCo0srTyLNAsSOVtRWie8nz6x/qp6212ewkVgwwHBmP8XJsfuzjNvbzGcCjrCgwBzmCQ==
|
|
1408
1434
|
dependencies:
|
|
1409
1435
|
"@inquirer/confirm" "^3.1.22"
|
|
1410
|
-
"@inquirer/password" "^2.
|
|
1436
|
+
"@inquirer/password" "^2.2.0"
|
|
1411
1437
|
"@oclif/core" "^4.0.19"
|
|
1412
|
-
"@salesforce/core" "^8.
|
|
1413
|
-
"@salesforce/kit" "^3.2.
|
|
1438
|
+
"@salesforce/core" "^8.5.1"
|
|
1439
|
+
"@salesforce/kit" "^3.2.2"
|
|
1414
1440
|
"@salesforce/ts-types" "^2.0.12"
|
|
1415
1441
|
ansis "^3.3.2"
|
|
1416
1442
|
cli-progress "^3.12.0"
|
|
@@ -2099,6 +2125,13 @@
|
|
|
2099
2125
|
dependencies:
|
|
2100
2126
|
undici-types "~5.26.4"
|
|
2101
2127
|
|
|
2128
|
+
"@types/node@^22.5.2":
|
|
2129
|
+
version "22.5.5"
|
|
2130
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.5.tgz#52f939dd0f65fc552a4ad0b392f3c466cc5d7a44"
|
|
2131
|
+
integrity sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==
|
|
2132
|
+
dependencies:
|
|
2133
|
+
undici-types "~6.19.2"
|
|
2134
|
+
|
|
2102
2135
|
"@types/normalize-package-data@^2.4.0":
|
|
2103
2136
|
version "2.4.1"
|
|
2104
2137
|
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
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.32",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@salesforce/core": "^8.5.1",
|
|
9
9
|
"@salesforce/kit": "^3.2.3",
|
|
10
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
10
|
+
"@salesforce/sf-plugins-core": "^11.3.10"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@jsforce/jsforce-node": "^3.4.1",
|
|
@@ -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.32.crt",
|
|
208
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.2.32.sig"
|
|
209
209
|
}
|
|
210
210
|
}
|