@salesforce/cli 2.14.2 → 2.14.4
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 +13 -13
- package/npm-shrinkwrap.json +103 -103
- package/oclif.manifest.json +1 -1
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.14.
|
|
27
|
+
@salesforce/cli/2.14.4 linux-x64 node-v18.18.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -842,7 +842,7 @@ DESCRIPTION
|
|
|
842
842
|
list all the commands
|
|
843
843
|
```
|
|
844
844
|
|
|
845
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.0.
|
|
845
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.0.3/src/commands/commands.ts)_
|
|
846
846
|
|
|
847
847
|
## `sf config get`
|
|
848
848
|
|
|
@@ -3163,7 +3163,7 @@ DESCRIPTION
|
|
|
3163
3163
|
Display help for sf.
|
|
3164
3164
|
```
|
|
3165
3165
|
|
|
3166
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.
|
|
3166
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.3/src/commands/help.ts)_
|
|
3167
3167
|
|
|
3168
3168
|
## `sf info releasenotes display`
|
|
3169
3169
|
|
|
@@ -3587,7 +3587,7 @@ EXAMPLES
|
|
|
3587
3587
|
$ sf login
|
|
3588
3588
|
```
|
|
3589
3589
|
|
|
3590
|
-
_See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/1.2.
|
|
3590
|
+
_See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/1.2.37/src/commands/login.ts)_
|
|
3591
3591
|
|
|
3592
3592
|
## `sf logout`
|
|
3593
3593
|
|
|
@@ -3621,7 +3621,7 @@ EXAMPLES
|
|
|
3621
3621
|
$ sf logout --no-prompt
|
|
3622
3622
|
```
|
|
3623
3623
|
|
|
3624
|
-
_See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/1.2.
|
|
3624
|
+
_See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/1.2.37/src/commands/logout.ts)_
|
|
3625
3625
|
|
|
3626
3626
|
## `sf org assign permset`
|
|
3627
3627
|
|
|
@@ -5256,7 +5256,7 @@ EXAMPLES
|
|
|
5256
5256
|
$ sf plugins trust verify --npm @scope/npmName
|
|
5257
5257
|
```
|
|
5258
5258
|
|
|
5259
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/2.6.
|
|
5259
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/2.6.20/src/commands/plugins/trust/verify.ts)_
|
|
5260
5260
|
|
|
5261
5261
|
## `sf plugins:uninstall PLUGIN...`
|
|
5262
5262
|
|
|
@@ -6970,7 +6970,7 @@ FLAG DESCRIPTIONS
|
|
|
6970
6970
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
6971
6971
|
```
|
|
6972
6972
|
|
|
6973
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.
|
|
6973
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.12/src/commands/schema/generate/field.ts)_
|
|
6974
6974
|
|
|
6975
6975
|
## `sf schema generate platformevent`
|
|
6976
6976
|
|
|
@@ -6999,7 +6999,7 @@ EXAMPLES
|
|
|
6999
6999
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
7000
7000
|
```
|
|
7001
7001
|
|
|
7002
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.
|
|
7002
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.12/src/commands/schema/generate/platformevent.ts)_
|
|
7003
7003
|
|
|
7004
7004
|
## `sf schema generate sobject`
|
|
7005
7005
|
|
|
@@ -7053,7 +7053,7 @@ FLAG DESCRIPTIONS
|
|
|
7053
7053
|
* Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
7054
7054
|
```
|
|
7055
7055
|
|
|
7056
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.
|
|
7056
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.12/src/commands/schema/generate/sobject.ts)_
|
|
7057
7057
|
|
|
7058
7058
|
## `sf schema generate tab`
|
|
7059
7059
|
|
|
@@ -7100,7 +7100,7 @@ FLAG DESCRIPTIONS
|
|
|
7100
7100
|
The API name for a custom object always ends in "__c", such as "MyObject__c".
|
|
7101
7101
|
```
|
|
7102
7102
|
|
|
7103
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.
|
|
7103
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.12/src/commands/schema/generate/tab.ts)_
|
|
7104
7104
|
|
|
7105
7105
|
## `sf search`
|
|
7106
7106
|
|
|
@@ -7116,7 +7116,7 @@ DESCRIPTION
|
|
|
7116
7116
|
Once you select a command, hit enter and it will show the help for that command.
|
|
7117
7117
|
```
|
|
7118
7118
|
|
|
7119
|
-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.
|
|
7119
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.3/src/commands/search.ts)_
|
|
7120
7120
|
|
|
7121
7121
|
## `sf sobject describe`
|
|
7122
7122
|
|
|
@@ -7315,7 +7315,7 @@ FLAG DESCRIPTIONS
|
|
|
7315
7315
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
7316
7316
|
```
|
|
7317
7317
|
|
|
7318
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.0.
|
|
7318
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.0.3/src/commands/version.ts)_
|
|
7319
7319
|
|
|
7320
7320
|
## `sf visualforce generate component`
|
|
7321
7321
|
|
|
@@ -7437,6 +7437,6 @@ EXAMPLES
|
|
|
7437
7437
|
$ sf which help
|
|
7438
7438
|
```
|
|
7439
7439
|
|
|
7440
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.0.
|
|
7440
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.0.4/src/commands/which.ts)_
|
|
7441
7441
|
|
|
7442
7442
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.14.
|
|
3
|
+
"version": "2.14.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.14.
|
|
9
|
+
"version": "2.14.4",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@oclif/core": "3.0.3",
|
|
14
14
|
"@oclif/plugin-autocomplete": "2.3.9",
|
|
15
|
-
"@oclif/plugin-commands": "3.0.
|
|
16
|
-
"@oclif/plugin-help": "6.0.
|
|
17
|
-
"@oclif/plugin-not-found": "3.0.
|
|
15
|
+
"@oclif/plugin-commands": "3.0.3",
|
|
16
|
+
"@oclif/plugin-help": "6.0.3",
|
|
17
|
+
"@oclif/plugin-not-found": "3.0.2",
|
|
18
18
|
"@oclif/plugin-plugins": "3.9.1",
|
|
19
|
-
"@oclif/plugin-search": "1.0.
|
|
19
|
+
"@oclif/plugin-search": "1.0.3",
|
|
20
20
|
"@oclif/plugin-update": "4.1.2",
|
|
21
|
-
"@oclif/plugin-version": "2.0.
|
|
21
|
+
"@oclif/plugin-version": "2.0.3",
|
|
22
22
|
"@oclif/plugin-warn-if-update-available": "2.1.1",
|
|
23
|
-
"@oclif/plugin-which": "3.0.
|
|
23
|
+
"@oclif/plugin-which": "3.0.4",
|
|
24
24
|
"@salesforce/core": "^5.2.0",
|
|
25
25
|
"@salesforce/plugin-apex": "2.3.19",
|
|
26
26
|
"@salesforce/plugin-auth": "2.8.20",
|
|
@@ -28,16 +28,16 @@
|
|
|
28
28
|
"@salesforce/plugin-deploy-retrieve": "1.19.0",
|
|
29
29
|
"@salesforce/plugin-info": "2.6.49",
|
|
30
30
|
"@salesforce/plugin-limits": "2.3.38",
|
|
31
|
-
"@salesforce/plugin-login": "1.2.
|
|
31
|
+
"@salesforce/plugin-login": "1.2.37",
|
|
32
32
|
"@salesforce/plugin-marketplace": "0.3.0",
|
|
33
33
|
"@salesforce/plugin-org": "2.11.0",
|
|
34
34
|
"@salesforce/plugin-schema": "2.3.29",
|
|
35
35
|
"@salesforce/plugin-settings": "1.4.33",
|
|
36
|
-
"@salesforce/plugin-sobject": "0.2.
|
|
36
|
+
"@salesforce/plugin-sobject": "0.2.12",
|
|
37
37
|
"@salesforce/plugin-source": "2.10.40",
|
|
38
38
|
"@salesforce/plugin-telemetry": "2.3.6",
|
|
39
39
|
"@salesforce/plugin-templates": "55.5.14",
|
|
40
|
-
"@salesforce/plugin-trust": "2.6.
|
|
40
|
+
"@salesforce/plugin-trust": "2.6.20",
|
|
41
41
|
"@salesforce/plugin-user": "2.3.36",
|
|
42
42
|
"@salesforce/sf-plugins-core": "4.0.0",
|
|
43
43
|
"debug": "^4.3.4"
|
|
@@ -2366,12 +2366,12 @@
|
|
|
2366
2366
|
}
|
|
2367
2367
|
},
|
|
2368
2368
|
"node_modules/@oclif/plugin-commands": {
|
|
2369
|
-
"version": "3.0.
|
|
2370
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.0.
|
|
2371
|
-
"integrity": "sha512-
|
|
2369
|
+
"version": "3.0.3",
|
|
2370
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.0.3.tgz",
|
|
2371
|
+
"integrity": "sha512-xIs+6Ka7qm7XZOkezpTmAU0h90GZOlctLCnbK80Kh/Qr3wQJJR/w9jEQ0PLaMzc9u1zQRqBLIhl24DuFFESw+g==",
|
|
2372
2372
|
"license": "MIT",
|
|
2373
2373
|
"dependencies": {
|
|
2374
|
-
"@oclif/core": "^3.
|
|
2374
|
+
"@oclif/core": "^3.2.1",
|
|
2375
2375
|
"lodash.pickby": "^4.6.0",
|
|
2376
2376
|
"lodash.sortby": "^4.7.0",
|
|
2377
2377
|
"lodash.template": "^4.5.0",
|
|
@@ -2382,9 +2382,9 @@
|
|
|
2382
2382
|
}
|
|
2383
2383
|
},
|
|
2384
2384
|
"node_modules/@oclif/plugin-commands/node_modules/@oclif/core": {
|
|
2385
|
-
"version": "3.
|
|
2386
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
2387
|
-
"integrity": "sha512-
|
|
2385
|
+
"version": "3.2.1",
|
|
2386
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.2.1.tgz",
|
|
2387
|
+
"integrity": "sha512-QY9csFjADbRa4RH7wcKSvIowaGI+Kc5oFCODYrKy9nj3x/RPGXG9KJ2848+9ZWJKUxv3KPHBX9CULHwvrwpVdg==",
|
|
2388
2388
|
"license": "MIT",
|
|
2389
2389
|
"dependencies": {
|
|
2390
2390
|
"ansi-escapes": "^4.3.2",
|
|
@@ -2394,7 +2394,7 @@
|
|
|
2394
2394
|
"clean-stack": "^3.0.1",
|
|
2395
2395
|
"cli-progress": "^3.12.0",
|
|
2396
2396
|
"debug": "^4.3.4",
|
|
2397
|
-
"ejs": "^3.1.
|
|
2397
|
+
"ejs": "^3.1.9",
|
|
2398
2398
|
"get-package-type": "^0.1.0",
|
|
2399
2399
|
"globby": "^11.1.0",
|
|
2400
2400
|
"hyperlinker": "^1.0.0",
|
|
@@ -2433,21 +2433,21 @@
|
|
|
2433
2433
|
}
|
|
2434
2434
|
},
|
|
2435
2435
|
"node_modules/@oclif/plugin-help": {
|
|
2436
|
-
"version": "6.0.
|
|
2437
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.
|
|
2438
|
-
"integrity": "sha512-
|
|
2436
|
+
"version": "6.0.3",
|
|
2437
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.3.tgz",
|
|
2438
|
+
"integrity": "sha512-4oJ/rqf9kIzNyNZ4R5dmOXSC5S8kKxn2NHMW2kRIBHzQBg2R0RCrY7aHPHqFWCArPUk4K+YlRyhsiSgdslkV4A==",
|
|
2439
2439
|
"license": "MIT",
|
|
2440
2440
|
"dependencies": {
|
|
2441
|
-
"@oclif/core": "^3.
|
|
2441
|
+
"@oclif/core": "^3.2.1"
|
|
2442
2442
|
},
|
|
2443
2443
|
"engines": {
|
|
2444
2444
|
"node": ">=18.0.0"
|
|
2445
2445
|
}
|
|
2446
2446
|
},
|
|
2447
2447
|
"node_modules/@oclif/plugin-help/node_modules/@oclif/core": {
|
|
2448
|
-
"version": "3.
|
|
2449
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
2450
|
-
"integrity": "sha512-
|
|
2448
|
+
"version": "3.2.1",
|
|
2449
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.2.1.tgz",
|
|
2450
|
+
"integrity": "sha512-QY9csFjADbRa4RH7wcKSvIowaGI+Kc5oFCODYrKy9nj3x/RPGXG9KJ2848+9ZWJKUxv3KPHBX9CULHwvrwpVdg==",
|
|
2451
2451
|
"license": "MIT",
|
|
2452
2452
|
"dependencies": {
|
|
2453
2453
|
"ansi-escapes": "^4.3.2",
|
|
@@ -2457,7 +2457,7 @@
|
|
|
2457
2457
|
"clean-stack": "^3.0.1",
|
|
2458
2458
|
"cli-progress": "^3.12.0",
|
|
2459
2459
|
"debug": "^4.3.4",
|
|
2460
|
-
"ejs": "^3.1.
|
|
2460
|
+
"ejs": "^3.1.9",
|
|
2461
2461
|
"get-package-type": "^0.1.0",
|
|
2462
2462
|
"globby": "^11.1.0",
|
|
2463
2463
|
"hyperlinker": "^1.0.0",
|
|
@@ -2496,12 +2496,12 @@
|
|
|
2496
2496
|
}
|
|
2497
2497
|
},
|
|
2498
2498
|
"node_modules/@oclif/plugin-not-found": {
|
|
2499
|
-
"version": "3.0.
|
|
2500
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.0.
|
|
2501
|
-
"integrity": "sha512-
|
|
2499
|
+
"version": "3.0.2",
|
|
2500
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.0.2.tgz",
|
|
2501
|
+
"integrity": "sha512-tmm/Q/hxZRRAjb2tbx0hg9LUEnuIhIafEAhZBQW7kWg+dYYAb8ut3UfYrIVGNz3K42r+SSMQCdu8QsheZhQi5A==",
|
|
2502
2502
|
"license": "MIT",
|
|
2503
2503
|
"dependencies": {
|
|
2504
|
-
"@oclif/core": "^3.
|
|
2504
|
+
"@oclif/core": "^3.2.1",
|
|
2505
2505
|
"chalk": "^5.3.0",
|
|
2506
2506
|
"fast-levenshtein": "^3.0.0"
|
|
2507
2507
|
},
|
|
@@ -2510,9 +2510,9 @@
|
|
|
2510
2510
|
}
|
|
2511
2511
|
},
|
|
2512
2512
|
"node_modules/@oclif/plugin-not-found/node_modules/@oclif/core": {
|
|
2513
|
-
"version": "3.
|
|
2514
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
2515
|
-
"integrity": "sha512-
|
|
2513
|
+
"version": "3.2.1",
|
|
2514
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.2.1.tgz",
|
|
2515
|
+
"integrity": "sha512-QY9csFjADbRa4RH7wcKSvIowaGI+Kc5oFCODYrKy9nj3x/RPGXG9KJ2848+9ZWJKUxv3KPHBX9CULHwvrwpVdg==",
|
|
2516
2516
|
"license": "MIT",
|
|
2517
2517
|
"dependencies": {
|
|
2518
2518
|
"ansi-escapes": "^4.3.2",
|
|
@@ -2522,7 +2522,7 @@
|
|
|
2522
2522
|
"clean-stack": "^3.0.1",
|
|
2523
2523
|
"cli-progress": "^3.12.0",
|
|
2524
2524
|
"debug": "^4.3.4",
|
|
2525
|
-
"ejs": "^3.1.
|
|
2525
|
+
"ejs": "^3.1.9",
|
|
2526
2526
|
"get-package-type": "^0.1.0",
|
|
2527
2527
|
"globby": "^11.1.0",
|
|
2528
2528
|
"hyperlinker": "^1.0.0",
|
|
@@ -2703,12 +2703,12 @@
|
|
|
2703
2703
|
}
|
|
2704
2704
|
},
|
|
2705
2705
|
"node_modules/@oclif/plugin-search": {
|
|
2706
|
-
"version": "1.0.
|
|
2707
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.0.
|
|
2708
|
-
"integrity": "sha512-
|
|
2706
|
+
"version": "1.0.3",
|
|
2707
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.0.3.tgz",
|
|
2708
|
+
"integrity": "sha512-q+Nqk52AtU24lSMEt2AMX4R3qXKN7VZm5e6d/yvaDYzHUbblwCs6/rv4eVdrjRzkkexza0ejxUSS0I0VfQtIEQ==",
|
|
2709
2709
|
"license": "MIT",
|
|
2710
2710
|
"dependencies": {
|
|
2711
|
-
"@oclif/core": "^3.
|
|
2711
|
+
"@oclif/core": "^3.2.1",
|
|
2712
2712
|
"inquirer-autocomplete-standalone": "^0.7.0"
|
|
2713
2713
|
},
|
|
2714
2714
|
"engines": {
|
|
@@ -2716,9 +2716,9 @@
|
|
|
2716
2716
|
}
|
|
2717
2717
|
},
|
|
2718
2718
|
"node_modules/@oclif/plugin-search/node_modules/@oclif/core": {
|
|
2719
|
-
"version": "3.
|
|
2720
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
2721
|
-
"integrity": "sha512-
|
|
2719
|
+
"version": "3.2.1",
|
|
2720
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.2.1.tgz",
|
|
2721
|
+
"integrity": "sha512-QY9csFjADbRa4RH7wcKSvIowaGI+Kc5oFCODYrKy9nj3x/RPGXG9KJ2848+9ZWJKUxv3KPHBX9CULHwvrwpVdg==",
|
|
2722
2722
|
"license": "MIT",
|
|
2723
2723
|
"dependencies": {
|
|
2724
2724
|
"ansi-escapes": "^4.3.2",
|
|
@@ -2728,7 +2728,7 @@
|
|
|
2728
2728
|
"clean-stack": "^3.0.1",
|
|
2729
2729
|
"cli-progress": "^3.12.0",
|
|
2730
2730
|
"debug": "^4.3.4",
|
|
2731
|
-
"ejs": "^3.1.
|
|
2731
|
+
"ejs": "^3.1.9",
|
|
2732
2732
|
"get-package-type": "^0.1.0",
|
|
2733
2733
|
"globby": "^11.1.0",
|
|
2734
2734
|
"hyperlinker": "^1.0.0",
|
|
@@ -2788,9 +2788,9 @@
|
|
|
2788
2788
|
}
|
|
2789
2789
|
},
|
|
2790
2790
|
"node_modules/@oclif/plugin-update/node_modules/@oclif/core": {
|
|
2791
|
-
"version": "3.
|
|
2792
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
2793
|
-
"integrity": "sha512-
|
|
2791
|
+
"version": "3.2.1",
|
|
2792
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.2.1.tgz",
|
|
2793
|
+
"integrity": "sha512-QY9csFjADbRa4RH7wcKSvIowaGI+Kc5oFCODYrKy9nj3x/RPGXG9KJ2848+9ZWJKUxv3KPHBX9CULHwvrwpVdg==",
|
|
2794
2794
|
"license": "MIT",
|
|
2795
2795
|
"dependencies": {
|
|
2796
2796
|
"ansi-escapes": "^4.3.2",
|
|
@@ -2800,7 +2800,7 @@
|
|
|
2800
2800
|
"clean-stack": "^3.0.1",
|
|
2801
2801
|
"cli-progress": "^3.12.0",
|
|
2802
2802
|
"debug": "^4.3.4",
|
|
2803
|
-
"ejs": "^3.1.
|
|
2803
|
+
"ejs": "^3.1.9",
|
|
2804
2804
|
"get-package-type": "^0.1.0",
|
|
2805
2805
|
"globby": "^11.1.0",
|
|
2806
2806
|
"hyperlinker": "^1.0.0",
|
|
@@ -2963,21 +2963,21 @@
|
|
|
2963
2963
|
}
|
|
2964
2964
|
},
|
|
2965
2965
|
"node_modules/@oclif/plugin-version": {
|
|
2966
|
-
"version": "2.0.
|
|
2967
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.
|
|
2968
|
-
"integrity": "sha512-
|
|
2966
|
+
"version": "2.0.3",
|
|
2967
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.3.tgz",
|
|
2968
|
+
"integrity": "sha512-Hge6BOHlTwh569avM/S7jPnv9wvp3KW+I+BSjbpTNwzJP894+bj/rNxt4IhbmZxLfscy0DP1l2Lc4vAb13BiTw==",
|
|
2969
2969
|
"license": "MIT",
|
|
2970
2970
|
"dependencies": {
|
|
2971
|
-
"@oclif/core": "^3.
|
|
2971
|
+
"@oclif/core": "^3.2.1"
|
|
2972
2972
|
},
|
|
2973
2973
|
"engines": {
|
|
2974
2974
|
"node": ">=18.0.0"
|
|
2975
2975
|
}
|
|
2976
2976
|
},
|
|
2977
2977
|
"node_modules/@oclif/plugin-version/node_modules/@oclif/core": {
|
|
2978
|
-
"version": "3.
|
|
2979
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
2980
|
-
"integrity": "sha512-
|
|
2978
|
+
"version": "3.2.1",
|
|
2979
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.2.1.tgz",
|
|
2980
|
+
"integrity": "sha512-QY9csFjADbRa4RH7wcKSvIowaGI+Kc5oFCODYrKy9nj3x/RPGXG9KJ2848+9ZWJKUxv3KPHBX9CULHwvrwpVdg==",
|
|
2981
2981
|
"license": "MIT",
|
|
2982
2982
|
"dependencies": {
|
|
2983
2983
|
"ansi-escapes": "^4.3.2",
|
|
@@ -2987,7 +2987,7 @@
|
|
|
2987
2987
|
"clean-stack": "^3.0.1",
|
|
2988
2988
|
"cli-progress": "^3.12.0",
|
|
2989
2989
|
"debug": "^4.3.4",
|
|
2990
|
-
"ejs": "^3.1.
|
|
2990
|
+
"ejs": "^3.1.9",
|
|
2991
2991
|
"get-package-type": "^0.1.0",
|
|
2992
2992
|
"globby": "^11.1.0",
|
|
2993
2993
|
"hyperlinker": "^1.0.0",
|
|
@@ -3097,21 +3097,21 @@
|
|
|
3097
3097
|
}
|
|
3098
3098
|
},
|
|
3099
3099
|
"node_modules/@oclif/plugin-which": {
|
|
3100
|
-
"version": "3.0.
|
|
3101
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.0.
|
|
3102
|
-
"integrity": "sha512-
|
|
3100
|
+
"version": "3.0.4",
|
|
3101
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.0.4.tgz",
|
|
3102
|
+
"integrity": "sha512-jOesn6YuiTLcdRS4lLtdw82oTcrO8DdXV7Cxh090UoTj5QiaEpxDrZvmFrJIG3N1lYMMsjQYKAGixzBtUngczw==",
|
|
3103
3103
|
"license": "MIT",
|
|
3104
3104
|
"dependencies": {
|
|
3105
|
-
"@oclif/core": "^3.
|
|
3105
|
+
"@oclif/core": "^3.2.1"
|
|
3106
3106
|
},
|
|
3107
3107
|
"engines": {
|
|
3108
3108
|
"node": ">=18.0.0"
|
|
3109
3109
|
}
|
|
3110
3110
|
},
|
|
3111
3111
|
"node_modules/@oclif/plugin-which/node_modules/@oclif/core": {
|
|
3112
|
-
"version": "3.
|
|
3113
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
3114
|
-
"integrity": "sha512-
|
|
3112
|
+
"version": "3.2.1",
|
|
3113
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.2.1.tgz",
|
|
3114
|
+
"integrity": "sha512-QY9csFjADbRa4RH7wcKSvIowaGI+Kc5oFCODYrKy9nj3x/RPGXG9KJ2848+9ZWJKUxv3KPHBX9CULHwvrwpVdg==",
|
|
3115
3115
|
"license": "MIT",
|
|
3116
3116
|
"dependencies": {
|
|
3117
3117
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3121,7 +3121,7 @@
|
|
|
3121
3121
|
"clean-stack": "^3.0.1",
|
|
3122
3122
|
"cli-progress": "^3.12.0",
|
|
3123
3123
|
"debug": "^4.3.4",
|
|
3124
|
-
"ejs": "^3.1.
|
|
3124
|
+
"ejs": "^3.1.9",
|
|
3125
3125
|
"get-package-type": "^0.1.0",
|
|
3126
3126
|
"globby": "^11.1.0",
|
|
3127
3127
|
"hyperlinker": "^1.0.0",
|
|
@@ -3464,15 +3464,15 @@
|
|
|
3464
3464
|
}
|
|
3465
3465
|
},
|
|
3466
3466
|
"node_modules/@salesforce/core": {
|
|
3467
|
-
"version": "5.3.
|
|
3468
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.3.
|
|
3469
|
-
"integrity": "sha512
|
|
3467
|
+
"version": "5.3.9",
|
|
3468
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.3.9.tgz",
|
|
3469
|
+
"integrity": "sha512-/HX0PiXq3Sjc5eVJ0EaYetcDGsKU9O9Nj8jFGw5qYlITx8zogfxc0j07liH67tQXS1KbTysYoj/MQ2zbHSNkPA==",
|
|
3470
3470
|
"license": "BSD-3-Clause",
|
|
3471
3471
|
"dependencies": {
|
|
3472
|
-
"@salesforce/kit": "^3.0.
|
|
3472
|
+
"@salesforce/kit": "^3.0.13",
|
|
3473
3473
|
"@salesforce/schemas": "^1.6.0",
|
|
3474
3474
|
"@salesforce/ts-types": "^2.0.8",
|
|
3475
|
-
"@types/semver": "^7.5.
|
|
3475
|
+
"@types/semver": "^7.5.3",
|
|
3476
3476
|
"ajv": "^8.12.0",
|
|
3477
3477
|
"change-case": "^4.1.2",
|
|
3478
3478
|
"faye": "^1.4.0",
|
|
@@ -3481,9 +3481,9 @@
|
|
|
3481
3481
|
"jsforce": "^2.0.0-beta.27",
|
|
3482
3482
|
"jsonwebtoken": "9.0.2",
|
|
3483
3483
|
"jszip": "3.10.1",
|
|
3484
|
-
"pino": "^8.15.
|
|
3484
|
+
"pino": "^8.15.6",
|
|
3485
3485
|
"pino-abstract-transport": "^1.0.0",
|
|
3486
|
-
"pino-pretty": "^10.2.
|
|
3486
|
+
"pino-pretty": "^10.2.3",
|
|
3487
3487
|
"proper-lockfile": "^4.1.2",
|
|
3488
3488
|
"semver": "^7.5.4",
|
|
3489
3489
|
"ts-retry-promise": "^0.7.1"
|
|
@@ -4686,13 +4686,13 @@
|
|
|
4686
4686
|
}
|
|
4687
4687
|
},
|
|
4688
4688
|
"node_modules/@salesforce/plugin-login": {
|
|
4689
|
-
"version": "1.2.
|
|
4690
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.2.
|
|
4691
|
-
"integrity": "sha512-
|
|
4689
|
+
"version": "1.2.37",
|
|
4690
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.2.37.tgz",
|
|
4691
|
+
"integrity": "sha512-oudAsj+pu+XMG70Ph6psXlD7pPYg0iYWcNqOSfBxbrNpFE5LLT2nhBUFn2ZygYvjQZnlXsRCoVWcGUf9uhX//A==",
|
|
4692
4692
|
"license": "BSD-3-Clause",
|
|
4693
4693
|
"dependencies": {
|
|
4694
4694
|
"@oclif/core": "^2.15.0",
|
|
4695
|
-
"@salesforce/core": "^5.3.
|
|
4695
|
+
"@salesforce/core": "^5.3.9",
|
|
4696
4696
|
"@salesforce/sf-plugins-core": "^3.1.28",
|
|
4697
4697
|
"chalk": "^4.1.2",
|
|
4698
4698
|
"inquirer": "^8.2.6",
|
|
@@ -5380,13 +5380,13 @@
|
|
|
5380
5380
|
}
|
|
5381
5381
|
},
|
|
5382
5382
|
"node_modules/@salesforce/plugin-sobject": {
|
|
5383
|
-
"version": "0.2.
|
|
5384
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-0.2.
|
|
5385
|
-
"integrity": "sha512-
|
|
5383
|
+
"version": "0.2.12",
|
|
5384
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-0.2.12.tgz",
|
|
5385
|
+
"integrity": "sha512-ypZdIepGzKRl4YeoRYZNBbNUz4CDTNUyWfmujmpaS3TUpjRojRgGW6BwGDVEigBADziEmL1Q+HAKcTpbMDM4bA==",
|
|
5386
5386
|
"license": "BSD-3-Clause",
|
|
5387
5387
|
"dependencies": {
|
|
5388
5388
|
"@oclif/core": "^2.15.0",
|
|
5389
|
-
"@salesforce/core": "^5.3.
|
|
5389
|
+
"@salesforce/core": "^5.3.9",
|
|
5390
5390
|
"@salesforce/kit": "^3.0.9",
|
|
5391
5391
|
"@salesforce/sf-plugins-core": "^3.1.22",
|
|
5392
5392
|
"change-case": "^4.1.2",
|
|
@@ -5742,13 +5742,13 @@
|
|
|
5742
5742
|
}
|
|
5743
5743
|
},
|
|
5744
5744
|
"node_modules/@salesforce/plugin-trust": {
|
|
5745
|
-
"version": "2.6.
|
|
5746
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-2.6.
|
|
5747
|
-
"integrity": "sha512-
|
|
5745
|
+
"version": "2.6.20",
|
|
5746
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-2.6.20.tgz",
|
|
5747
|
+
"integrity": "sha512-pHakiNDLTX94an3xldTkvnNM+DCAc1r/7eTtdDmrRd7/6SxkySUQENFsJlIROar5kLq8oF8VCjKx8H57Qk5hSA==",
|
|
5748
5748
|
"license": "BSD-3-Clause",
|
|
5749
5749
|
"dependencies": {
|
|
5750
5750
|
"@oclif/core": "^2.15.0",
|
|
5751
|
-
"@salesforce/core": "^5.
|
|
5751
|
+
"@salesforce/core": "^5.3.9",
|
|
5752
5752
|
"@salesforce/sf-plugins-core": "^3.1.23",
|
|
5753
5753
|
"got": "^11",
|
|
5754
5754
|
"npm": "9.8.1",
|
|
@@ -5954,9 +5954,9 @@
|
|
|
5954
5954
|
}
|
|
5955
5955
|
},
|
|
5956
5956
|
"node_modules/@salesforce/sf-plugins-core/node_modules/@oclif/core": {
|
|
5957
|
-
"version": "3.
|
|
5958
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
5959
|
-
"integrity": "sha512-
|
|
5957
|
+
"version": "3.2.1",
|
|
5958
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.2.1.tgz",
|
|
5959
|
+
"integrity": "sha512-QY9csFjADbRa4RH7wcKSvIowaGI+Kc5oFCODYrKy9nj3x/RPGXG9KJ2848+9ZWJKUxv3KPHBX9CULHwvrwpVdg==",
|
|
5960
5960
|
"license": "MIT",
|
|
5961
5961
|
"dependencies": {
|
|
5962
5962
|
"ansi-escapes": "^4.3.2",
|
|
@@ -5966,7 +5966,7 @@
|
|
|
5966
5966
|
"clean-stack": "^3.0.1",
|
|
5967
5967
|
"cli-progress": "^3.12.0",
|
|
5968
5968
|
"debug": "^4.3.4",
|
|
5969
|
-
"ejs": "^3.1.
|
|
5969
|
+
"ejs": "^3.1.9",
|
|
5970
5970
|
"get-package-type": "^0.1.0",
|
|
5971
5971
|
"globby": "^11.1.0",
|
|
5972
5972
|
"hyperlinker": "^1.0.0",
|
|
@@ -6621,9 +6621,9 @@
|
|
|
6621
6621
|
}
|
|
6622
6622
|
},
|
|
6623
6623
|
"node_modules/@types/semver": {
|
|
6624
|
-
"version": "7.5.
|
|
6625
|
-
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.
|
|
6626
|
-
"integrity": "sha512-
|
|
6624
|
+
"version": "7.5.3",
|
|
6625
|
+
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.3.tgz",
|
|
6626
|
+
"integrity": "sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==",
|
|
6627
6627
|
"license": "MIT"
|
|
6628
6628
|
},
|
|
6629
6629
|
"node_modules/@types/shelljs": {
|
|
@@ -20111,9 +20111,9 @@
|
|
|
20111
20111
|
}
|
|
20112
20112
|
},
|
|
20113
20113
|
"node_modules/oclif/node_modules/@oclif/core": {
|
|
20114
|
-
"version": "3.
|
|
20115
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
20116
|
-
"integrity": "sha512-
|
|
20114
|
+
"version": "3.2.1",
|
|
20115
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.2.1.tgz",
|
|
20116
|
+
"integrity": "sha512-QY9csFjADbRa4RH7wcKSvIowaGI+Kc5oFCODYrKy9nj3x/RPGXG9KJ2848+9ZWJKUxv3KPHBX9CULHwvrwpVdg==",
|
|
20117
20117
|
"dev": true,
|
|
20118
20118
|
"license": "MIT",
|
|
20119
20119
|
"dependencies": {
|
|
@@ -20124,7 +20124,7 @@
|
|
|
20124
20124
|
"clean-stack": "^3.0.1",
|
|
20125
20125
|
"cli-progress": "^3.12.0",
|
|
20126
20126
|
"debug": "^4.3.4",
|
|
20127
|
-
"ejs": "^3.1.
|
|
20127
|
+
"ejs": "^3.1.9",
|
|
20128
20128
|
"get-package-type": "^0.1.0",
|
|
20129
20129
|
"globby": "^11.1.0",
|
|
20130
20130
|
"hyperlinker": "^1.0.0",
|
|
@@ -20938,9 +20938,9 @@
|
|
|
20938
20938
|
}
|
|
20939
20939
|
},
|
|
20940
20940
|
"node_modules/pino": {
|
|
20941
|
-
"version": "8.
|
|
20942
|
-
"resolved": "https://registry.npmjs.org/pino/-/pino-8.
|
|
20943
|
-
"integrity": "sha512-
|
|
20941
|
+
"version": "8.16.0",
|
|
20942
|
+
"resolved": "https://registry.npmjs.org/pino/-/pino-8.16.0.tgz",
|
|
20943
|
+
"integrity": "sha512-UUmvQ/7KTZt/vHjhRrnyS7h+J7qPBQnpG80V56xmIC+o9IqYmQOw/UIny9S9zYDfRBR0ClouCr464EkBMIT7Fw==",
|
|
20944
20944
|
"license": "MIT",
|
|
20945
20945
|
"dependencies": {
|
|
20946
20946
|
"atomic-sleep": "^1.0.0",
|
|
@@ -20952,7 +20952,7 @@
|
|
|
20952
20952
|
"quick-format-unescaped": "^4.0.3",
|
|
20953
20953
|
"real-require": "^0.2.0",
|
|
20954
20954
|
"safe-stable-stringify": "^2.3.1",
|
|
20955
|
-
"sonic-boom": "^3.
|
|
20955
|
+
"sonic-boom": "^3.7.0",
|
|
20956
20956
|
"thread-stream": "^2.0.0"
|
|
20957
20957
|
},
|
|
20958
20958
|
"bin": {
|
|
@@ -21028,9 +21028,9 @@
|
|
|
21028
21028
|
}
|
|
21029
21029
|
},
|
|
21030
21030
|
"node_modules/pino-pretty": {
|
|
21031
|
-
"version": "10.2.
|
|
21032
|
-
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-10.2.
|
|
21033
|
-
"integrity": "sha512-
|
|
21031
|
+
"version": "10.2.3",
|
|
21032
|
+
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-10.2.3.tgz",
|
|
21033
|
+
"integrity": "sha512-4jfIUc8TC1GPUfDyMSlW1STeORqkoxec71yhxIpLDQapUu8WOuoz2TTCoidrIssyz78LZC69whBMPIKCMbi3cw==",
|
|
21034
21034
|
"license": "MIT",
|
|
21035
21035
|
"dependencies": {
|
|
21036
21036
|
"colorette": "^2.0.7",
|
|
@@ -22808,9 +22808,9 @@
|
|
|
22808
22808
|
}
|
|
22809
22809
|
},
|
|
22810
22810
|
"node_modules/sonic-boom": {
|
|
22811
|
-
"version": "3.
|
|
22812
|
-
"resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-3.
|
|
22813
|
-
"integrity": "sha512-
|
|
22811
|
+
"version": "3.7.0",
|
|
22812
|
+
"resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-3.7.0.tgz",
|
|
22813
|
+
"integrity": "sha512-IudtNvSqA/ObjN97tfgNmOKyDOs4dNcg4cUUsHDebqsgb8wGBBwb31LIgShNO8fye0dFI52X1+tFoKKI6Rq1Gg==",
|
|
22814
22814
|
"license": "MIT",
|
|
22815
22815
|
"dependencies": {
|
|
22816
22816
|
"atomic-sleep": "^1.0.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.14.
|
|
4
|
+
"version": "2.14.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -73,9 +73,9 @@
|
|
|
73
73
|
"jitPlugins": {
|
|
74
74
|
"@salesforce/plugin-custom-metadata": "2.2.7",
|
|
75
75
|
"@salesforce/plugin-community": "2.4.5",
|
|
76
|
-
"@salesforce/plugin-dev": "1.2.
|
|
76
|
+
"@salesforce/plugin-dev": "1.2.1",
|
|
77
77
|
"@salesforce/plugin-devops-center": "1.2.3",
|
|
78
|
-
"@salesforce/plugin-env": "2.2.
|
|
78
|
+
"@salesforce/plugin-env": "2.2.7",
|
|
79
79
|
"@salesforce/plugin-functions": "1.22.3",
|
|
80
80
|
"@salesforce/plugin-packaging": "1.26.3",
|
|
81
81
|
"@salesforce/plugin-signups": "1.5.5",
|
|
@@ -124,15 +124,15 @@
|
|
|
124
124
|
"dependencies": {
|
|
125
125
|
"@oclif/core": "3.0.3",
|
|
126
126
|
"@oclif/plugin-autocomplete": "2.3.9",
|
|
127
|
-
"@oclif/plugin-commands": "3.0.
|
|
128
|
-
"@oclif/plugin-help": "6.0.
|
|
129
|
-
"@oclif/plugin-not-found": "3.0.
|
|
127
|
+
"@oclif/plugin-commands": "3.0.3",
|
|
128
|
+
"@oclif/plugin-help": "6.0.3",
|
|
129
|
+
"@oclif/plugin-not-found": "3.0.2",
|
|
130
130
|
"@oclif/plugin-plugins": "3.9.1",
|
|
131
|
-
"@oclif/plugin-search": "1.0.
|
|
131
|
+
"@oclif/plugin-search": "1.0.3",
|
|
132
132
|
"@oclif/plugin-update": "4.1.2",
|
|
133
|
-
"@oclif/plugin-version": "2.0.
|
|
133
|
+
"@oclif/plugin-version": "2.0.3",
|
|
134
134
|
"@oclif/plugin-warn-if-update-available": "2.1.1",
|
|
135
|
-
"@oclif/plugin-which": "3.0.
|
|
135
|
+
"@oclif/plugin-which": "3.0.4",
|
|
136
136
|
"@salesforce/core": "^5.2.0",
|
|
137
137
|
"@salesforce/plugin-apex": "2.3.19",
|
|
138
138
|
"@salesforce/plugin-auth": "2.8.20",
|
|
@@ -140,16 +140,16 @@
|
|
|
140
140
|
"@salesforce/plugin-deploy-retrieve": "1.19.0",
|
|
141
141
|
"@salesforce/plugin-info": "2.6.49",
|
|
142
142
|
"@salesforce/plugin-limits": "2.3.38",
|
|
143
|
-
"@salesforce/plugin-login": "1.2.
|
|
143
|
+
"@salesforce/plugin-login": "1.2.37",
|
|
144
144
|
"@salesforce/plugin-marketplace": "0.3.0",
|
|
145
145
|
"@salesforce/plugin-org": "2.11.0",
|
|
146
146
|
"@salesforce/plugin-schema": "2.3.29",
|
|
147
147
|
"@salesforce/plugin-settings": "1.4.33",
|
|
148
|
-
"@salesforce/plugin-sobject": "0.2.
|
|
148
|
+
"@salesforce/plugin-sobject": "0.2.12",
|
|
149
149
|
"@salesforce/plugin-source": "2.10.40",
|
|
150
150
|
"@salesforce/plugin-telemetry": "2.3.6",
|
|
151
151
|
"@salesforce/plugin-templates": "55.5.14",
|
|
152
|
-
"@salesforce/plugin-trust": "2.6.
|
|
152
|
+
"@salesforce/plugin-trust": "2.6.20",
|
|
153
153
|
"@salesforce/plugin-user": "2.3.36",
|
|
154
154
|
"@salesforce/sf-plugins-core": "4.0.0",
|
|
155
155
|
"debug": "^4.3.4"
|