@salesforce/cli 2.148.1 → 2.148.3
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 +224 -221
- package/npm-shrinkwrap.json +153 -153
- package/oclif.lock +158 -158
- package/oclif.manifest.json +31 -17
- package/package.json +32 -32
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,47 +1,47 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.148.
|
|
3
|
+
"version": "2.148.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.148.
|
|
9
|
+
"version": "2.148.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
14
|
"@oclif/core": "4.13.3",
|
|
15
|
-
"@oclif/plugin-autocomplete": "3.2.
|
|
16
|
-
"@oclif/plugin-commands": "4.1.
|
|
17
|
-
"@oclif/plugin-help": "6.2.
|
|
18
|
-
"@oclif/plugin-not-found": "3.2.
|
|
15
|
+
"@oclif/plugin-autocomplete": "3.2.56",
|
|
16
|
+
"@oclif/plugin-commands": "4.1.63",
|
|
17
|
+
"@oclif/plugin-help": "6.2.58",
|
|
18
|
+
"@oclif/plugin-not-found": "3.2.93",
|
|
19
19
|
"@oclif/plugin-plugins": "5.4.86",
|
|
20
20
|
"@oclif/plugin-search": "1.2.54",
|
|
21
|
-
"@oclif/plugin-update": "4.7.
|
|
22
|
-
"@oclif/plugin-version": "2.2.
|
|
23
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
24
|
-
"@oclif/plugin-which": "3.2.
|
|
21
|
+
"@oclif/plugin-update": "4.7.59",
|
|
22
|
+
"@oclif/plugin-version": "2.2.56",
|
|
23
|
+
"@oclif/plugin-warn-if-update-available": "3.1.73",
|
|
24
|
+
"@oclif/plugin-which": "3.2.61",
|
|
25
25
|
"@salesforce/core": "^9.0.0",
|
|
26
26
|
"@salesforce/kit": "^4.0.0",
|
|
27
|
-
"@salesforce/plugin-agent": "2.0.
|
|
28
|
-
"@salesforce/plugin-apex": "4.0
|
|
29
|
-
"@salesforce/plugin-api": "2.0.
|
|
30
|
-
"@salesforce/plugin-auth": "5.0.
|
|
31
|
-
"@salesforce/plugin-data": "5.
|
|
32
|
-
"@salesforce/plugin-deploy-retrieve": "4.0.
|
|
33
|
-
"@salesforce/plugin-info": "4.0.
|
|
34
|
-
"@salesforce/plugin-limits": "4.0.
|
|
35
|
-
"@salesforce/plugin-marketplace": "2.0.
|
|
36
|
-
"@salesforce/plugin-org": "6.0.
|
|
37
|
-
"@salesforce/plugin-packaging": "3.0.
|
|
38
|
-
"@salesforce/plugin-schema": "4.0.
|
|
39
|
-
"@salesforce/plugin-settings": "3.0.
|
|
40
|
-
"@salesforce/plugin-sobject": "2.0.
|
|
41
|
-
"@salesforce/plugin-telemetry": "4.0.
|
|
42
|
-
"@salesforce/plugin-templates": "57.0.
|
|
43
|
-
"@salesforce/plugin-trust": "4.0.
|
|
44
|
-
"@salesforce/plugin-user": "
|
|
27
|
+
"@salesforce/plugin-agent": "2.0.1",
|
|
28
|
+
"@salesforce/plugin-apex": "4.1.0",
|
|
29
|
+
"@salesforce/plugin-api": "2.0.8",
|
|
30
|
+
"@salesforce/plugin-auth": "5.0.4",
|
|
31
|
+
"@salesforce/plugin-data": "5.1.2",
|
|
32
|
+
"@salesforce/plugin-deploy-retrieve": "4.0.2",
|
|
33
|
+
"@salesforce/plugin-info": "4.0.5",
|
|
34
|
+
"@salesforce/plugin-limits": "4.0.3",
|
|
35
|
+
"@salesforce/plugin-marketplace": "2.0.4",
|
|
36
|
+
"@salesforce/plugin-org": "6.0.7",
|
|
37
|
+
"@salesforce/plugin-packaging": "3.0.5",
|
|
38
|
+
"@salesforce/plugin-schema": "4.0.4",
|
|
39
|
+
"@salesforce/plugin-settings": "3.0.5",
|
|
40
|
+
"@salesforce/plugin-sobject": "2.0.5",
|
|
41
|
+
"@salesforce/plugin-telemetry": "4.0.3",
|
|
42
|
+
"@salesforce/plugin-templates": "57.0.6",
|
|
43
|
+
"@salesforce/plugin-trust": "4.0.7",
|
|
44
|
+
"@salesforce/plugin-user": "5.0.0",
|
|
45
45
|
"@salesforce/sf-plugins-core": "13.0.0",
|
|
46
46
|
"ansis": "^3.12.0"
|
|
47
47
|
},
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@salesforce/ts-sinon": "^1.4.36",
|
|
58
58
|
"@salesforce/ts-types": "^3.0.0",
|
|
59
59
|
"aws-sdk": "^2.1693.0",
|
|
60
|
-
"oclif": "^4.23.
|
|
60
|
+
"oclif": "^4.23.30",
|
|
61
61
|
"ts-node": "^10.9.2",
|
|
62
62
|
"typescript": "^5.9.3"
|
|
63
63
|
},
|
|
@@ -3188,9 +3188,9 @@
|
|
|
3188
3188
|
}
|
|
3189
3189
|
},
|
|
3190
3190
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
3191
|
-
"version": "3.2.
|
|
3192
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.
|
|
3193
|
-
"integrity": "sha512-
|
|
3191
|
+
"version": "3.2.56",
|
|
3192
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.56.tgz",
|
|
3193
|
+
"integrity": "sha512-P96b6RZvQatlJ6pX6sgIFOQhgX2tFVhgSfw53GT/MajecCQNFGVqagJKo2CfcPsacDpuFuPRT6zji8h1oaqtrA==",
|
|
3194
3194
|
"license": "MIT",
|
|
3195
3195
|
"dependencies": {
|
|
3196
3196
|
"@oclif/core": "^4",
|
|
@@ -3284,9 +3284,9 @@
|
|
|
3284
3284
|
}
|
|
3285
3285
|
},
|
|
3286
3286
|
"node_modules/@oclif/plugin-commands": {
|
|
3287
|
-
"version": "4.1.
|
|
3288
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.
|
|
3289
|
-
"integrity": "sha512-
|
|
3287
|
+
"version": "4.1.63",
|
|
3288
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.63.tgz",
|
|
3289
|
+
"integrity": "sha512-Juc7cbqdouooiGJ0x36n2Kp1LZvZgTvYMBEIWoJdUCTvrnV3CpYFrri1OGNBYqFCcPs2ZROMIaqius5KMNhDWA==",
|
|
3290
3290
|
"license": "MIT",
|
|
3291
3291
|
"dependencies": {
|
|
3292
3292
|
"@oclif/core": "^4",
|
|
@@ -3299,9 +3299,9 @@
|
|
|
3299
3299
|
}
|
|
3300
3300
|
},
|
|
3301
3301
|
"node_modules/@oclif/plugin-help": {
|
|
3302
|
-
"version": "6.2.
|
|
3303
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
3304
|
-
"integrity": "sha512-
|
|
3302
|
+
"version": "6.2.58",
|
|
3303
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.58.tgz",
|
|
3304
|
+
"integrity": "sha512-DAYMXZrTWRMLTbpX+rT+ibAmKrZ6IVNGn+fgAGjMoeNlqlSY94eJHocgmqChMwsdWp3H3x+jFmPJiYQt/ifr3Q==",
|
|
3305
3305
|
"license": "MIT",
|
|
3306
3306
|
"dependencies": {
|
|
3307
3307
|
"@oclif/core": "^4"
|
|
@@ -3311,13 +3311,13 @@
|
|
|
3311
3311
|
}
|
|
3312
3312
|
},
|
|
3313
3313
|
"node_modules/@oclif/plugin-not-found": {
|
|
3314
|
-
"version": "3.2.
|
|
3315
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
3316
|
-
"integrity": "sha512-
|
|
3314
|
+
"version": "3.2.93",
|
|
3315
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.93.tgz",
|
|
3316
|
+
"integrity": "sha512-KBizxn+kgTPWLUCo/vDz/oDdEA5Ll5H6x0jJhl05B56yHwgQp46ZxwXmtBsxvvgrmMqJEtFUw2Qrq+nTHWWv4g==",
|
|
3317
3317
|
"license": "MIT",
|
|
3318
3318
|
"dependencies": {
|
|
3319
3319
|
"@inquirer/prompts": "^7.10.1",
|
|
3320
|
-
"@oclif/core": "^4.13.
|
|
3320
|
+
"@oclif/core": "^4.13.3",
|
|
3321
3321
|
"ansis": "^3.17.0",
|
|
3322
3322
|
"fast-levenshtein": "^3.0.0"
|
|
3323
3323
|
},
|
|
@@ -3461,9 +3461,9 @@
|
|
|
3461
3461
|
}
|
|
3462
3462
|
},
|
|
3463
3463
|
"node_modules/@oclif/plugin-update": {
|
|
3464
|
-
"version": "4.7.
|
|
3465
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.
|
|
3466
|
-
"integrity": "sha512-
|
|
3464
|
+
"version": "4.7.59",
|
|
3465
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.59.tgz",
|
|
3466
|
+
"integrity": "sha512-rNGf3m3lDKvgGHMfm3GutoK2GmLroQ4pvwP90uWq6W+Wy1beJFNsHb762sSaicTJQRj6DD53T7KNt1oEf3F+wA==",
|
|
3467
3467
|
"license": "MIT",
|
|
3468
3468
|
"dependencies": {
|
|
3469
3469
|
"@inquirer/select": "^2.5.0",
|
|
@@ -3482,9 +3482,9 @@
|
|
|
3482
3482
|
}
|
|
3483
3483
|
},
|
|
3484
3484
|
"node_modules/@oclif/plugin-version": {
|
|
3485
|
-
"version": "2.2.
|
|
3486
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.
|
|
3487
|
-
"integrity": "sha512-
|
|
3485
|
+
"version": "2.2.56",
|
|
3486
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.56.tgz",
|
|
3487
|
+
"integrity": "sha512-F06RXrIcLC1yi1K0qw1KCNjjOp9dcKd2w/qniiii9RCMQGEkzqmNIC2QKtr2O0Htm5nQhQUVAXKMAb7AeoZ3qQ==",
|
|
3488
3488
|
"license": "MIT",
|
|
3489
3489
|
"dependencies": {
|
|
3490
3490
|
"@oclif/core": "^4",
|
|
@@ -3495,9 +3495,9 @@
|
|
|
3495
3495
|
}
|
|
3496
3496
|
},
|
|
3497
3497
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
3498
|
-
"version": "3.1.
|
|
3499
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
3500
|
-
"integrity": "sha512-
|
|
3498
|
+
"version": "3.1.73",
|
|
3499
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.73.tgz",
|
|
3500
|
+
"integrity": "sha512-rEJmChy3THx7hHF0kkmFoDnrWq7tk4RCI8kBspD7HonCRFGvyVkUO6oY+sn1tgPXqbGUqHD3baFItNKKAJcAiQ==",
|
|
3501
3501
|
"license": "MIT",
|
|
3502
3502
|
"dependencies": {
|
|
3503
3503
|
"@oclif/core": "^4",
|
|
@@ -3512,9 +3512,9 @@
|
|
|
3512
3512
|
}
|
|
3513
3513
|
},
|
|
3514
3514
|
"node_modules/@oclif/plugin-which": {
|
|
3515
|
-
"version": "3.2.
|
|
3516
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.
|
|
3517
|
-
"integrity": "sha512-
|
|
3515
|
+
"version": "3.2.61",
|
|
3516
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.61.tgz",
|
|
3517
|
+
"integrity": "sha512-5JCplO5IGC1xwOcMPM4Sdi2ORHpp/i1ej4RXY2cZq/W7NQ611bdaePviV9L78QPWKz588BB06ePQ3roQdAX8Ow==",
|
|
3518
3518
|
"license": "MIT",
|
|
3519
3519
|
"dependencies": {
|
|
3520
3520
|
"@oclif/core": "^4",
|
|
@@ -4098,9 +4098,9 @@
|
|
|
4098
4098
|
"license": "MIT"
|
|
4099
4099
|
},
|
|
4100
4100
|
"node_modules/@salesforce/agents": {
|
|
4101
|
-
"version": "2.0.
|
|
4102
|
-
"resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-2.0.
|
|
4103
|
-
"integrity": "sha512-
|
|
4101
|
+
"version": "2.0.1",
|
|
4102
|
+
"resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-2.0.1.tgz",
|
|
4103
|
+
"integrity": "sha512-kouvkSPi5MLT1BWOUhsPxZhpqBgN8qshRefn3WU6D74nZI8Crv0Tj0clelmEWMcZXhkiJf+Cznrpyu+2SI5O8w==",
|
|
4104
4104
|
"license": "Apache-2.0",
|
|
4105
4105
|
"dependencies": {
|
|
4106
4106
|
"@salesforce/core": "^9.0.0",
|
|
@@ -4306,9 +4306,9 @@
|
|
|
4306
4306
|
}
|
|
4307
4307
|
},
|
|
4308
4308
|
"node_modules/@salesforce/core": {
|
|
4309
|
-
"version": "9.1.
|
|
4310
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-9.1.
|
|
4311
|
-
"integrity": "sha512-
|
|
4309
|
+
"version": "9.1.2",
|
|
4310
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-9.1.2.tgz",
|
|
4311
|
+
"integrity": "sha512-ezAsmwfmUYSinGtJjqRfgioKXQsVdC0bc+KSJgMSLihysG6osjhkvbGtFqHwhoFs2kLu4evJRDERthsmfEW7nA==",
|
|
4312
4312
|
"license": "Apache-2.0",
|
|
4313
4313
|
"dependencies": {
|
|
4314
4314
|
"@jsforce/jsforce-node": "^3.10.17",
|
|
@@ -4489,17 +4489,17 @@
|
|
|
4489
4489
|
}
|
|
4490
4490
|
},
|
|
4491
4491
|
"node_modules/@salesforce/packaging": {
|
|
4492
|
-
"version": "5.0.
|
|
4493
|
-
"resolved": "https://registry.npmjs.org/@salesforce/packaging/-/packaging-5.0.
|
|
4494
|
-
"integrity": "sha512-
|
|
4492
|
+
"version": "5.0.7",
|
|
4493
|
+
"resolved": "https://registry.npmjs.org/@salesforce/packaging/-/packaging-5.0.7.tgz",
|
|
4494
|
+
"integrity": "sha512-8lYJgwI8St4eTjNlHLSjUZikrqTV83BsUx89c3chNa7swXnc1/B3KTeQsJYiLyBZAPVZv+0kAWpz78WIoT3j3w==",
|
|
4495
4495
|
"license": "Apache-2.0",
|
|
4496
4496
|
"dependencies": {
|
|
4497
4497
|
"@jsforce/jsforce-node": "^3.10.19",
|
|
4498
4498
|
"@salesforce/core": "^9.0.0",
|
|
4499
4499
|
"@salesforce/kit": "^4.0.0",
|
|
4500
4500
|
"@salesforce/schemas": "^1.10.3",
|
|
4501
|
-
"@salesforce/source-deploy-retrieve": "^13.0.
|
|
4502
|
-
"@salesforce/ts-types": "^3.0.
|
|
4501
|
+
"@salesforce/source-deploy-retrieve": "^13.0.1",
|
|
4502
|
+
"@salesforce/ts-types": "^3.0.1",
|
|
4503
4503
|
"@salesforce/types": "^1.8.0",
|
|
4504
4504
|
"fast-xml-parser": "^5.10.1",
|
|
4505
4505
|
"globby": "^11",
|
|
@@ -4523,16 +4523,16 @@
|
|
|
4523
4523
|
}
|
|
4524
4524
|
},
|
|
4525
4525
|
"node_modules/@salesforce/plugin-agent": {
|
|
4526
|
-
"version": "2.0.
|
|
4527
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-2.0.
|
|
4528
|
-
"integrity": "sha512-
|
|
4526
|
+
"version": "2.0.1",
|
|
4527
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-2.0.1.tgz",
|
|
4528
|
+
"integrity": "sha512-0ZoNPPeMGoGdp6Er9VtcX0QVt6LtTpzndYkrXpE/p5bcBbadzkEowifvp3aeNFaEkDCElegHHpsnzgONeJiaFA==",
|
|
4529
4529
|
"license": "Apache-2.0",
|
|
4530
4530
|
"dependencies": {
|
|
4531
4531
|
"@inquirer/core": "^10.3.2",
|
|
4532
4532
|
"@inquirer/prompts": "^7.10.1",
|
|
4533
4533
|
"@oclif/core": "^4",
|
|
4534
4534
|
"@oclif/multi-stage-output": "^0.8.36",
|
|
4535
|
-
"@salesforce/agents": "^2.0.
|
|
4535
|
+
"@salesforce/agents": "^2.0.1",
|
|
4536
4536
|
"@salesforce/core": "^9.0.0",
|
|
4537
4537
|
"@salesforce/kit": "^4.0.0",
|
|
4538
4538
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
@@ -4584,9 +4584,9 @@
|
|
|
4584
4584
|
}
|
|
4585
4585
|
},
|
|
4586
4586
|
"node_modules/@salesforce/plugin-apex": {
|
|
4587
|
-
"version": "4.0
|
|
4588
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-4.0.
|
|
4589
|
-
"integrity": "sha512-
|
|
4587
|
+
"version": "4.1.0",
|
|
4588
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-4.1.0.tgz",
|
|
4589
|
+
"integrity": "sha512-gJOIJLmWK3wlAmlDn9VnYbihj79eo0m5yyfUtJnPXftmT81vvc1+gklyHGfpZHzuyJwurhDYU4yv+U2lQI94bA==",
|
|
4590
4590
|
"license": "Apache-2.0",
|
|
4591
4591
|
"dependencies": {
|
|
4592
4592
|
"@salesforce/apex-node": "^9.0.0",
|
|
@@ -4600,16 +4600,16 @@
|
|
|
4600
4600
|
}
|
|
4601
4601
|
},
|
|
4602
4602
|
"node_modules/@salesforce/plugin-api": {
|
|
4603
|
-
"version": "2.0.
|
|
4604
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-2.0.
|
|
4605
|
-
"integrity": "sha512-
|
|
4603
|
+
"version": "2.0.8",
|
|
4604
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-2.0.8.tgz",
|
|
4605
|
+
"integrity": "sha512-ZxnnNf+DDwcV9C36kE+XlQFWOLlcxjPCX98V6OjYVkwGy/doSIOBRutDeYnBIFbHp9zoPADZZcKSDwSVoEcjEA==",
|
|
4606
4606
|
"license": "Apache-2.0",
|
|
4607
4607
|
"dependencies": {
|
|
4608
4608
|
"@oclif/core": "^4",
|
|
4609
|
-
"@salesforce/core": "^9.
|
|
4609
|
+
"@salesforce/core": "^9.1.0",
|
|
4610
4610
|
"@salesforce/kit": "^4.0.0",
|
|
4611
4611
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
4612
|
-
"@salesforce/ts-types": "^3.0.
|
|
4612
|
+
"@salesforce/ts-types": "^3.0.1",
|
|
4613
4613
|
"ansis": "^3.3.2",
|
|
4614
4614
|
"form-data": "^4.0.6",
|
|
4615
4615
|
"got": "^13.0.0",
|
|
@@ -4620,15 +4620,15 @@
|
|
|
4620
4620
|
}
|
|
4621
4621
|
},
|
|
4622
4622
|
"node_modules/@salesforce/plugin-auth": {
|
|
4623
|
-
"version": "5.0.
|
|
4624
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-5.0.
|
|
4625
|
-
"integrity": "sha512-
|
|
4623
|
+
"version": "5.0.4",
|
|
4624
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-5.0.4.tgz",
|
|
4625
|
+
"integrity": "sha512-KGy7UInfGsE9XELmcNG8hkaDoYiZNFoxsj7N9RdVnJrhfR+0btMAenvp4Ey9V/LvORXuHn3FeI3fnedYWtTtlA==",
|
|
4626
4626
|
"license": "Apache-2.0",
|
|
4627
4627
|
"dependencies": {
|
|
4628
4628
|
"@inquirer/checkbox": "^2.5.0",
|
|
4629
4629
|
"@inquirer/select": "^2.5.0",
|
|
4630
4630
|
"@oclif/core": "^4",
|
|
4631
|
-
"@salesforce/core": "^9.
|
|
4631
|
+
"@salesforce/core": "^9.1.2",
|
|
4632
4632
|
"@salesforce/kit": "^4.0.0",
|
|
4633
4633
|
"@salesforce/plugin-info": "^4.0.0",
|
|
4634
4634
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
@@ -4856,17 +4856,17 @@
|
|
|
4856
4856
|
}
|
|
4857
4857
|
},
|
|
4858
4858
|
"node_modules/@salesforce/plugin-data": {
|
|
4859
|
-
"version": "5.
|
|
4860
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-5.
|
|
4861
|
-
"integrity": "sha512-
|
|
4859
|
+
"version": "5.1.2",
|
|
4860
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-5.1.2.tgz",
|
|
4861
|
+
"integrity": "sha512-F3dA1rmhZ7W7fLWQx4oJyR/LGHOPPgacOCI+robFyhAcGYfgD31NzGJQXvAUC9kJRj1KG6xeP2hgZXXqwTUmUA==",
|
|
4862
4862
|
"license": "Apache-2.0",
|
|
4863
4863
|
"dependencies": {
|
|
4864
4864
|
"@jsforce/jsforce-node": "^3.10.15",
|
|
4865
4865
|
"@oclif/multi-stage-output": "^0.8.44",
|
|
4866
|
-
"@salesforce/core": "^9.
|
|
4866
|
+
"@salesforce/core": "^9.1.0",
|
|
4867
4867
|
"@salesforce/kit": "^4.0.0",
|
|
4868
4868
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
4869
|
-
"@salesforce/ts-types": "^3.0.
|
|
4869
|
+
"@salesforce/ts-types": "^3.0.1",
|
|
4870
4870
|
"ansis": "^3.16.0",
|
|
4871
4871
|
"change-case": "^5.4.4",
|
|
4872
4872
|
"csv-parse": "^5.6.0",
|
|
@@ -4887,9 +4887,9 @@
|
|
|
4887
4887
|
"license": "MIT"
|
|
4888
4888
|
},
|
|
4889
4889
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
4890
|
-
"version": "4.0.
|
|
4891
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-4.0.
|
|
4892
|
-
"integrity": "sha512-
|
|
4890
|
+
"version": "4.0.2",
|
|
4891
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-4.0.2.tgz",
|
|
4892
|
+
"integrity": "sha512-NDlkgWSf/zPonCsEflriHlDseu1liKAvr6IEsjMCQZCThqey8yLmabIN5MRtm21djHF23AzddCLsaqELpo4kwA==",
|
|
4893
4893
|
"license": "Apache-2.0",
|
|
4894
4894
|
"dependencies": {
|
|
4895
4895
|
"@inquirer/prompts": "^7.8.3",
|
|
@@ -4911,15 +4911,15 @@
|
|
|
4911
4911
|
}
|
|
4912
4912
|
},
|
|
4913
4913
|
"node_modules/@salesforce/plugin-info": {
|
|
4914
|
-
"version": "4.0.
|
|
4915
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-4.0.
|
|
4916
|
-
"integrity": "sha512-
|
|
4914
|
+
"version": "4.0.5",
|
|
4915
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-4.0.5.tgz",
|
|
4916
|
+
"integrity": "sha512-uU+ozywEXq+pwTal+hVKt/Mg/uln0ZD7EFYv7z5gFIaL4Qsrrd/YeqPu2Larorxvy7d8NoXQ6UZEdF0pvd85iw==",
|
|
4917
4917
|
"license": "Apache-2.0",
|
|
4918
4918
|
"dependencies": {
|
|
4919
4919
|
"@inquirer/input": "^2.3.0",
|
|
4920
4920
|
"@jsforce/jsforce-node": "^3.10.19",
|
|
4921
4921
|
"@oclif/core": "^4",
|
|
4922
|
-
"@salesforce/core": "^9.
|
|
4922
|
+
"@salesforce/core": "^9.1.0",
|
|
4923
4923
|
"@salesforce/kit": "^4.0.0",
|
|
4924
4924
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
4925
4925
|
"got": "^13.0.0",
|
|
@@ -4934,12 +4934,12 @@
|
|
|
4934
4934
|
}
|
|
4935
4935
|
},
|
|
4936
4936
|
"node_modules/@salesforce/plugin-limits": {
|
|
4937
|
-
"version": "4.0.
|
|
4938
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-4.0.
|
|
4939
|
-
"integrity": "sha512-
|
|
4937
|
+
"version": "4.0.3",
|
|
4938
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-4.0.3.tgz",
|
|
4939
|
+
"integrity": "sha512-RRYXgSX13cbizaWXUanOwjbRTbBHqlD5dPKgNj2266po4Q8UeW9On3hXOUtUcLHi33RXYL/k8xWQLHOaLbWlog==",
|
|
4940
4940
|
"license": "Apache-2.0",
|
|
4941
4941
|
"dependencies": {
|
|
4942
|
-
"@salesforce/core": "^9.
|
|
4942
|
+
"@salesforce/core": "^9.1.0",
|
|
4943
4943
|
"@salesforce/sf-plugins-core": "^13.0.0"
|
|
4944
4944
|
},
|
|
4945
4945
|
"engines": {
|
|
@@ -4947,12 +4947,12 @@
|
|
|
4947
4947
|
}
|
|
4948
4948
|
},
|
|
4949
4949
|
"node_modules/@salesforce/plugin-marketplace": {
|
|
4950
|
-
"version": "2.0.
|
|
4951
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-2.0.
|
|
4952
|
-
"integrity": "sha512-
|
|
4950
|
+
"version": "2.0.4",
|
|
4951
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-2.0.4.tgz",
|
|
4952
|
+
"integrity": "sha512-2bilUsHMso+c5f0CaDW9tUZ4cmgRfWGggwe9lipLTJvV4UdRUrTZb0GSoGwTuFKhSoaq8bdlIXSlv7IoJN8vWw==",
|
|
4953
4953
|
"license": "Apache-2.0",
|
|
4954
4954
|
"dependencies": {
|
|
4955
|
-
"@salesforce/core": "^9.
|
|
4955
|
+
"@salesforce/core": "^9.1.0",
|
|
4956
4956
|
"@salesforce/kit": "^4.0.0",
|
|
4957
4957
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
4958
4958
|
"got": "^13.0.0",
|
|
@@ -4963,18 +4963,18 @@
|
|
|
4963
4963
|
}
|
|
4964
4964
|
},
|
|
4965
4965
|
"node_modules/@salesforce/plugin-org": {
|
|
4966
|
-
"version": "6.0.
|
|
4967
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-6.0.
|
|
4968
|
-
"integrity": "sha512-
|
|
4966
|
+
"version": "6.0.7",
|
|
4967
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-6.0.7.tgz",
|
|
4968
|
+
"integrity": "sha512-STESNA0UyeO1fzebRN8uZnGj5qkNcNTnszB8k8a8tuUg9lAtqexon8j9sv0BLjikvYv8p/cb86u7PEmpJxe9DA==",
|
|
4969
4969
|
"license": "Apache-2.0",
|
|
4970
4970
|
"dependencies": {
|
|
4971
|
-
"@oclif/core": "^4.13.
|
|
4971
|
+
"@oclif/core": "^4.13.3",
|
|
4972
4972
|
"@oclif/multi-stage-output": "^0.8.44",
|
|
4973
4973
|
"@salesforce/core": "^9.0.0",
|
|
4974
4974
|
"@salesforce/kit": "^4.0.0",
|
|
4975
4975
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
4976
|
-
"@salesforce/source-deploy-retrieve": "^13.0.
|
|
4977
|
-
"@salesforce/ts-types": "^3.0.
|
|
4976
|
+
"@salesforce/source-deploy-retrieve": "^13.0.1",
|
|
4977
|
+
"@salesforce/ts-types": "^3.0.1",
|
|
4978
4978
|
"ansis": "^3.16.0",
|
|
4979
4979
|
"change-case": "^5.4.4",
|
|
4980
4980
|
"is-wsl": "^3.1.1",
|
|
@@ -4992,17 +4992,17 @@
|
|
|
4992
4992
|
"license": "MIT"
|
|
4993
4993
|
},
|
|
4994
4994
|
"node_modules/@salesforce/plugin-packaging": {
|
|
4995
|
-
"version": "3.0.
|
|
4996
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-3.0.
|
|
4997
|
-
"integrity": "sha512-
|
|
4995
|
+
"version": "3.0.5",
|
|
4996
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-3.0.5.tgz",
|
|
4997
|
+
"integrity": "sha512-I5oYV/mSPKuwzSeodRmBKD4JntD8DZ+mn610gPWQ2ITrKdb16SlUF+3QDFRITFaFMUnXRBAU3+lIwpvNwuaQyw==",
|
|
4998
4998
|
"license": "Apache-2.0",
|
|
4999
4999
|
"dependencies": {
|
|
5000
5000
|
"@oclif/core": "^4",
|
|
5001
|
-
"@salesforce/core": "^9.
|
|
5001
|
+
"@salesforce/core": "^9.1.0",
|
|
5002
5002
|
"@salesforce/kit": "^4.0.0",
|
|
5003
|
-
"@salesforce/packaging": "^5.0.
|
|
5003
|
+
"@salesforce/packaging": "^5.0.4",
|
|
5004
5004
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
5005
|
-
"@salesforce/ts-types": "^3.0.
|
|
5005
|
+
"@salesforce/ts-types": "^3.0.1",
|
|
5006
5006
|
"chalk": "^5.6.2"
|
|
5007
5007
|
},
|
|
5008
5008
|
"engines": {
|
|
@@ -5084,13 +5084,13 @@
|
|
|
5084
5084
|
}
|
|
5085
5085
|
},
|
|
5086
5086
|
"node_modules/@salesforce/plugin-schema": {
|
|
5087
|
-
"version": "4.0.
|
|
5088
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-4.0.
|
|
5089
|
-
"integrity": "sha512-
|
|
5087
|
+
"version": "4.0.4",
|
|
5088
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-4.0.4.tgz",
|
|
5089
|
+
"integrity": "sha512-P0HVpV5PiRh5Ej0/iV3zHctJGUeGVff9JHOOue4DAAOOpBuyLBwjQGBXvIx/LBAeyOjvX4pSRorjHHf+A3ax8g==",
|
|
5090
5090
|
"license": "Apache-2.0",
|
|
5091
5091
|
"dependencies": {
|
|
5092
5092
|
"@oclif/core": "^4",
|
|
5093
|
-
"@salesforce/core": "^9.
|
|
5093
|
+
"@salesforce/core": "^9.1.0",
|
|
5094
5094
|
"@salesforce/sf-plugins-core": "^13.0.0"
|
|
5095
5095
|
},
|
|
5096
5096
|
"engines": {
|
|
@@ -5098,13 +5098,13 @@
|
|
|
5098
5098
|
}
|
|
5099
5099
|
},
|
|
5100
5100
|
"node_modules/@salesforce/plugin-settings": {
|
|
5101
|
-
"version": "3.0.
|
|
5102
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-3.0.
|
|
5103
|
-
"integrity": "sha512-
|
|
5101
|
+
"version": "3.0.5",
|
|
5102
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-3.0.5.tgz",
|
|
5103
|
+
"integrity": "sha512-aQNOHcjviNGnaXQ8jLrTDiGpljZwJEuT1TYu/YES+eDa83+Jr66ruyBw6xwS0maa+mk3Eb8fMN42DrVaIoRcPQ==",
|
|
5104
5104
|
"license": "Apache-2.0",
|
|
5105
5105
|
"dependencies": {
|
|
5106
5106
|
"@oclif/core": "^4",
|
|
5107
|
-
"@salesforce/core": "^9.
|
|
5107
|
+
"@salesforce/core": "^9.1.0",
|
|
5108
5108
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
5109
5109
|
"fast-levenshtein": "^3.0.0"
|
|
5110
5110
|
},
|
|
@@ -5113,16 +5113,16 @@
|
|
|
5113
5113
|
}
|
|
5114
5114
|
},
|
|
5115
5115
|
"node_modules/@salesforce/plugin-sobject": {
|
|
5116
|
-
"version": "2.0.
|
|
5117
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-2.0.
|
|
5118
|
-
"integrity": "sha512-
|
|
5116
|
+
"version": "2.0.5",
|
|
5117
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-2.0.5.tgz",
|
|
5118
|
+
"integrity": "sha512-1meesZnkrK/coIM/lXD8vbG9Vb47SAUYNujiBSA/w9xvXk5h3vyDfaII51eogwszCpoXatueiBJfUb61WfrMpA==",
|
|
5119
5119
|
"license": "Apache-2.0",
|
|
5120
5120
|
"dependencies": {
|
|
5121
5121
|
"@inquirer/confirm": "^3.2.0",
|
|
5122
5122
|
"@inquirer/input": "^2.3.0",
|
|
5123
5123
|
"@inquirer/select": "^2.5.0",
|
|
5124
|
-
"@oclif/core": "^4.13.
|
|
5125
|
-
"@salesforce/core": "^9.
|
|
5124
|
+
"@oclif/core": "^4.13.3",
|
|
5125
|
+
"@salesforce/core": "^9.1.0",
|
|
5126
5126
|
"@salesforce/kit": "^4.0.0",
|
|
5127
5127
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
5128
5128
|
"fast-glob": "^3.3.3",
|
|
@@ -5134,9 +5134,9 @@
|
|
|
5134
5134
|
}
|
|
5135
5135
|
},
|
|
5136
5136
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
5137
|
-
"version": "4.0.
|
|
5138
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-4.0.
|
|
5139
|
-
"integrity": "sha512-
|
|
5137
|
+
"version": "4.0.3",
|
|
5138
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-4.0.3.tgz",
|
|
5139
|
+
"integrity": "sha512-9bOZ6KW5VuZfzN0gJoTAdvpOxrhZWMJXDd0/Bx9ejU7UjqFIbhR9kpO2bsViINxLbcQntwSS/m/s5ntCLgDV0A==",
|
|
5140
5140
|
"license": "Apache-2.0",
|
|
5141
5141
|
"dependencies": {
|
|
5142
5142
|
"@oclif/core": "^4.13.2",
|
|
@@ -5152,29 +5152,29 @@
|
|
|
5152
5152
|
}
|
|
5153
5153
|
},
|
|
5154
5154
|
"node_modules/@salesforce/plugin-templates": {
|
|
5155
|
-
"version": "57.0.
|
|
5156
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-57.0.
|
|
5157
|
-
"integrity": "sha512-
|
|
5155
|
+
"version": "57.0.6",
|
|
5156
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-57.0.6.tgz",
|
|
5157
|
+
"integrity": "sha512-viq7A+r3QlBgLyOxZi9pnu9ObkS9osJrRDhKRYa471seDATauNlkQCSyhfgIKiwjc+JpUFc+DmpyjK0uRyRY8w==",
|
|
5158
5158
|
"license": "Apache-2.0",
|
|
5159
5159
|
"dependencies": {
|
|
5160
|
-
"@salesforce/core": "^9.
|
|
5160
|
+
"@salesforce/core": "^9.1.0",
|
|
5161
5161
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
5162
|
-
"@salesforce/templates": "^66.13.
|
|
5162
|
+
"@salesforce/templates": "^66.13.6"
|
|
5163
5163
|
},
|
|
5164
5164
|
"engines": {
|
|
5165
5165
|
"node": ">=22.0.0"
|
|
5166
5166
|
}
|
|
5167
5167
|
},
|
|
5168
5168
|
"node_modules/@salesforce/plugin-trust": {
|
|
5169
|
-
"version": "4.0.
|
|
5170
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-4.0.
|
|
5171
|
-
"integrity": "sha512-
|
|
5169
|
+
"version": "4.0.7",
|
|
5170
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-4.0.7.tgz",
|
|
5171
|
+
"integrity": "sha512-b70IQPIO1182LOdEXRZnuiK4zlOLDAMvALUMNE/g3A59zh1h/x5XdWAyaK9wrjGsJLLCFDX6Z2MYfhhqXDEyoA==",
|
|
5172
5172
|
"license": "Apache-2.0",
|
|
5173
5173
|
"dependencies": {
|
|
5174
5174
|
"@oclif/core": "^4",
|
|
5175
|
-
"@salesforce/core": "^9.
|
|
5175
|
+
"@salesforce/core": "^9.1.0",
|
|
5176
5176
|
"@salesforce/kit": "^4.0.0",
|
|
5177
|
-
"@salesforce/plugin-info": "^4.0.
|
|
5177
|
+
"@salesforce/plugin-info": "^4.0.4",
|
|
5178
5178
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
5179
5179
|
"cross-spawn": "^7.0.6",
|
|
5180
5180
|
"got": "^13.0.0",
|
|
@@ -5207,15 +5207,15 @@
|
|
|
5207
5207
|
}
|
|
5208
5208
|
},
|
|
5209
5209
|
"node_modules/@salesforce/plugin-user": {
|
|
5210
|
-
"version": "
|
|
5211
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-
|
|
5212
|
-
"integrity": "sha512-
|
|
5210
|
+
"version": "5.0.0",
|
|
5211
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-5.0.0.tgz",
|
|
5212
|
+
"integrity": "sha512-oiXkMBwOrcsklJllLD39I86eBzRXD+ymhdkIXctQHI71gtZ3X5B0gjersyKGA88/jf1q20CwR/gmZ09ELtch7g==",
|
|
5213
5213
|
"license": "Apache-2.0",
|
|
5214
5214
|
"dependencies": {
|
|
5215
|
-
"@salesforce/core": "^9.
|
|
5215
|
+
"@salesforce/core": "^9.1.0",
|
|
5216
5216
|
"@salesforce/kit": "^4.0.0",
|
|
5217
5217
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
5218
|
-
"@salesforce/ts-types": "^3.0.
|
|
5218
|
+
"@salesforce/ts-types": "^3.0.1"
|
|
5219
5219
|
},
|
|
5220
5220
|
"engines": {
|
|
5221
5221
|
"node": ">=22.0.0"
|
|
@@ -5359,9 +5359,9 @@
|
|
|
5359
5359
|
}
|
|
5360
5360
|
},
|
|
5361
5361
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
5362
|
-
"version": "13.0.
|
|
5363
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-13.0.
|
|
5364
|
-
"integrity": "sha512-
|
|
5362
|
+
"version": "13.0.1",
|
|
5363
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-13.0.1.tgz",
|
|
5364
|
+
"integrity": "sha512-7A2l/4rI6YVif2xfb3L39QSC0T0D6enKblyTLzqo/E6bxSBatW9Ra/tLEoEWCLfzcLeT/Zupjcpsgbbwm90Daw==",
|
|
5365
5365
|
"license": "Apache-2.0",
|
|
5366
5366
|
"dependencies": {
|
|
5367
5367
|
"@salesforce/core": "^9.0.0",
|
|
@@ -5668,9 +5668,9 @@
|
|
|
5668
5668
|
}
|
|
5669
5669
|
},
|
|
5670
5670
|
"node_modules/@salesforce/templates": {
|
|
5671
|
-
"version": "66.13.
|
|
5672
|
-
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-66.13.
|
|
5673
|
-
"integrity": "sha512-
|
|
5671
|
+
"version": "66.13.6",
|
|
5672
|
+
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-66.13.6.tgz",
|
|
5673
|
+
"integrity": "sha512-X6kM74bfZ5Zm5YM13LRuqt1cc+LvIn1ltXtG/P8J0ocebIMK4miyZwAQtAtQyIQF/VtGOXIPlgbyFPnZ7xl9MA==",
|
|
5674
5674
|
"license": "BSD-3-Clause",
|
|
5675
5675
|
"dependencies": {
|
|
5676
5676
|
"@salesforce/kit": "^3.2.6",
|
|
@@ -18794,9 +18794,9 @@
|
|
|
18794
18794
|
"license": "MIT"
|
|
18795
18795
|
},
|
|
18796
18796
|
"node_modules/oclif": {
|
|
18797
|
-
"version": "4.23.
|
|
18798
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.
|
|
18799
|
-
"integrity": "sha512-
|
|
18797
|
+
"version": "4.23.30",
|
|
18798
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.30.tgz",
|
|
18799
|
+
"integrity": "sha512-x8sMRv606XqZAWEfGh981PP2JM4G2CKt4/z2KDntoNHljD8slfJ5sHaDFUQya9w6W8xOJDMFF3UaLAFFYHo13w==",
|
|
18800
18800
|
"dev": true,
|
|
18801
18801
|
"license": "MIT",
|
|
18802
18802
|
"dependencies": {
|