@salesforce/plugin-community 3.2.4 → 3.2.6
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 +78 -267
- package/oclif.lock +49 -85
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
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.6/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.6/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.6/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.2.
|
|
3
|
+
"version": "3.2.6",
|
|
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.6",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.26.2",
|
|
13
|
-
"@salesforce/core": "^7.3.
|
|
13
|
+
"@salesforce/core": "^7.3.1",
|
|
14
14
|
"@salesforce/kit": "^3.1.0",
|
|
15
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
15
|
+
"@salesforce/sf-plugins-core": "^9.0.5"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
|
18
|
+
"@oclif/plugin-command-snapshot": "^5.1.7",
|
|
19
19
|
"@salesforce/cli-plugins-testkit": "^5.2.0",
|
|
20
20
|
"@salesforce/dev-scripts": "^9.0.0",
|
|
21
21
|
"@salesforce/plugin-command-reference": "^3.0.78",
|
|
22
22
|
"@salesforce/ts-types": "^2.0.9",
|
|
23
|
-
"eslint-plugin-sf-plugin": "^1.18.
|
|
23
|
+
"eslint-plugin-sf-plugin": "^1.18.1",
|
|
24
24
|
"jsforce": "^2.0.0-beta.29",
|
|
25
|
-
"oclif": "^4.
|
|
25
|
+
"oclif": "^4.9.0",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
27
27
|
"typescript": "^5.4.5"
|
|
28
28
|
},
|
|
@@ -2739,15 +2739,6 @@
|
|
|
2739
2739
|
"node": ">=14.18.0"
|
|
2740
2740
|
}
|
|
2741
2741
|
},
|
|
2742
|
-
"node_modules/@inquirer/confirm/node_modules/@inquirer/type": {
|
|
2743
|
-
"version": "1.2.0",
|
|
2744
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.2.0.tgz",
|
|
2745
|
-
"integrity": "sha512-/vvkUkYhrjbm+RolU7V1aUFDydZVKNKqKHR5TsE+j5DXgXFwrsOPcoGUJ02K0O7q7O53CU2DOTMYCHeGZ25WHA==",
|
|
2746
|
-
"license": "MIT",
|
|
2747
|
-
"engines": {
|
|
2748
|
-
"node": ">=18"
|
|
2749
|
-
}
|
|
2750
|
-
},
|
|
2751
2742
|
"node_modules/@inquirer/core": {
|
|
2752
2743
|
"version": "6.0.0",
|
|
2753
2744
|
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-6.0.0.tgz",
|
|
@@ -2773,15 +2764,6 @@
|
|
|
2773
2764
|
"node": ">=14.18.0"
|
|
2774
2765
|
}
|
|
2775
2766
|
},
|
|
2776
|
-
"node_modules/@inquirer/core/node_modules/@inquirer/type": {
|
|
2777
|
-
"version": "1.2.0",
|
|
2778
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.2.0.tgz",
|
|
2779
|
-
"integrity": "sha512-/vvkUkYhrjbm+RolU7V1aUFDydZVKNKqKHR5TsE+j5DXgXFwrsOPcoGUJ02K0O7q7O53CU2DOTMYCHeGZ25WHA==",
|
|
2780
|
-
"license": "MIT",
|
|
2781
|
-
"engines": {
|
|
2782
|
-
"node": ">=18"
|
|
2783
|
-
}
|
|
2784
|
-
},
|
|
2785
2767
|
"node_modules/@inquirer/core/node_modules/signal-exit": {
|
|
2786
2768
|
"version": "4.1.0",
|
|
2787
2769
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -2843,6 +2825,16 @@
|
|
|
2843
2825
|
"node": ">=18"
|
|
2844
2826
|
}
|
|
2845
2827
|
},
|
|
2828
|
+
"node_modules/@inquirer/input/node_modules/@inquirer/type": {
|
|
2829
|
+
"version": "1.3.0",
|
|
2830
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.3.0.tgz",
|
|
2831
|
+
"integrity": "sha512-RW4Zf6RCTnInRaOZuRHTqAUl+v6VJuQGglir7nW2BkT3OXOphMhkIFhvFRjorBx2l0VwtC/M4No8vYR65TdN9Q==",
|
|
2832
|
+
"dev": true,
|
|
2833
|
+
"license": "MIT",
|
|
2834
|
+
"engines": {
|
|
2835
|
+
"node": ">=18"
|
|
2836
|
+
}
|
|
2837
|
+
},
|
|
2846
2838
|
"node_modules/@inquirer/input/node_modules/@types/node": {
|
|
2847
2839
|
"version": "20.12.7",
|
|
2848
2840
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz",
|
|
@@ -2881,15 +2873,6 @@
|
|
|
2881
2873
|
"node": ">=14.18.0"
|
|
2882
2874
|
}
|
|
2883
2875
|
},
|
|
2884
|
-
"node_modules/@inquirer/password/node_modules/@inquirer/type": {
|
|
2885
|
-
"version": "1.2.0",
|
|
2886
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.2.0.tgz",
|
|
2887
|
-
"integrity": "sha512-/vvkUkYhrjbm+RolU7V1aUFDydZVKNKqKHR5TsE+j5DXgXFwrsOPcoGUJ02K0O7q7O53CU2DOTMYCHeGZ25WHA==",
|
|
2888
|
-
"license": "MIT",
|
|
2889
|
-
"engines": {
|
|
2890
|
-
"node": ">=18"
|
|
2891
|
-
}
|
|
2892
|
-
},
|
|
2893
2876
|
"node_modules/@inquirer/select": {
|
|
2894
2877
|
"version": "2.3.0",
|
|
2895
2878
|
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.3.0.tgz",
|
|
@@ -2932,6 +2915,16 @@
|
|
|
2932
2915
|
"node": ">=18"
|
|
2933
2916
|
}
|
|
2934
2917
|
},
|
|
2918
|
+
"node_modules/@inquirer/select/node_modules/@inquirer/type": {
|
|
2919
|
+
"version": "1.3.0",
|
|
2920
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.3.0.tgz",
|
|
2921
|
+
"integrity": "sha512-RW4Zf6RCTnInRaOZuRHTqAUl+v6VJuQGglir7nW2BkT3OXOphMhkIFhvFRjorBx2l0VwtC/M4No8vYR65TdN9Q==",
|
|
2922
|
+
"dev": true,
|
|
2923
|
+
"license": "MIT",
|
|
2924
|
+
"engines": {
|
|
2925
|
+
"node": ">=18"
|
|
2926
|
+
}
|
|
2927
|
+
},
|
|
2935
2928
|
"node_modules/@inquirer/select/node_modules/@types/node": {
|
|
2936
2929
|
"version": "20.12.7",
|
|
2937
2930
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz",
|
|
@@ -2956,10 +2949,9 @@
|
|
|
2956
2949
|
}
|
|
2957
2950
|
},
|
|
2958
2951
|
"node_modules/@inquirer/type": {
|
|
2959
|
-
"version": "1.
|
|
2960
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.
|
|
2961
|
-
"integrity": "sha512
|
|
2962
|
-
"dev": true,
|
|
2952
|
+
"version": "1.2.0",
|
|
2953
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.2.0.tgz",
|
|
2954
|
+
"integrity": "sha512-/vvkUkYhrjbm+RolU7V1aUFDydZVKNKqKHR5TsE+j5DXgXFwrsOPcoGUJ02K0O7q7O53CU2DOTMYCHeGZ25WHA==",
|
|
2963
2955
|
"license": "MIT",
|
|
2964
2956
|
"engines": {
|
|
2965
2957
|
"node": ">=18"
|
|
@@ -3313,21 +3305,6 @@
|
|
|
3313
3305
|
"sprintf-js": "~1.0.2"
|
|
3314
3306
|
}
|
|
3315
3307
|
},
|
|
3316
|
-
"node_modules/@oclif/core/node_modules/ejs": {
|
|
3317
|
-
"version": "3.1.10",
|
|
3318
|
-
"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz",
|
|
3319
|
-
"integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==",
|
|
3320
|
-
"license": "Apache-2.0",
|
|
3321
|
-
"dependencies": {
|
|
3322
|
-
"jake": "^10.8.5"
|
|
3323
|
-
},
|
|
3324
|
-
"bin": {
|
|
3325
|
-
"ejs": "bin/cli.js"
|
|
3326
|
-
},
|
|
3327
|
-
"engines": {
|
|
3328
|
-
"node": ">=0.10.0"
|
|
3329
|
-
}
|
|
3330
|
-
},
|
|
3331
3308
|
"node_modules/@oclif/core/node_modules/js-yaml": {
|
|
3332
3309
|
"version": "3.14.1",
|
|
3333
3310
|
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
@@ -3389,13 +3366,13 @@
|
|
|
3389
3366
|
}
|
|
3390
3367
|
},
|
|
3391
3368
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3392
|
-
"version": "5.1.
|
|
3393
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
3394
|
-
"integrity": "sha512-
|
|
3369
|
+
"version": "5.1.7",
|
|
3370
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz",
|
|
3371
|
+
"integrity": "sha512-pUxopI9/bAZ0ddwLSAH2L7V/vSbzvobjvOtUk5XMm49Rkf/+b+dqcsf/J1uVh8LCMQz8OYfa4lVc/t4hBpD1Kw==",
|
|
3395
3372
|
"dev": true,
|
|
3396
3373
|
"license": "MIT",
|
|
3397
3374
|
"dependencies": {
|
|
3398
|
-
"@oclif/core": "3.26.
|
|
3375
|
+
"@oclif/core": "3.26.4",
|
|
3399
3376
|
"@types/lodash.difference": "^4.5.9",
|
|
3400
3377
|
"chalk": "^5.3.0",
|
|
3401
3378
|
"globby": "^14.0.1",
|
|
@@ -3410,117 +3387,6 @@
|
|
|
3410
3387
|
"node": ">=18.0.0"
|
|
3411
3388
|
}
|
|
3412
3389
|
},
|
|
3413
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
3414
|
-
"version": "3.26.0",
|
|
3415
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.0.tgz",
|
|
3416
|
-
"integrity": "sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==",
|
|
3417
|
-
"dev": true,
|
|
3418
|
-
"license": "MIT",
|
|
3419
|
-
"dependencies": {
|
|
3420
|
-
"@types/cli-progress": "^3.11.5",
|
|
3421
|
-
"ansi-escapes": "^4.3.2",
|
|
3422
|
-
"ansi-styles": "^4.3.0",
|
|
3423
|
-
"cardinal": "^2.1.1",
|
|
3424
|
-
"chalk": "^4.1.2",
|
|
3425
|
-
"clean-stack": "^3.0.1",
|
|
3426
|
-
"cli-progress": "^3.12.0",
|
|
3427
|
-
"color": "^4.2.3",
|
|
3428
|
-
"debug": "^4.3.4",
|
|
3429
|
-
"ejs": "^3.1.9",
|
|
3430
|
-
"get-package-type": "^0.1.0",
|
|
3431
|
-
"globby": "^11.1.0",
|
|
3432
|
-
"hyperlinker": "^1.0.0",
|
|
3433
|
-
"indent-string": "^4.0.0",
|
|
3434
|
-
"is-wsl": "^2.2.0",
|
|
3435
|
-
"js-yaml": "^3.14.1",
|
|
3436
|
-
"minimatch": "^9.0.3",
|
|
3437
|
-
"natural-orderby": "^2.0.3",
|
|
3438
|
-
"object-treeify": "^1.1.33",
|
|
3439
|
-
"password-prompt": "^1.1.3",
|
|
3440
|
-
"slice-ansi": "^4.0.0",
|
|
3441
|
-
"string-width": "^4.2.3",
|
|
3442
|
-
"strip-ansi": "^6.0.1",
|
|
3443
|
-
"supports-color": "^8.1.1",
|
|
3444
|
-
"supports-hyperlinks": "^2.2.0",
|
|
3445
|
-
"widest-line": "^3.1.0",
|
|
3446
|
-
"wordwrap": "^1.0.0",
|
|
3447
|
-
"wrap-ansi": "^7.0.0"
|
|
3448
|
-
},
|
|
3449
|
-
"engines": {
|
|
3450
|
-
"node": ">=18.0.0"
|
|
3451
|
-
}
|
|
3452
|
-
},
|
|
3453
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
|
|
3454
|
-
"version": "4.1.2",
|
|
3455
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
3456
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
3457
|
-
"dev": true,
|
|
3458
|
-
"license": "MIT",
|
|
3459
|
-
"dependencies": {
|
|
3460
|
-
"ansi-styles": "^4.1.0",
|
|
3461
|
-
"supports-color": "^7.1.0"
|
|
3462
|
-
},
|
|
3463
|
-
"engines": {
|
|
3464
|
-
"node": ">=10"
|
|
3465
|
-
},
|
|
3466
|
-
"funding": {
|
|
3467
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3468
|
-
}
|
|
3469
|
-
},
|
|
3470
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
3471
|
-
"version": "7.2.0",
|
|
3472
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
3473
|
-
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
3474
|
-
"dev": true,
|
|
3475
|
-
"license": "MIT",
|
|
3476
|
-
"dependencies": {
|
|
3477
|
-
"has-flag": "^4.0.0"
|
|
3478
|
-
},
|
|
3479
|
-
"engines": {
|
|
3480
|
-
"node": ">=8"
|
|
3481
|
-
}
|
|
3482
|
-
},
|
|
3483
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
|
|
3484
|
-
"version": "11.1.0",
|
|
3485
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
3486
|
-
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
3487
|
-
"dev": true,
|
|
3488
|
-
"license": "MIT",
|
|
3489
|
-
"dependencies": {
|
|
3490
|
-
"array-union": "^2.1.0",
|
|
3491
|
-
"dir-glob": "^3.0.1",
|
|
3492
|
-
"fast-glob": "^3.2.9",
|
|
3493
|
-
"ignore": "^5.2.0",
|
|
3494
|
-
"merge2": "^1.4.1",
|
|
3495
|
-
"slash": "^3.0.0"
|
|
3496
|
-
},
|
|
3497
|
-
"engines": {
|
|
3498
|
-
"node": ">=10"
|
|
3499
|
-
},
|
|
3500
|
-
"funding": {
|
|
3501
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3502
|
-
}
|
|
3503
|
-
},
|
|
3504
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
|
|
3505
|
-
"version": "3.0.0",
|
|
3506
|
-
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
3507
|
-
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
3508
|
-
"dev": true,
|
|
3509
|
-
"license": "MIT",
|
|
3510
|
-
"engines": {
|
|
3511
|
-
"node": ">=8"
|
|
3512
|
-
}
|
|
3513
|
-
},
|
|
3514
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/argparse": {
|
|
3515
|
-
"version": "1.0.10",
|
|
3516
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
3517
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
3518
|
-
"dev": true,
|
|
3519
|
-
"license": "MIT",
|
|
3520
|
-
"dependencies": {
|
|
3521
|
-
"sprintf-js": "~1.0.2"
|
|
3522
|
-
}
|
|
3523
|
-
},
|
|
3524
3390
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/chalk": {
|
|
3525
3391
|
"version": "5.3.0",
|
|
3526
3392
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -3555,36 +3421,6 @@
|
|
|
3555
3421
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3556
3422
|
}
|
|
3557
3423
|
},
|
|
3558
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/js-yaml": {
|
|
3559
|
-
"version": "3.14.1",
|
|
3560
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3561
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3562
|
-
"dev": true,
|
|
3563
|
-
"license": "MIT",
|
|
3564
|
-
"dependencies": {
|
|
3565
|
-
"argparse": "^1.0.7",
|
|
3566
|
-
"esprima": "^4.0.0"
|
|
3567
|
-
},
|
|
3568
|
-
"bin": {
|
|
3569
|
-
"js-yaml": "bin/js-yaml.js"
|
|
3570
|
-
}
|
|
3571
|
-
},
|
|
3572
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/minimatch": {
|
|
3573
|
-
"version": "9.0.4",
|
|
3574
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
3575
|
-
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
3576
|
-
"dev": true,
|
|
3577
|
-
"license": "ISC",
|
|
3578
|
-
"dependencies": {
|
|
3579
|
-
"brace-expansion": "^2.0.1"
|
|
3580
|
-
},
|
|
3581
|
-
"engines": {
|
|
3582
|
-
"node": ">=16 || 14 >=14.17"
|
|
3583
|
-
},
|
|
3584
|
-
"funding": {
|
|
3585
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
3586
|
-
}
|
|
3587
|
-
},
|
|
3588
3424
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
3589
3425
|
"version": "5.0.0",
|
|
3590
3426
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
@@ -3611,40 +3447,6 @@
|
|
|
3611
3447
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3612
3448
|
}
|
|
3613
3449
|
},
|
|
3614
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
|
|
3615
|
-
"version": "8.1.1",
|
|
3616
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3617
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3618
|
-
"dev": true,
|
|
3619
|
-
"license": "MIT",
|
|
3620
|
-
"dependencies": {
|
|
3621
|
-
"has-flag": "^4.0.0"
|
|
3622
|
-
},
|
|
3623
|
-
"engines": {
|
|
3624
|
-
"node": ">=10"
|
|
3625
|
-
},
|
|
3626
|
-
"funding": {
|
|
3627
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3628
|
-
}
|
|
3629
|
-
},
|
|
3630
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/wrap-ansi": {
|
|
3631
|
-
"version": "7.0.0",
|
|
3632
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
3633
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
3634
|
-
"dev": true,
|
|
3635
|
-
"license": "MIT",
|
|
3636
|
-
"dependencies": {
|
|
3637
|
-
"ansi-styles": "^4.0.0",
|
|
3638
|
-
"string-width": "^4.1.0",
|
|
3639
|
-
"strip-ansi": "^6.0.0"
|
|
3640
|
-
},
|
|
3641
|
-
"engines": {
|
|
3642
|
-
"node": ">=10"
|
|
3643
|
-
},
|
|
3644
|
-
"funding": {
|
|
3645
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3646
|
-
}
|
|
3647
|
-
},
|
|
3648
3450
|
"node_modules/@oclif/plugin-help": {
|
|
3649
3451
|
"version": "6.0.21",
|
|
3650
3452
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.21.tgz",
|
|
@@ -3849,13 +3651,13 @@
|
|
|
3849
3651
|
}
|
|
3850
3652
|
},
|
|
3851
3653
|
"node_modules/@salesforce/core": {
|
|
3852
|
-
"version": "7.3.
|
|
3853
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.
|
|
3854
|
-
"integrity": "sha512-
|
|
3654
|
+
"version": "7.3.1",
|
|
3655
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.1.tgz",
|
|
3656
|
+
"integrity": "sha512-jdc0GOUlV4xvyF9dPbBKNPDvQc06uj5YHFEHvdhCAFtCvqgtubpDzlyDppac2kdKujh4c7UH2KreboNvJ3LsoQ==",
|
|
3855
3657
|
"license": "BSD-3-Clause",
|
|
3856
3658
|
"dependencies": {
|
|
3857
3659
|
"@jsforce/jsforce-node": "^3.1.0",
|
|
3858
|
-
"@salesforce/kit": "^3.1.
|
|
3660
|
+
"@salesforce/kit": "^3.1.1",
|
|
3859
3661
|
"@salesforce/schemas": "^1.7.0",
|
|
3860
3662
|
"@salesforce/ts-types": "^2.0.9",
|
|
3861
3663
|
"ajv": "^8.12.0",
|
|
@@ -3957,9 +3759,9 @@
|
|
|
3957
3759
|
}
|
|
3958
3760
|
},
|
|
3959
3761
|
"node_modules/@salesforce/kit": {
|
|
3960
|
-
"version": "3.1.
|
|
3961
|
-
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.
|
|
3962
|
-
"integrity": "sha512-
|
|
3762
|
+
"version": "3.1.1",
|
|
3763
|
+
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.1.tgz",
|
|
3764
|
+
"integrity": "sha512-Cjkh+USp5PtdZmD30r1Y7d+USpIhQz9B48w76esBtYpgqzhyj806LHkVgEfmorLNq2Qe8EO5rtUYd+XZ3rnV9w==",
|
|
3963
3765
|
"license": "BSD-3-Clause",
|
|
3964
3766
|
"dependencies": {
|
|
3965
3767
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -4013,15 +3815,15 @@
|
|
|
4013
3815
|
"license": "ISC"
|
|
4014
3816
|
},
|
|
4015
3817
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
4016
|
-
"version": "9.0.
|
|
4017
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
4018
|
-
"integrity": "sha512-
|
|
3818
|
+
"version": "9.0.5",
|
|
3819
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.5.tgz",
|
|
3820
|
+
"integrity": "sha512-il3/mKhmoDMbTdlX5G2YJw3LaJd1D3FlsPEr4gg8sXK1/gxRz0SCqcaXsjWa4Fo6i12zkW8Qgsd5vQ3N6ojiXA==",
|
|
4019
3821
|
"license": "BSD-3-Clause",
|
|
4020
3822
|
"dependencies": {
|
|
4021
3823
|
"@inquirer/confirm": "^2.0.17",
|
|
4022
3824
|
"@inquirer/password": "^1.1.16",
|
|
4023
|
-
"@oclif/core": "^3.26.
|
|
4024
|
-
"@salesforce/core": "^7.
|
|
3825
|
+
"@oclif/core": "^3.26.2",
|
|
3826
|
+
"@salesforce/core": "^7.3.0",
|
|
4025
3827
|
"@salesforce/kit": "^3.1.0",
|
|
4026
3828
|
"@salesforce/ts-types": "^2.0.9",
|
|
4027
3829
|
"chalk": "^5.3.0"
|
|
@@ -6935,10 +6737,9 @@
|
|
|
6935
6737
|
}
|
|
6936
6738
|
},
|
|
6937
6739
|
"node_modules/ejs": {
|
|
6938
|
-
"version": "3.1.
|
|
6939
|
-
"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.
|
|
6940
|
-
"integrity": "sha512-
|
|
6941
|
-
"dev": true,
|
|
6740
|
+
"version": "3.1.10",
|
|
6741
|
+
"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz",
|
|
6742
|
+
"integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==",
|
|
6942
6743
|
"license": "Apache-2.0",
|
|
6943
6744
|
"dependencies": {
|
|
6944
6745
|
"jake": "^10.8.5"
|
|
@@ -7378,13 +7179,13 @@
|
|
|
7378
7179
|
}
|
|
7379
7180
|
},
|
|
7380
7181
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
7381
|
-
"version": "1.18.
|
|
7382
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.
|
|
7383
|
-
"integrity": "sha512-
|
|
7182
|
+
"version": "1.18.1",
|
|
7183
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.1.tgz",
|
|
7184
|
+
"integrity": "sha512-MNVe0SRlDQBZeDzuYNxmqYNNGc147RR7YINpGM6M9w9hGmdAycPf2ZP6bpwgLXcDQRxzqTn/QnfCHq8NBRE7yA==",
|
|
7384
7185
|
"dev": true,
|
|
7385
7186
|
"license": "BSD-3-Clause",
|
|
7386
7187
|
"dependencies": {
|
|
7387
|
-
"@salesforce/core": "^7.
|
|
7188
|
+
"@salesforce/core": "^7.2.0",
|
|
7388
7189
|
"@typescript-eslint/utils": "^6.17.0"
|
|
7389
7190
|
},
|
|
7390
7191
|
"engines": {
|
|
@@ -11062,18 +10863,18 @@
|
|
|
11062
10863
|
}
|
|
11063
10864
|
},
|
|
11064
10865
|
"node_modules/oclif": {
|
|
11065
|
-
"version": "4.
|
|
11066
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
11067
|
-
"integrity": "sha512-
|
|
10866
|
+
"version": "4.9.0",
|
|
10867
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.9.0.tgz",
|
|
10868
|
+
"integrity": "sha512-35wI+Rqu7iDix6iLToYyqTw7aHDxzUsymt2JZ5HMzrZWlaebDwkYMJTyOT08e9IQY8U8k4+zZPie1hLTxdEOFg==",
|
|
11068
10869
|
"dev": true,
|
|
11069
10870
|
"license": "MIT",
|
|
11070
10871
|
"dependencies": {
|
|
11071
10872
|
"@aws-sdk/client-cloudfront": "^3.535.0",
|
|
11072
10873
|
"@aws-sdk/client-s3": "^3.554.0",
|
|
11073
|
-
"@inquirer/confirm": "^3.1.
|
|
10874
|
+
"@inquirer/confirm": "^3.1.5",
|
|
11074
10875
|
"@inquirer/input": "^2.1.1",
|
|
11075
10876
|
"@inquirer/select": "^2.2.1",
|
|
11076
|
-
"@oclif/core": "^3.26.
|
|
10877
|
+
"@oclif/core": "^3.26.4",
|
|
11077
10878
|
"@oclif/plugin-help": "^6.0.21",
|
|
11078
10879
|
"@oclif/plugin-not-found": "^3.0.14",
|
|
11079
10880
|
"@oclif/plugin-warn-if-update-available": "^3.0.14",
|
|
@@ -11081,7 +10882,7 @@
|
|
|
11081
10882
|
"chalk": "^4",
|
|
11082
10883
|
"change-case": "^4",
|
|
11083
10884
|
"debug": "^4.3.3",
|
|
11084
|
-
"ejs": "^3.1.
|
|
10885
|
+
"ejs": "^3.1.10",
|
|
11085
10886
|
"find-yarn-workspace-root": "^2.0.0",
|
|
11086
10887
|
"fs-extra": "^8.1",
|
|
11087
10888
|
"github-slugger": "^1.5.0",
|
|
@@ -11100,28 +10901,28 @@
|
|
|
11100
10901
|
}
|
|
11101
10902
|
},
|
|
11102
10903
|
"node_modules/oclif/node_modules/@inquirer/confirm": {
|
|
11103
|
-
"version": "3.1.
|
|
11104
|
-
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.
|
|
11105
|
-
"integrity": "sha512-
|
|
10904
|
+
"version": "3.1.6",
|
|
10905
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.6.tgz",
|
|
10906
|
+
"integrity": "sha512-Mj4TU29g6Uy+37UtpA8UpEOI2icBfpCwSW1QDtfx60wRhUy90s/kHPif2OXSSvuwDQT1lhAYRWUfkNf9Tecxvg==",
|
|
11106
10907
|
"dev": true,
|
|
11107
10908
|
"license": "MIT",
|
|
11108
10909
|
"dependencies": {
|
|
11109
|
-
"@inquirer/core": "^8.0
|
|
11110
|
-
"@inquirer/type": "^1.3.
|
|
10910
|
+
"@inquirer/core": "^8.1.0",
|
|
10911
|
+
"@inquirer/type": "^1.3.1"
|
|
11111
10912
|
},
|
|
11112
10913
|
"engines": {
|
|
11113
10914
|
"node": ">=18"
|
|
11114
10915
|
}
|
|
11115
10916
|
},
|
|
11116
10917
|
"node_modules/oclif/node_modules/@inquirer/core": {
|
|
11117
|
-
"version": "8.0
|
|
11118
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.0.
|
|
11119
|
-
"integrity": "sha512-
|
|
10918
|
+
"version": "8.1.0",
|
|
10919
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.1.0.tgz",
|
|
10920
|
+
"integrity": "sha512-kfx0SU9nWgGe1f03ao/uXc85SFH1v2w3vQVH7QDGjKxdtJz+7vPitFtG++BTyJMYyYgH8MpXigutcXJeiQwVRw==",
|
|
11120
10921
|
"dev": true,
|
|
11121
10922
|
"license": "MIT",
|
|
11122
10923
|
"dependencies": {
|
|
11123
10924
|
"@inquirer/figures": "^1.0.1",
|
|
11124
|
-
"@inquirer/type": "^1.3.
|
|
10925
|
+
"@inquirer/type": "^1.3.1",
|
|
11125
10926
|
"@types/mute-stream": "^0.0.4",
|
|
11126
10927
|
"@types/node": "^20.12.7",
|
|
11127
10928
|
"@types/wrap-ansi": "^3.0.0",
|
|
@@ -11148,6 +10949,16 @@
|
|
|
11148
10949
|
"node": ">=18"
|
|
11149
10950
|
}
|
|
11150
10951
|
},
|
|
10952
|
+
"node_modules/oclif/node_modules/@inquirer/type": {
|
|
10953
|
+
"version": "1.3.1",
|
|
10954
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.3.1.tgz",
|
|
10955
|
+
"integrity": "sha512-Pe3PFccjPVJV1vtlfVvm9OnlbxqdnP5QcscFEFEnK5quChf1ufZtM0r8mR5ToWHMxZOh0s8o/qp9ANGRTo/DAw==",
|
|
10956
|
+
"dev": true,
|
|
10957
|
+
"license": "MIT",
|
|
10958
|
+
"engines": {
|
|
10959
|
+
"node": ">=18"
|
|
10960
|
+
}
|
|
10961
|
+
},
|
|
11151
10962
|
"node_modules/oclif/node_modules/@types/node": {
|
|
11152
10963
|
"version": "20.12.7",
|
|
11153
10964
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1330,13 +1330,13 @@
|
|
|
1330
1330
|
"@inquirer/type" "^1.1.6"
|
|
1331
1331
|
chalk "^4.1.2"
|
|
1332
1332
|
|
|
1333
|
-
"@inquirer/confirm@^3.1.
|
|
1334
|
-
version "3.1.
|
|
1335
|
-
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.
|
|
1336
|
-
integrity sha512-
|
|
1333
|
+
"@inquirer/confirm@^3.1.5":
|
|
1334
|
+
version "3.1.6"
|
|
1335
|
+
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.6.tgz#e2b6bdfb2bf307a93024dc5325080b7b750c6c3f"
|
|
1336
|
+
integrity sha512-Mj4TU29g6Uy+37UtpA8UpEOI2icBfpCwSW1QDtfx60wRhUy90s/kHPif2OXSSvuwDQT1lhAYRWUfkNf9Tecxvg==
|
|
1337
1337
|
dependencies:
|
|
1338
|
-
"@inquirer/core" "^8.0
|
|
1339
|
-
"@inquirer/type" "^1.3.
|
|
1338
|
+
"@inquirer/core" "^8.1.0"
|
|
1339
|
+
"@inquirer/type" "^1.3.1"
|
|
1340
1340
|
|
|
1341
1341
|
"@inquirer/core@^6.0.0":
|
|
1342
1342
|
version "6.0.0"
|
|
@@ -1377,13 +1377,13 @@
|
|
|
1377
1377
|
strip-ansi "^6.0.1"
|
|
1378
1378
|
wrap-ansi "^6.2.0"
|
|
1379
1379
|
|
|
1380
|
-
"@inquirer/core@^8.0
|
|
1381
|
-
version "8.0
|
|
1382
|
-
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-8.0.
|
|
1383
|
-
integrity sha512-
|
|
1380
|
+
"@inquirer/core@^8.1.0":
|
|
1381
|
+
version "8.1.0"
|
|
1382
|
+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-8.1.0.tgz#ec8d298dbac1b850ffef8d918f8fe4f0848af91a"
|
|
1383
|
+
integrity sha512-kfx0SU9nWgGe1f03ao/uXc85SFH1v2w3vQVH7QDGjKxdtJz+7vPitFtG++BTyJMYyYgH8MpXigutcXJeiQwVRw==
|
|
1384
1384
|
dependencies:
|
|
1385
1385
|
"@inquirer/figures" "^1.0.1"
|
|
1386
|
-
"@inquirer/type" "^1.3.
|
|
1386
|
+
"@inquirer/type" "^1.3.1"
|
|
1387
1387
|
"@types/mute-stream" "^0.0.4"
|
|
1388
1388
|
"@types/node" "^20.12.7"
|
|
1389
1389
|
"@types/wrap-ansi" "^3.0.0"
|
|
@@ -1445,6 +1445,11 @@
|
|
|
1445
1445
|
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.3.0.tgz#9dcb4e0e8bbec03063aff7806072cc90eea2c61d"
|
|
1446
1446
|
integrity sha512-RW4Zf6RCTnInRaOZuRHTqAUl+v6VJuQGglir7nW2BkT3OXOphMhkIFhvFRjorBx2l0VwtC/M4No8vYR65TdN9Q==
|
|
1447
1447
|
|
|
1448
|
+
"@inquirer/type@^1.3.1":
|
|
1449
|
+
version "1.3.1"
|
|
1450
|
+
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.3.1.tgz#afb95ff78f44fff7e8a00e17d5820db6add2a076"
|
|
1451
|
+
integrity sha512-Pe3PFccjPVJV1vtlfVvm9OnlbxqdnP5QcscFEFEnK5quChf1ufZtM0r8mR5ToWHMxZOh0s8o/qp9ANGRTo/DAw==
|
|
1452
|
+
|
|
1448
1453
|
"@isaacs/cliui@^8.0.2":
|
|
1449
1454
|
version "8.0.2"
|
|
1450
1455
|
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
|
|
@@ -1562,41 +1567,7 @@
|
|
|
1562
1567
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1563
1568
|
fastq "^1.6.0"
|
|
1564
1569
|
|
|
1565
|
-
"@oclif/core@3.26.0":
|
|
1566
|
-
version "3.26.0"
|
|
1567
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279"
|
|
1568
|
-
integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==
|
|
1569
|
-
dependencies:
|
|
1570
|
-
"@types/cli-progress" "^3.11.5"
|
|
1571
|
-
ansi-escapes "^4.3.2"
|
|
1572
|
-
ansi-styles "^4.3.0"
|
|
1573
|
-
cardinal "^2.1.1"
|
|
1574
|
-
chalk "^4.1.2"
|
|
1575
|
-
clean-stack "^3.0.1"
|
|
1576
|
-
cli-progress "^3.12.0"
|
|
1577
|
-
color "^4.2.3"
|
|
1578
|
-
debug "^4.3.4"
|
|
1579
|
-
ejs "^3.1.9"
|
|
1580
|
-
get-package-type "^0.1.0"
|
|
1581
|
-
globby "^11.1.0"
|
|
1582
|
-
hyperlinker "^1.0.0"
|
|
1583
|
-
indent-string "^4.0.0"
|
|
1584
|
-
is-wsl "^2.2.0"
|
|
1585
|
-
js-yaml "^3.14.1"
|
|
1586
|
-
minimatch "^9.0.3"
|
|
1587
|
-
natural-orderby "^2.0.3"
|
|
1588
|
-
object-treeify "^1.1.33"
|
|
1589
|
-
password-prompt "^1.1.3"
|
|
1590
|
-
slice-ansi "^4.0.0"
|
|
1591
|
-
string-width "^4.2.3"
|
|
1592
|
-
strip-ansi "^6.0.1"
|
|
1593
|
-
supports-color "^8.1.1"
|
|
1594
|
-
supports-hyperlinks "^2.2.0"
|
|
1595
|
-
widest-line "^3.1.0"
|
|
1596
|
-
wordwrap "^1.0.0"
|
|
1597
|
-
wrap-ansi "^7.0.0"
|
|
1598
|
-
|
|
1599
|
-
"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3":
|
|
1570
|
+
"@oclif/core@3.26.4", "@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3", "@oclif/core@^3.26.4":
|
|
1600
1571
|
version "3.26.4"
|
|
1601
1572
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
|
|
1602
1573
|
integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
|
|
@@ -1630,12 +1601,12 @@
|
|
|
1630
1601
|
wordwrap "^1.0.0"
|
|
1631
1602
|
wrap-ansi "^7.0.0"
|
|
1632
1603
|
|
|
1633
|
-
"@oclif/plugin-command-snapshot@^5.1.
|
|
1634
|
-
version "5.1.
|
|
1635
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
1636
|
-
integrity sha512-
|
|
1604
|
+
"@oclif/plugin-command-snapshot@^5.1.7":
|
|
1605
|
+
version "5.1.7"
|
|
1606
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz#b62da4c6cf20fa38af139ca2e9ba75d2b49d4050"
|
|
1607
|
+
integrity sha512-pUxopI9/bAZ0ddwLSAH2L7V/vSbzvobjvOtUk5XMm49Rkf/+b+dqcsf/J1uVh8LCMQz8OYfa4lVc/t4hBpD1Kw==
|
|
1637
1608
|
dependencies:
|
|
1638
|
-
"@oclif/core" "3.26.
|
|
1609
|
+
"@oclif/core" "3.26.4"
|
|
1639
1610
|
"@types/lodash.difference" "^4.5.9"
|
|
1640
1611
|
chalk "^5.3.0"
|
|
1641
1612
|
globby "^14.0.1"
|
|
@@ -1694,13 +1665,13 @@
|
|
|
1694
1665
|
strip-ansi "6.0.1"
|
|
1695
1666
|
ts-retry-promise "^0.8.0"
|
|
1696
1667
|
|
|
1697
|
-
"@salesforce/core@^7.0.0", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0":
|
|
1698
|
-
version "7.3.
|
|
1699
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.
|
|
1700
|
-
integrity sha512-
|
|
1668
|
+
"@salesforce/core@^7.0.0", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1":
|
|
1669
|
+
version "7.3.1"
|
|
1670
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.1.tgz#cda324f7a5ff1be6d7381943b15b23dbe3cd5dec"
|
|
1671
|
+
integrity sha512-jdc0GOUlV4xvyF9dPbBKNPDvQc06uj5YHFEHvdhCAFtCvqgtubpDzlyDppac2kdKujh4c7UH2KreboNvJ3LsoQ==
|
|
1701
1672
|
dependencies:
|
|
1702
1673
|
"@jsforce/jsforce-node" "^3.1.0"
|
|
1703
|
-
"@salesforce/kit" "^3.1.
|
|
1674
|
+
"@salesforce/kit" "^3.1.1"
|
|
1704
1675
|
"@salesforce/schemas" "^1.7.0"
|
|
1705
1676
|
"@salesforce/ts-types" "^2.0.9"
|
|
1706
1677
|
ajv "^8.12.0"
|
|
@@ -1754,10 +1725,10 @@
|
|
|
1754
1725
|
typescript "^5.4.3"
|
|
1755
1726
|
wireit "^0.14.4"
|
|
1756
1727
|
|
|
1757
|
-
"@salesforce/kit@^3.1.0":
|
|
1758
|
-
version "3.1.
|
|
1759
|
-
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.
|
|
1760
|
-
integrity sha512-
|
|
1728
|
+
"@salesforce/kit@^3.1.0", "@salesforce/kit@^3.1.1":
|
|
1729
|
+
version "3.1.1"
|
|
1730
|
+
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.1.tgz#d2147a50887214763cdf1c456d306b6da554d928"
|
|
1731
|
+
integrity sha512-Cjkh+USp5PtdZmD30r1Y7d+USpIhQz9B48w76esBtYpgqzhyj806LHkVgEfmorLNq2Qe8EO5rtUYd+XZ3rnV9w==
|
|
1761
1732
|
dependencies:
|
|
1762
1733
|
"@salesforce/ts-types" "^2.0.9"
|
|
1763
1734
|
tslib "^2.6.2"
|
|
@@ -1786,15 +1757,15 @@
|
|
|
1786
1757
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.7.0.tgz#b7e0af3ee414ae7160bce351c0184d77ccb98fe3"
|
|
1787
1758
|
integrity sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==
|
|
1788
1759
|
|
|
1789
|
-
"@salesforce/sf-plugins-core@^9.0.1":
|
|
1790
|
-
version "9.0.
|
|
1791
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
1792
|
-
integrity sha512-
|
|
1760
|
+
"@salesforce/sf-plugins-core@^9.0.1", "@salesforce/sf-plugins-core@^9.0.5":
|
|
1761
|
+
version "9.0.5"
|
|
1762
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.5.tgz#34732af855a6b3205e89765a446ea01024cad227"
|
|
1763
|
+
integrity sha512-il3/mKhmoDMbTdlX5G2YJw3LaJd1D3FlsPEr4gg8sXK1/gxRz0SCqcaXsjWa4Fo6i12zkW8Qgsd5vQ3N6ojiXA==
|
|
1793
1764
|
dependencies:
|
|
1794
1765
|
"@inquirer/confirm" "^2.0.17"
|
|
1795
1766
|
"@inquirer/password" "^1.1.16"
|
|
1796
|
-
"@oclif/core" "^3.26.
|
|
1797
|
-
"@salesforce/core" "^7.
|
|
1767
|
+
"@oclif/core" "^3.26.2"
|
|
1768
|
+
"@salesforce/core" "^7.3.0"
|
|
1798
1769
|
"@salesforce/kit" "^3.1.0"
|
|
1799
1770
|
"@salesforce/ts-types" "^2.0.9"
|
|
1800
1771
|
chalk "^5.3.0"
|
|
@@ -3645,13 +3616,6 @@ ejs@^3.1.10:
|
|
|
3645
3616
|
dependencies:
|
|
3646
3617
|
jake "^10.8.5"
|
|
3647
3618
|
|
|
3648
|
-
ejs@^3.1.9:
|
|
3649
|
-
version "3.1.9"
|
|
3650
|
-
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.9.tgz#03c9e8777fe12686a9effcef22303ca3d8eeb361"
|
|
3651
|
-
integrity sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==
|
|
3652
|
-
dependencies:
|
|
3653
|
-
jake "^10.8.5"
|
|
3654
|
-
|
|
3655
3619
|
electron-to-chromium@^1.4.668:
|
|
3656
3620
|
version "1.4.690"
|
|
3657
3621
|
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.690.tgz#dd5145d45c49c08a9a6f7454127e660bdf9a3fa7"
|
|
@@ -3871,12 +3835,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
3871
3835
|
semver "^7.5.4"
|
|
3872
3836
|
spdx-expression-parse "^4.0.0"
|
|
3873
3837
|
|
|
3874
|
-
eslint-plugin-sf-plugin@^1.18.
|
|
3875
|
-
version "1.18.
|
|
3876
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.
|
|
3877
|
-
integrity sha512-
|
|
3838
|
+
eslint-plugin-sf-plugin@^1.18.1:
|
|
3839
|
+
version "1.18.1"
|
|
3840
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.1.tgz#a7760a29dd5f8569fb66608dd02674c36f2a2874"
|
|
3841
|
+
integrity sha512-MNVe0SRlDQBZeDzuYNxmqYNNGc147RR7YINpGM6M9w9hGmdAycPf2ZP6bpwgLXcDQRxzqTn/QnfCHq8NBRE7yA==
|
|
3878
3842
|
dependencies:
|
|
3879
|
-
"@salesforce/core" "^7.
|
|
3843
|
+
"@salesforce/core" "^7.2.0"
|
|
3880
3844
|
"@typescript-eslint/utils" "^6.17.0"
|
|
3881
3845
|
|
|
3882
3846
|
eslint-plugin-unicorn@^50.0.1:
|
|
@@ -5976,17 +5940,17 @@ object.values@^1.1.7:
|
|
|
5976
5940
|
define-properties "^1.2.0"
|
|
5977
5941
|
es-abstract "^1.22.1"
|
|
5978
5942
|
|
|
5979
|
-
oclif@^4.
|
|
5980
|
-
version "4.
|
|
5981
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.
|
|
5982
|
-
integrity sha512-
|
|
5943
|
+
oclif@^4.9.0:
|
|
5944
|
+
version "4.9.0"
|
|
5945
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.9.0.tgz#6519161de69b58559c2483b9ff81dd16ecffdb4e"
|
|
5946
|
+
integrity sha512-35wI+Rqu7iDix6iLToYyqTw7aHDxzUsymt2JZ5HMzrZWlaebDwkYMJTyOT08e9IQY8U8k4+zZPie1hLTxdEOFg==
|
|
5983
5947
|
dependencies:
|
|
5984
5948
|
"@aws-sdk/client-cloudfront" "^3.535.0"
|
|
5985
5949
|
"@aws-sdk/client-s3" "^3.554.0"
|
|
5986
|
-
"@inquirer/confirm" "^3.1.
|
|
5950
|
+
"@inquirer/confirm" "^3.1.5"
|
|
5987
5951
|
"@inquirer/input" "^2.1.1"
|
|
5988
5952
|
"@inquirer/select" "^2.2.1"
|
|
5989
|
-
"@oclif/core" "^3.26.
|
|
5953
|
+
"@oclif/core" "^3.26.4"
|
|
5990
5954
|
"@oclif/plugin-help" "^6.0.21"
|
|
5991
5955
|
"@oclif/plugin-not-found" "^3.0.14"
|
|
5992
5956
|
"@oclif/plugin-warn-if-update-available" "^3.0.14"
|
|
@@ -5994,7 +5958,7 @@ oclif@^4.8.5:
|
|
|
5994
5958
|
chalk "^4"
|
|
5995
5959
|
change-case "^4"
|
|
5996
5960
|
debug "^4.3.3"
|
|
5997
|
-
ejs "^3.1.
|
|
5961
|
+
ejs "^3.1.10"
|
|
5998
5962
|
find-yarn-workspace-root "^2.0.0"
|
|
5999
5963
|
fs-extra "^8.1"
|
|
6000
5964
|
github-slugger "^1.5.0"
|
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.2.
|
|
4
|
+
"version": "3.2.6",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^3.26.2",
|
|
9
|
-
"@salesforce/core": "^7.3.
|
|
9
|
+
"@salesforce/core": "^7.3.1",
|
|
10
10
|
"@salesforce/kit": "^3.1.0",
|
|
11
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
11
|
+
"@salesforce/sf-plugins-core": "^9.0.5"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
|
14
|
+
"@oclif/plugin-command-snapshot": "^5.1.7",
|
|
15
15
|
"@salesforce/cli-plugins-testkit": "^5.2.0",
|
|
16
16
|
"@salesforce/dev-scripts": "^9.0.0",
|
|
17
17
|
"@salesforce/plugin-command-reference": "^3.0.78",
|
|
18
18
|
"@salesforce/ts-types": "^2.0.9",
|
|
19
|
-
"eslint-plugin-sf-plugin": "^1.18.
|
|
19
|
+
"eslint-plugin-sf-plugin": "^1.18.1",
|
|
20
20
|
"jsforce": "^2.0.0-beta.29",
|
|
21
|
-
"oclif": "^4.
|
|
21
|
+
"oclif": "^4.9.0",
|
|
22
22
|
"ts-node": "^10.9.2",
|
|
23
23
|
"typescript": "^5.4.5"
|
|
24
24
|
},
|
|
@@ -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.6.crt",
|
|
208
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.2.6.sig"
|
|
209
209
|
}
|
|
210
210
|
}
|