@salesforce/cli 2.40.0 → 2.40.2
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 +23 -23
- package/npm-shrinkwrap.json +50 -51
- package/oclif.lock +33 -36
- package/oclif.manifest.json +1 -1
- package/package.json +10 -10
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.40.
|
|
27
|
+
@salesforce/cli/2.40.2 linux-x64 node-v20.12.2
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -2598,7 +2598,7 @@ FLAG DESCRIPTIONS
|
|
|
2598
2598
|
sandbox.
|
|
2599
2599
|
```
|
|
2600
2600
|
|
|
2601
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2601
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/create/sandbox.ts)_
|
|
2602
2602
|
|
|
2603
2603
|
## `sf org create scratch`
|
|
2604
2604
|
|
|
@@ -2752,7 +2752,7 @@ FLAG DESCRIPTIONS
|
|
|
2752
2752
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
2753
2753
|
```
|
|
2754
2754
|
|
|
2755
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2755
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/create/scratch.ts)_
|
|
2756
2756
|
|
|
2757
2757
|
## `sf org create user`
|
|
2758
2758
|
|
|
@@ -2905,7 +2905,7 @@ EXAMPLES
|
|
|
2905
2905
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
2906
2906
|
```
|
|
2907
2907
|
|
|
2908
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2908
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/delete/sandbox.ts)_
|
|
2909
2909
|
|
|
2910
2910
|
## `sf org delete scratch`
|
|
2911
2911
|
|
|
@@ -2948,7 +2948,7 @@ EXAMPLES
|
|
|
2948
2948
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
2949
2949
|
```
|
|
2950
2950
|
|
|
2951
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2951
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/delete/scratch.ts)_
|
|
2952
2952
|
|
|
2953
2953
|
## `sf org disable tracking`
|
|
2954
2954
|
|
|
@@ -2987,7 +2987,7 @@ EXAMPLES
|
|
|
2987
2987
|
$ sf org disable tracking
|
|
2988
2988
|
```
|
|
2989
2989
|
|
|
2990
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2990
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/disable/tracking.ts)_
|
|
2991
2991
|
|
|
2992
2992
|
## `sf org display`
|
|
2993
2993
|
|
|
@@ -3032,7 +3032,7 @@ EXAMPLES
|
|
|
3032
3032
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3033
3033
|
```
|
|
3034
3034
|
|
|
3035
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3035
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/display.ts)_
|
|
3036
3036
|
|
|
3037
3037
|
## `sf org display user`
|
|
3038
3038
|
|
|
@@ -3113,7 +3113,7 @@ EXAMPLES
|
|
|
3113
3113
|
$ sf org enable tracking
|
|
3114
3114
|
```
|
|
3115
3115
|
|
|
3116
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3116
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/enable/tracking.ts)_
|
|
3117
3117
|
|
|
3118
3118
|
## `sf org generate password`
|
|
3119
3119
|
|
|
@@ -3219,7 +3219,7 @@ EXAMPLES
|
|
|
3219
3219
|
$ sf org list --clean
|
|
3220
3220
|
```
|
|
3221
3221
|
|
|
3222
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3222
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/list.ts)_
|
|
3223
3223
|
|
|
3224
3224
|
## `sf org list auth`
|
|
3225
3225
|
|
|
@@ -3358,7 +3358,7 @@ FLAG DESCRIPTIONS
|
|
|
3358
3358
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3359
3359
|
```
|
|
3360
3360
|
|
|
3361
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3361
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/list/metadata.ts)_
|
|
3362
3362
|
|
|
3363
3363
|
## `sf org list metadata-types`
|
|
3364
3364
|
|
|
@@ -3413,7 +3413,7 @@ FLAG DESCRIPTIONS
|
|
|
3413
3413
|
Override the api version used for api requests made by this command
|
|
3414
3414
|
```
|
|
3415
3415
|
|
|
3416
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3416
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/list/metadata-types.ts)_
|
|
3417
3417
|
|
|
3418
3418
|
## `sf org list sobject record-counts`
|
|
3419
3419
|
|
|
@@ -3987,7 +3987,7 @@ EXAMPLES
|
|
|
3987
3987
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
3988
3988
|
```
|
|
3989
3989
|
|
|
3990
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3990
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/open.ts)_
|
|
3991
3991
|
|
|
3992
3992
|
## `sf org refresh sandbox`
|
|
3993
3993
|
|
|
@@ -4064,7 +4064,7 @@ FLAG DESCRIPTIONS
|
|
|
4064
4064
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4065
4065
|
```
|
|
4066
4066
|
|
|
4067
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
4067
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/refresh/sandbox.ts)_
|
|
4068
4068
|
|
|
4069
4069
|
## `sf org resume sandbox`
|
|
4070
4070
|
|
|
@@ -4127,7 +4127,7 @@ FLAG DESCRIPTIONS
|
|
|
4127
4127
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4128
4128
|
```
|
|
4129
4129
|
|
|
4130
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
4130
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/resume/sandbox.ts)_
|
|
4131
4131
|
|
|
4132
4132
|
## `sf org resume scratch`
|
|
4133
4133
|
|
|
@@ -4174,7 +4174,7 @@ FLAG DESCRIPTIONS
|
|
|
4174
4174
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4175
4175
|
```
|
|
4176
4176
|
|
|
4177
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
4177
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/resume/scratch.ts)_
|
|
4178
4178
|
|
|
4179
4179
|
## `sf package1 version create`
|
|
4180
4180
|
|
|
@@ -5391,7 +5391,7 @@ EXAMPLES
|
|
|
5391
5391
|
$ sf plugins
|
|
5392
5392
|
```
|
|
5393
5393
|
|
|
5394
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5394
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.15/src/commands/plugins/index.ts)_
|
|
5395
5395
|
|
|
5396
5396
|
## `sf plugins discover`
|
|
5397
5397
|
|
|
@@ -5436,7 +5436,7 @@ EXAMPLES
|
|
|
5436
5436
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
5437
5437
|
```
|
|
5438
5438
|
|
|
5439
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5439
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.15/src/commands/plugins/inspect.ts)_
|
|
5440
5440
|
|
|
5441
5441
|
## `sf plugins install PLUGIN`
|
|
5442
5442
|
|
|
@@ -5485,7 +5485,7 @@ EXAMPLES
|
|
|
5485
5485
|
$ sf plugins install someuser/someplugin
|
|
5486
5486
|
```
|
|
5487
5487
|
|
|
5488
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5488
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.15/src/commands/plugins/install.ts)_
|
|
5489
5489
|
|
|
5490
5490
|
## `sf plugins link PATH`
|
|
5491
5491
|
|
|
@@ -5515,7 +5515,7 @@ EXAMPLES
|
|
|
5515
5515
|
$ sf plugins link @salesforce/plugin-packaging
|
|
5516
5516
|
```
|
|
5517
5517
|
|
|
5518
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5518
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.15/src/commands/plugins/link.ts)_
|
|
5519
5519
|
|
|
5520
5520
|
## `sf plugins reset`
|
|
5521
5521
|
|
|
@@ -5530,7 +5530,7 @@ FLAGS
|
|
|
5530
5530
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5531
5531
|
```
|
|
5532
5532
|
|
|
5533
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5533
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.15/src/commands/plugins/reset.ts)_
|
|
5534
5534
|
|
|
5535
5535
|
## `sf plugins trust verify`
|
|
5536
5536
|
|
|
@@ -5587,7 +5587,7 @@ EXAMPLES
|
|
|
5587
5587
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
5588
5588
|
```
|
|
5589
5589
|
|
|
5590
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5590
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.15/src/commands/plugins/uninstall.ts)_
|
|
5591
5591
|
|
|
5592
5592
|
## `sf plugins update`
|
|
5593
5593
|
|
|
@@ -5605,7 +5605,7 @@ DESCRIPTION
|
|
|
5605
5605
|
Update installed plugins.
|
|
5606
5606
|
```
|
|
5607
5607
|
|
|
5608
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5608
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.15/src/commands/plugins/update.ts)_
|
|
5609
5609
|
|
|
5610
5610
|
## `sf project convert mdapi`
|
|
5611
5611
|
|
|
@@ -7680,7 +7680,7 @@ EXAMPLES
|
|
|
7680
7680
|
$ sf update --available
|
|
7681
7681
|
```
|
|
7682
7682
|
|
|
7683
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.2.
|
|
7683
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.2.8/src/commands/update.ts)_
|
|
7684
7684
|
|
|
7685
7685
|
## `sf version`
|
|
7686
7686
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.40.
|
|
3
|
+
"version": "2.40.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.40.
|
|
9
|
+
"version": "2.40.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"@oclif/plugin-commands": "3.3.1",
|
|
17
17
|
"@oclif/plugin-help": "6.0.21",
|
|
18
18
|
"@oclif/plugin-not-found": "3.1.6",
|
|
19
|
-
"@oclif/plugin-plugins": "5.0.
|
|
19
|
+
"@oclif/plugin-plugins": "5.0.15",
|
|
20
20
|
"@oclif/plugin-search": "1.0.23",
|
|
21
|
-
"@oclif/plugin-update": "4.2.
|
|
21
|
+
"@oclif/plugin-update": "4.2.8",
|
|
22
22
|
"@oclif/plugin-version": "2.0.17",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.0.16",
|
|
24
24
|
"@oclif/plugin-which": "3.1.8",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@salesforce/plugin-info": "3.2.3",
|
|
32
32
|
"@salesforce/plugin-limits": "3.3.4",
|
|
33
33
|
"@salesforce/plugin-marketplace": "1.2.4",
|
|
34
|
-
"@salesforce/plugin-org": "4.1.
|
|
34
|
+
"@salesforce/plugin-org": "4.1.4",
|
|
35
35
|
"@salesforce/plugin-packaging": "2.4.0",
|
|
36
36
|
"@salesforce/plugin-schema": "3.3.4",
|
|
37
37
|
"@salesforce/plugin-settings": "2.2.1",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@salesforce/ts-types": "^2.0.9",
|
|
59
59
|
"@types/debug": "^4.1.12",
|
|
60
60
|
"aws-sdk": "^2.1589.0",
|
|
61
|
-
"oclif": "^4.
|
|
61
|
+
"oclif": "^4.9.0",
|
|
62
62
|
"ts-node": "^10.9.2",
|
|
63
63
|
"typescript": "^5.4.3"
|
|
64
64
|
},
|
|
@@ -3794,9 +3794,9 @@
|
|
|
3794
3794
|
}
|
|
3795
3795
|
},
|
|
3796
3796
|
"node_modules/@oclif/plugin-plugins": {
|
|
3797
|
-
"version": "5.0.
|
|
3798
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.0.
|
|
3799
|
-
"integrity": "sha512-
|
|
3797
|
+
"version": "5.0.15",
|
|
3798
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.0.15.tgz",
|
|
3799
|
+
"integrity": "sha512-PXSbfBz5RPARQVtwSlx3ES06JDddQc8RNo0XXOxOUQ5rs3HO3Me4sbW8A1cnOOEtiFn4TP76btjOKPxR8SVowg==",
|
|
3800
3800
|
"license": "MIT",
|
|
3801
3801
|
"dependencies": {
|
|
3802
3802
|
"@oclif/core": "^3.26.4",
|
|
@@ -3805,6 +3805,7 @@
|
|
|
3805
3805
|
"npm": "10.5.0",
|
|
3806
3806
|
"npm-package-arg": "^11.0.2",
|
|
3807
3807
|
"npm-run-path": "^5.3.0",
|
|
3808
|
+
"object-treeify": "^4.0.1",
|
|
3808
3809
|
"semver": "^7.6.0",
|
|
3809
3810
|
"validate-npm-package-name": "^5.0.0",
|
|
3810
3811
|
"yarn": "^1.22.22"
|
|
@@ -3828,6 +3829,15 @@
|
|
|
3828
3829
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3829
3830
|
}
|
|
3830
3831
|
},
|
|
3832
|
+
"node_modules/@oclif/plugin-plugins/node_modules/object-treeify": {
|
|
3833
|
+
"version": "4.0.1",
|
|
3834
|
+
"resolved": "https://registry.npmjs.org/object-treeify/-/object-treeify-4.0.1.tgz",
|
|
3835
|
+
"integrity": "sha512-Y6tg5rHfsefSkfKujv2SwHulInROy/rCL5F4w0QOWxut8AnxYxf0YmNhTh95Zfyxpsudo66uqkux0ACFnyMSgQ==",
|
|
3836
|
+
"license": "MIT",
|
|
3837
|
+
"engines": {
|
|
3838
|
+
"node": ">= 16"
|
|
3839
|
+
}
|
|
3840
|
+
},
|
|
3831
3841
|
"node_modules/@oclif/plugin-plugins/node_modules/path-key": {
|
|
3832
3842
|
"version": "4.0.0",
|
|
3833
3843
|
"resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
|
|
@@ -3854,9 +3864,9 @@
|
|
|
3854
3864
|
}
|
|
3855
3865
|
},
|
|
3856
3866
|
"node_modules/@oclif/plugin-update": {
|
|
3857
|
-
"version": "4.2.
|
|
3858
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.2.
|
|
3859
|
-
"integrity": "sha512-
|
|
3867
|
+
"version": "4.2.8",
|
|
3868
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.2.8.tgz",
|
|
3869
|
+
"integrity": "sha512-Zxryo4lvd/AH8uLOV1zRQb2yLZjcUqldiZxsYIA7rccFbG3KLJRZZJLhyDPJdR/yRnNkAi3LlMC3MRl122WbIw==",
|
|
3860
3870
|
"license": "MIT",
|
|
3861
3871
|
"dependencies": {
|
|
3862
3872
|
"@inquirer/select": "^2.3.1",
|
|
@@ -4377,16 +4387,6 @@
|
|
|
4377
4387
|
"node": ">=8"
|
|
4378
4388
|
}
|
|
4379
4389
|
},
|
|
4380
|
-
"node_modules/@salesforce/cli-plugins-testkit/node_modules/ts-retry-promise": {
|
|
4381
|
-
"version": "0.8.0",
|
|
4382
|
-
"resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.8.0.tgz",
|
|
4383
|
-
"integrity": "sha512-elI/GkojPANBikPaMWQnk4T/bOJ6tq/hqXyQRmhfC9PAD6MoHmXIXK7KilJrlpx47VAKCGcmBrTeK5dHk6YAYg==",
|
|
4384
|
-
"dev": true,
|
|
4385
|
-
"license": "MIT",
|
|
4386
|
-
"engines": {
|
|
4387
|
-
"node": ">=6"
|
|
4388
|
-
}
|
|
4389
|
-
},
|
|
4390
4390
|
"node_modules/@salesforce/core": {
|
|
4391
4391
|
"version": "7.3.1",
|
|
4392
4392
|
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.1.tgz",
|
|
@@ -4437,6 +4437,15 @@
|
|
|
4437
4437
|
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
4438
4438
|
"license": "MIT"
|
|
4439
4439
|
},
|
|
4440
|
+
"node_modules/@salesforce/core/node_modules/ts-retry-promise": {
|
|
4441
|
+
"version": "0.7.1",
|
|
4442
|
+
"resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz",
|
|
4443
|
+
"integrity": "sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ==",
|
|
4444
|
+
"license": "MIT",
|
|
4445
|
+
"engines": {
|
|
4446
|
+
"node": ">=6"
|
|
4447
|
+
}
|
|
4448
|
+
},
|
|
4440
4449
|
"node_modules/@salesforce/dev-config": {
|
|
4441
4450
|
"version": "4.1.0",
|
|
4442
4451
|
"resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.1.0.tgz",
|
|
@@ -4718,16 +4727,16 @@
|
|
|
4718
4727
|
}
|
|
4719
4728
|
},
|
|
4720
4729
|
"node_modules/@salesforce/plugin-org": {
|
|
4721
|
-
"version": "4.1.
|
|
4722
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.1.
|
|
4723
|
-
"integrity": "sha512-
|
|
4730
|
+
"version": "4.1.4",
|
|
4731
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.1.4.tgz",
|
|
4732
|
+
"integrity": "sha512-vSN1hsqpXdX42OjvRAdllCVnRCtByeP+9ktzy4WRxduEjlIQujOgXbCPpj2K6MYLu2Rj7Pc5Dx/JC36QqYu6cA==",
|
|
4724
4733
|
"license": "BSD-3-Clause",
|
|
4725
4734
|
"dependencies": {
|
|
4726
4735
|
"@oclif/core": "^3.26.4",
|
|
4727
4736
|
"@salesforce/core": "^7.0.1",
|
|
4728
4737
|
"@salesforce/kit": "^3.1.1",
|
|
4729
4738
|
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
4730
|
-
"@salesforce/source-deploy-retrieve": "^11.0.
|
|
4739
|
+
"@salesforce/source-deploy-retrieve": "^11.0.2",
|
|
4731
4740
|
"chalk": "^5.3.0",
|
|
4732
4741
|
"change-case": "^5.4.4",
|
|
4733
4742
|
"is-wsl": "^3.1.0",
|
|
@@ -5162,13 +5171,13 @@
|
|
|
5162
5171
|
}
|
|
5163
5172
|
},
|
|
5164
5173
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
5165
|
-
"version": "11.
|
|
5166
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.
|
|
5167
|
-
"integrity": "sha512-
|
|
5174
|
+
"version": "11.1.2",
|
|
5175
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.1.2.tgz",
|
|
5176
|
+
"integrity": "sha512-QhRft7U/XMBDaZTbzacbHH4sapTW/d25V3Hiwua2lg/Ce6hEj/5w6l8LlO5UAyRpRMaMy2LfaTRygu+rT3AS8g==",
|
|
5168
5177
|
"license": "BSD-3-Clause",
|
|
5169
5178
|
"dependencies": {
|
|
5170
|
-
"@salesforce/core": "^7.
|
|
5171
|
-
"@salesforce/kit": "^3.1.
|
|
5179
|
+
"@salesforce/core": "^7.3.1",
|
|
5180
|
+
"@salesforce/kit": "^3.1.1",
|
|
5172
5181
|
"@salesforce/ts-types": "^2.0.9",
|
|
5173
5182
|
"fast-levenshtein": "^3.0.0",
|
|
5174
5183
|
"fast-xml-parser": "^4.3.6",
|
|
@@ -5178,8 +5187,7 @@
|
|
|
5178
5187
|
"jszip": "^3.10.1",
|
|
5179
5188
|
"mime": "2.6.0",
|
|
5180
5189
|
"minimatch": "^5.1.6",
|
|
5181
|
-
"proxy-agent": "^6.4.0"
|
|
5182
|
-
"ts-retry-promise": "^0.7.1"
|
|
5190
|
+
"proxy-agent": "^6.4.0"
|
|
5183
5191
|
},
|
|
5184
5192
|
"engines": {
|
|
5185
5193
|
"node": ">=18.0.0"
|
|
@@ -5330,15 +5338,6 @@
|
|
|
5330
5338
|
"node": ">=18.0.0"
|
|
5331
5339
|
}
|
|
5332
5340
|
},
|
|
5333
|
-
"node_modules/@salesforce/source-tracking/node_modules/ts-retry-promise": {
|
|
5334
|
-
"version": "0.8.0",
|
|
5335
|
-
"resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.8.0.tgz",
|
|
5336
|
-
"integrity": "sha512-elI/GkojPANBikPaMWQnk4T/bOJ6tq/hqXyQRmhfC9PAD6MoHmXIXK7KilJrlpx47VAKCGcmBrTeK5dHk6YAYg==",
|
|
5337
|
-
"license": "MIT",
|
|
5338
|
-
"engines": {
|
|
5339
|
-
"node": ">=6"
|
|
5340
|
-
}
|
|
5341
|
-
},
|
|
5342
5341
|
"node_modules/@salesforce/telemetry": {
|
|
5343
5342
|
"version": "6.0.1",
|
|
5344
5343
|
"resolved": "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.0.1.tgz",
|
|
@@ -19294,18 +19293,18 @@
|
|
|
19294
19293
|
"license": "MIT"
|
|
19295
19294
|
},
|
|
19296
19295
|
"node_modules/oclif": {
|
|
19297
|
-
"version": "4.
|
|
19298
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
19299
|
-
"integrity": "sha512-
|
|
19296
|
+
"version": "4.9.0",
|
|
19297
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.9.0.tgz",
|
|
19298
|
+
"integrity": "sha512-35wI+Rqu7iDix6iLToYyqTw7aHDxzUsymt2JZ5HMzrZWlaebDwkYMJTyOT08e9IQY8U8k4+zZPie1hLTxdEOFg==",
|
|
19300
19299
|
"dev": true,
|
|
19301
19300
|
"license": "MIT",
|
|
19302
19301
|
"dependencies": {
|
|
19303
19302
|
"@aws-sdk/client-cloudfront": "^3.535.0",
|
|
19304
19303
|
"@aws-sdk/client-s3": "^3.554.0",
|
|
19305
|
-
"@inquirer/confirm": "^3.1.
|
|
19304
|
+
"@inquirer/confirm": "^3.1.5",
|
|
19306
19305
|
"@inquirer/input": "^2.1.1",
|
|
19307
19306
|
"@inquirer/select": "^2.2.1",
|
|
19308
|
-
"@oclif/core": "^3.26.
|
|
19307
|
+
"@oclif/core": "^3.26.4",
|
|
19309
19308
|
"@oclif/plugin-help": "^6.0.21",
|
|
19310
19309
|
"@oclif/plugin-not-found": "^3.0.14",
|
|
19311
19310
|
"@oclif/plugin-warn-if-update-available": "^3.0.14",
|
|
@@ -19313,7 +19312,7 @@
|
|
|
19313
19312
|
"chalk": "^4",
|
|
19314
19313
|
"change-case": "^4",
|
|
19315
19314
|
"debug": "^4.3.3",
|
|
19316
|
-
"ejs": "^3.1.
|
|
19315
|
+
"ejs": "^3.1.10",
|
|
19317
19316
|
"find-yarn-workspace-root": "^2.0.0",
|
|
19318
19317
|
"fs-extra": "^8.1",
|
|
19319
19318
|
"github-slugger": "^1.5.0",
|
|
@@ -23041,9 +23040,9 @@
|
|
|
23041
23040
|
}
|
|
23042
23041
|
},
|
|
23043
23042
|
"node_modules/ts-retry-promise": {
|
|
23044
|
-
"version": "0.
|
|
23045
|
-
"resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.
|
|
23046
|
-
"integrity": "sha512-
|
|
23043
|
+
"version": "0.8.0",
|
|
23044
|
+
"resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.8.0.tgz",
|
|
23045
|
+
"integrity": "sha512-elI/GkojPANBikPaMWQnk4T/bOJ6tq/hqXyQRmhfC9PAD6MoHmXIXK7KilJrlpx47VAKCGcmBrTeK5dHk6YAYg==",
|
|
23047
23046
|
"license": "MIT",
|
|
23048
23047
|
"engines": {
|
|
23049
23048
|
"node": ">=6"
|
package/oclif.lock
CHANGED
|
@@ -1195,14 +1195,6 @@
|
|
|
1195
1195
|
"@inquirer/type" "^1.1.6"
|
|
1196
1196
|
chalk "^4.1.2"
|
|
1197
1197
|
|
|
1198
|
-
"@inquirer/confirm@^3.1.4":
|
|
1199
|
-
version "3.1.5"
|
|
1200
|
-
resolved "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.5.tgz"
|
|
1201
|
-
integrity sha512-6+dwZrpko5vr5EFEQmUbfBVhtu6IsnB8lQNsLHgO9S9fbfS5J6MuUj+NY0h98pPpYZXEazLR7qzypEDqVzf6aQ==
|
|
1202
|
-
dependencies:
|
|
1203
|
-
"@inquirer/core" "^8.0.1"
|
|
1204
|
-
"@inquirer/type" "^1.3.0"
|
|
1205
|
-
|
|
1206
1198
|
"@inquirer/confirm@^3.1.5":
|
|
1207
1199
|
version "3.1.5"
|
|
1208
1200
|
resolved "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.5.tgz"
|
|
@@ -1916,10 +1908,10 @@
|
|
|
1916
1908
|
chalk "^5.3.0"
|
|
1917
1909
|
fast-levenshtein "^3.0.0"
|
|
1918
1910
|
|
|
1919
|
-
"@oclif/plugin-plugins@5.0.
|
|
1920
|
-
version "5.0.
|
|
1921
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.0.
|
|
1922
|
-
integrity sha512-
|
|
1911
|
+
"@oclif/plugin-plugins@5.0.15":
|
|
1912
|
+
version "5.0.15"
|
|
1913
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.0.15.tgz"
|
|
1914
|
+
integrity sha512-PXSbfBz5RPARQVtwSlx3ES06JDddQc8RNo0XXOxOUQ5rs3HO3Me4sbW8A1cnOOEtiFn4TP76btjOKPxR8SVowg==
|
|
1923
1915
|
dependencies:
|
|
1924
1916
|
"@oclif/core" "^3.26.4"
|
|
1925
1917
|
chalk "^5.3.0"
|
|
@@ -1927,6 +1919,7 @@
|
|
|
1927
1919
|
npm "10.5.0"
|
|
1928
1920
|
npm-package-arg "^11.0.2"
|
|
1929
1921
|
npm-run-path "^5.3.0"
|
|
1922
|
+
object-treeify "^4.0.1"
|
|
1930
1923
|
semver "^7.6.0"
|
|
1931
1924
|
validate-npm-package-name "^5.0.0"
|
|
1932
1925
|
yarn "^1.22.22"
|
|
@@ -1939,10 +1932,10 @@
|
|
|
1939
1932
|
"@oclif/core" "^3.26.4"
|
|
1940
1933
|
inquirer-autocomplete-standalone "^0.8.1"
|
|
1941
1934
|
|
|
1942
|
-
"@oclif/plugin-update@4.2.
|
|
1943
|
-
version "4.2.
|
|
1944
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.2.
|
|
1945
|
-
integrity sha512-
|
|
1935
|
+
"@oclif/plugin-update@4.2.8":
|
|
1936
|
+
version "4.2.8"
|
|
1937
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.2.8.tgz"
|
|
1938
|
+
integrity sha512-Zxryo4lvd/AH8uLOV1zRQb2yLZjcUqldiZxsYIA7rccFbG3KLJRZZJLhyDPJdR/yRnNkAi3LlMC3MRl122WbIw==
|
|
1946
1939
|
dependencies:
|
|
1947
1940
|
"@inquirer/select" "^2.3.1"
|
|
1948
1941
|
"@oclif/core" "^3.26.4"
|
|
@@ -2453,16 +2446,16 @@
|
|
|
2453
2446
|
got "^13.0.0"
|
|
2454
2447
|
proxy-agent "^6.4.0"
|
|
2455
2448
|
|
|
2456
|
-
"@salesforce/plugin-org@4.1.
|
|
2457
|
-
version "4.1.
|
|
2458
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.1.
|
|
2459
|
-
integrity sha512-
|
|
2449
|
+
"@salesforce/plugin-org@4.1.4":
|
|
2450
|
+
version "4.1.4"
|
|
2451
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.1.4.tgz"
|
|
2452
|
+
integrity sha512-vSN1hsqpXdX42OjvRAdllCVnRCtByeP+9ktzy4WRxduEjlIQujOgXbCPpj2K6MYLu2Rj7Pc5Dx/JC36QqYu6cA==
|
|
2460
2453
|
dependencies:
|
|
2461
2454
|
"@oclif/core" "^3.26.4"
|
|
2462
2455
|
"@salesforce/core" "^7.0.1"
|
|
2463
2456
|
"@salesforce/kit" "^3.1.1"
|
|
2464
2457
|
"@salesforce/sf-plugins-core" "^9.0.0"
|
|
2465
|
-
"@salesforce/source-deploy-retrieve" "^11.0.
|
|
2458
|
+
"@salesforce/source-deploy-retrieve" "^11.0.2"
|
|
2466
2459
|
chalk "^5.3.0"
|
|
2467
2460
|
change-case "^5.4.4"
|
|
2468
2461
|
is-wsl "^3.1.0"
|
|
@@ -2635,13 +2628,13 @@
|
|
|
2635
2628
|
"@salesforce/ts-types" "^2.0.9"
|
|
2636
2629
|
chalk "^5.3.0"
|
|
2637
2630
|
|
|
2638
|
-
"@salesforce/source-deploy-retrieve@^11.0.0", "@salesforce/source-deploy-retrieve@^11.0.1":
|
|
2639
|
-
version "11.
|
|
2640
|
-
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.
|
|
2641
|
-
integrity sha512-
|
|
2631
|
+
"@salesforce/source-deploy-retrieve@^11.0.0", "@salesforce/source-deploy-retrieve@^11.0.1", "@salesforce/source-deploy-retrieve@^11.0.2":
|
|
2632
|
+
version "11.1.2"
|
|
2633
|
+
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.1.2.tgz"
|
|
2634
|
+
integrity sha512-QhRft7U/XMBDaZTbzacbHH4sapTW/d25V3Hiwua2lg/Ce6hEj/5w6l8LlO5UAyRpRMaMy2LfaTRygu+rT3AS8g==
|
|
2642
2635
|
dependencies:
|
|
2643
|
-
"@salesforce/core" "^7.
|
|
2644
|
-
"@salesforce/kit" "^3.1.
|
|
2636
|
+
"@salesforce/core" "^7.3.1"
|
|
2637
|
+
"@salesforce/kit" "^3.1.1"
|
|
2645
2638
|
"@salesforce/ts-types" "^2.0.9"
|
|
2646
2639
|
fast-levenshtein "^3.0.0"
|
|
2647
2640
|
fast-xml-parser "^4.3.6"
|
|
@@ -2652,7 +2645,6 @@
|
|
|
2652
2645
|
mime "2.6.0"
|
|
2653
2646
|
minimatch "^5.1.6"
|
|
2654
2647
|
proxy-agent "^6.4.0"
|
|
2655
|
-
ts-retry-promise "^0.7.1"
|
|
2656
2648
|
|
|
2657
2649
|
"@salesforce/source-tracking@^6.0.0", "@salesforce/source-tracking@^6.0.3":
|
|
2658
2650
|
version "6.0.4"
|
|
@@ -5654,7 +5646,7 @@ ecdsa-sig-formatter@1.0.11:
|
|
|
5654
5646
|
dependencies:
|
|
5655
5647
|
safe-buffer "^5.0.1"
|
|
5656
5648
|
|
|
5657
|
-
ejs@^3.1.10, ejs@^3.1.8
|
|
5649
|
+
ejs@^3.1.10, ejs@^3.1.8:
|
|
5658
5650
|
version "3.1.10"
|
|
5659
5651
|
resolved "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz"
|
|
5660
5652
|
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
|
|
@@ -9665,6 +9657,11 @@ object-treeify@^1.1.33:
|
|
|
9665
9657
|
resolved "https://registry.npmjs.org/object-treeify/-/object-treeify-1.1.33.tgz"
|
|
9666
9658
|
integrity sha512-EFVjAYfzWqWsBMRHPMAXLCDIJnpMhdWAqR7xG6M6a2cs6PMFpl/+Z20w9zDW4vkxOFfddegBKq9Rehd0bxWE7A==
|
|
9667
9659
|
|
|
9660
|
+
object-treeify@^4.0.1:
|
|
9661
|
+
version "4.0.1"
|
|
9662
|
+
resolved "https://registry.npmjs.org/object-treeify/-/object-treeify-4.0.1.tgz"
|
|
9663
|
+
integrity sha512-Y6tg5rHfsefSkfKujv2SwHulInROy/rCL5F4w0QOWxut8AnxYxf0YmNhTh95Zfyxpsudo66uqkux0ACFnyMSgQ==
|
|
9664
|
+
|
|
9668
9665
|
object.assign@^4.1.5:
|
|
9669
9666
|
version "4.1.5"
|
|
9670
9667
|
resolved "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz"
|
|
@@ -9708,17 +9705,17 @@ obliterator@^2.0.1, obliterator@^2.0.2:
|
|
|
9708
9705
|
resolved "https://registry.npmjs.org/obliterator/-/obliterator-2.0.4.tgz"
|
|
9709
9706
|
integrity sha512-lgHwxlxV1qIg1Eap7LgIeoBWIMFibOjbrYPIPJZcI1mmGAI2m3lNYpK12Y+GBdPQ0U1hRwSord7GIaawz962qQ==
|
|
9710
9707
|
|
|
9711
|
-
oclif@^4.
|
|
9712
|
-
version "4.
|
|
9713
|
-
resolved "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
9714
|
-
integrity sha512-
|
|
9708
|
+
oclif@^4.9.0:
|
|
9709
|
+
version "4.9.0"
|
|
9710
|
+
resolved "https://registry.npmjs.org/oclif/-/oclif-4.9.0.tgz"
|
|
9711
|
+
integrity sha512-35wI+Rqu7iDix6iLToYyqTw7aHDxzUsymt2JZ5HMzrZWlaebDwkYMJTyOT08e9IQY8U8k4+zZPie1hLTxdEOFg==
|
|
9715
9712
|
dependencies:
|
|
9716
9713
|
"@aws-sdk/client-cloudfront" "^3.535.0"
|
|
9717
9714
|
"@aws-sdk/client-s3" "^3.554.0"
|
|
9718
|
-
"@inquirer/confirm" "^3.1.
|
|
9715
|
+
"@inquirer/confirm" "^3.1.5"
|
|
9719
9716
|
"@inquirer/input" "^2.1.1"
|
|
9720
9717
|
"@inquirer/select" "^2.2.1"
|
|
9721
|
-
"@oclif/core" "^3.26.
|
|
9718
|
+
"@oclif/core" "^3.26.4"
|
|
9722
9719
|
"@oclif/plugin-help" "^6.0.21"
|
|
9723
9720
|
"@oclif/plugin-not-found" "^3.0.14"
|
|
9724
9721
|
"@oclif/plugin-warn-if-update-available" "^3.0.14"
|
|
@@ -9726,7 +9723,7 @@ oclif@^4.7.5:
|
|
|
9726
9723
|
chalk "^4"
|
|
9727
9724
|
change-case "^4"
|
|
9728
9725
|
debug "^4.3.3"
|
|
9729
|
-
ejs "^3.1.
|
|
9726
|
+
ejs "^3.1.10"
|
|
9730
9727
|
find-yarn-workspace-root "^2.0.0"
|
|
9731
9728
|
fs-extra "^8.1"
|
|
9732
9729
|
github-slugger "^1.5.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.40.
|
|
4
|
+
"version": "2.40.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -144,9 +144,9 @@
|
|
|
144
144
|
"@oclif/plugin-commands": "3.3.1",
|
|
145
145
|
"@oclif/plugin-help": "6.0.21",
|
|
146
146
|
"@oclif/plugin-not-found": "3.1.6",
|
|
147
|
-
"@oclif/plugin-plugins": "5.0.
|
|
147
|
+
"@oclif/plugin-plugins": "5.0.15",
|
|
148
148
|
"@oclif/plugin-search": "1.0.23",
|
|
149
|
-
"@oclif/plugin-update": "4.2.
|
|
149
|
+
"@oclif/plugin-update": "4.2.8",
|
|
150
150
|
"@oclif/plugin-version": "2.0.17",
|
|
151
151
|
"@oclif/plugin-warn-if-update-available": "3.0.16",
|
|
152
152
|
"@oclif/plugin-which": "3.1.8",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"@salesforce/plugin-info": "3.2.3",
|
|
160
160
|
"@salesforce/plugin-limits": "3.3.4",
|
|
161
161
|
"@salesforce/plugin-marketplace": "1.2.4",
|
|
162
|
-
"@salesforce/plugin-org": "4.1.
|
|
162
|
+
"@salesforce/plugin-org": "4.1.4",
|
|
163
163
|
"@salesforce/plugin-packaging": "2.4.0",
|
|
164
164
|
"@salesforce/plugin-schema": "3.3.4",
|
|
165
165
|
"@salesforce/plugin-settings": "2.2.1",
|
|
@@ -220,12 +220,12 @@
|
|
|
220
220
|
"link-check": "wireit",
|
|
221
221
|
"lint": "wireit",
|
|
222
222
|
"oclif-artifacts": "oclif manifest",
|
|
223
|
-
"pack:deb": "oclif pack:deb",
|
|
224
|
-
"pack:macos": "oclif pack:macos",
|
|
225
|
-
"pack:tarballs": "oclif pack:tarballs --xz --parallel",
|
|
226
|
-
"pack:tarballs:sequential": "oclif pack:tarballs --xz",
|
|
223
|
+
"pack:deb": "oclif pack:deb --prune-lockfiles",
|
|
224
|
+
"pack:macos": "oclif pack:macos --prune-lockfiles",
|
|
225
|
+
"pack:tarballs": "oclif pack:tarballs --xz --parallel --prune-lockfiles",
|
|
226
|
+
"pack:tarballs:sequential": "oclif pack:tarballs --xz --prune-lockfiles",
|
|
227
227
|
"pack:verify": "sf-release cli:tarballs:verify --cli sf --windows-username-buffer 34",
|
|
228
|
-
"pack:win": "oclif pack:win --defender-exclusion unchecked",
|
|
228
|
+
"pack:win": "oclif pack:win --prune-lockfiles --defender-exclusion unchecked",
|
|
229
229
|
"postpack": "rm -f oclif.manifest.json npm-shrinkwrap.json",
|
|
230
230
|
"preinstall": "node ./scripts/preinstall.js",
|
|
231
231
|
"prepack": "sf-prepack",
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"@salesforce/ts-types": "^2.0.9",
|
|
257
257
|
"@types/debug": "^4.1.12",
|
|
258
258
|
"aws-sdk": "^2.1589.0",
|
|
259
|
-
"oclif": "^4.
|
|
259
|
+
"oclif": "^4.9.0",
|
|
260
260
|
"ts-node": "^10.9.2",
|
|
261
261
|
"typescript": "^5.4.3"
|
|
262
262
|
},
|