@salesforce/cli 2.101.5 → 2.102.0
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 +16 -16
- package/npm-shrinkwrap.json +25 -192
- package/oclif.lock +26 -93
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.
|
|
28
|
+
@salesforce/cli/2.102.0 linux-x64 node-v22.17.1
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -3870,7 +3870,7 @@ FLAG DESCRIPTIONS
|
|
|
3870
3870
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
3871
3871
|
```
|
|
3872
3872
|
|
|
3873
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
3873
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.20/src/commands/org/create/sandbox.ts)_
|
|
3874
3874
|
|
|
3875
3875
|
## `sf org create scratch`
|
|
3876
3876
|
|
|
@@ -4052,7 +4052,7 @@ FLAG DESCRIPTIONS
|
|
|
4052
4052
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
4053
4053
|
```
|
|
4054
4054
|
|
|
4055
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4055
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.20/src/commands/org/create/scratch.ts)_
|
|
4056
4056
|
|
|
4057
4057
|
## `sf org create user`
|
|
4058
4058
|
|
|
@@ -4206,7 +4206,7 @@ EXAMPLES
|
|
|
4206
4206
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
4207
4207
|
```
|
|
4208
4208
|
|
|
4209
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4209
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.20/src/commands/org/delete/sandbox.ts)_
|
|
4210
4210
|
|
|
4211
4211
|
## `sf org delete scratch`
|
|
4212
4212
|
|
|
@@ -4250,7 +4250,7 @@ EXAMPLES
|
|
|
4250
4250
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
4251
4251
|
```
|
|
4252
4252
|
|
|
4253
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4253
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.20/src/commands/org/delete/scratch.ts)_
|
|
4254
4254
|
|
|
4255
4255
|
## `sf org disable tracking`
|
|
4256
4256
|
|
|
@@ -4289,7 +4289,7 @@ EXAMPLES
|
|
|
4289
4289
|
$ sf org disable tracking
|
|
4290
4290
|
```
|
|
4291
4291
|
|
|
4292
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4292
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.20/src/commands/org/disable/tracking.ts)_
|
|
4293
4293
|
|
|
4294
4294
|
## `sf org display`
|
|
4295
4295
|
|
|
@@ -4334,7 +4334,7 @@ EXAMPLES
|
|
|
4334
4334
|
$ sf org display --target-org TestOrg1 --verbose
|
|
4335
4335
|
```
|
|
4336
4336
|
|
|
4337
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4337
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.20/src/commands/org/display.ts)_
|
|
4338
4338
|
|
|
4339
4339
|
## `sf org display user`
|
|
4340
4340
|
|
|
@@ -4415,7 +4415,7 @@ EXAMPLES
|
|
|
4415
4415
|
$ sf org enable tracking
|
|
4416
4416
|
```
|
|
4417
4417
|
|
|
4418
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4418
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.20/src/commands/org/enable/tracking.ts)_
|
|
4419
4419
|
|
|
4420
4420
|
## `sf org generate password`
|
|
4421
4421
|
|
|
@@ -4521,7 +4521,7 @@ EXAMPLES
|
|
|
4521
4521
|
$ sf org list --clean
|
|
4522
4522
|
```
|
|
4523
4523
|
|
|
4524
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4524
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.20/src/commands/org/list.ts)_
|
|
4525
4525
|
|
|
4526
4526
|
## `sf org list auth`
|
|
4527
4527
|
|
|
@@ -4660,7 +4660,7 @@ FLAG DESCRIPTIONS
|
|
|
4660
4660
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
4661
4661
|
```
|
|
4662
4662
|
|
|
4663
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4663
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.20/src/commands/org/list/metadata.ts)_
|
|
4664
4664
|
|
|
4665
4665
|
## `sf org list metadata-types`
|
|
4666
4666
|
|
|
@@ -4715,7 +4715,7 @@ FLAG DESCRIPTIONS
|
|
|
4715
4715
|
Override the api version used for api requests made by this command
|
|
4716
4716
|
```
|
|
4717
4717
|
|
|
4718
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4718
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.20/src/commands/org/list/metadata-types.ts)_
|
|
4719
4719
|
|
|
4720
4720
|
## `sf org list sobject record-counts`
|
|
4721
4721
|
|
|
@@ -5321,7 +5321,7 @@ EXAMPLES
|
|
|
5321
5321
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
5322
5322
|
```
|
|
5323
5323
|
|
|
5324
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5324
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.20/src/commands/org/open.ts)_
|
|
5325
5325
|
|
|
5326
5326
|
## `sf org open agent`
|
|
5327
5327
|
|
|
@@ -5372,7 +5372,7 @@ EXAMPLES
|
|
|
5372
5372
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
|
|
5373
5373
|
```
|
|
5374
5374
|
|
|
5375
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5375
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.20/src/commands/org/open/agent.ts)_
|
|
5376
5376
|
|
|
5377
5377
|
## `sf org refresh sandbox`
|
|
5378
5378
|
|
|
@@ -5475,7 +5475,7 @@ FLAG DESCRIPTIONS
|
|
|
5475
5475
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
5476
5476
|
```
|
|
5477
5477
|
|
|
5478
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5478
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.20/src/commands/org/refresh/sandbox.ts)_
|
|
5479
5479
|
|
|
5480
5480
|
## `sf org resume sandbox`
|
|
5481
5481
|
|
|
@@ -5538,7 +5538,7 @@ FLAG DESCRIPTIONS
|
|
|
5538
5538
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
5539
5539
|
```
|
|
5540
5540
|
|
|
5541
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5541
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.20/src/commands/org/resume/sandbox.ts)_
|
|
5542
5542
|
|
|
5543
5543
|
## `sf org resume scratch`
|
|
5544
5544
|
|
|
@@ -5591,7 +5591,7 @@ FLAG DESCRIPTIONS
|
|
|
5591
5591
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
5592
5592
|
```
|
|
5593
5593
|
|
|
5594
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5594
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.20/src/commands/org/resume/scratch.ts)_
|
|
5595
5595
|
|
|
5596
5596
|
## `sf package convert`
|
|
5597
5597
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.102.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.102.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@oclif/plugin-version": "2.2.32",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.1.46",
|
|
24
24
|
"@oclif/plugin-which": "3.2.39",
|
|
25
|
-
"@salesforce/core": "8.
|
|
25
|
+
"@salesforce/core": "^8.9.1",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
27
|
"@salesforce/plugin-agent": "1.24.1",
|
|
28
28
|
"@salesforce/plugin-apex": "3.6.19",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@salesforce/plugin-info": "3.4.77",
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.62",
|
|
35
35
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
36
|
-
"@salesforce/plugin-org": "5.9.
|
|
36
|
+
"@salesforce/plugin-org": "5.9.20",
|
|
37
37
|
"@salesforce/plugin-packaging": "2.19.1",
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.77",
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.40",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@salesforce/plugin-templates": "56.3.57",
|
|
43
43
|
"@salesforce/plugin-trust": "3.7.113",
|
|
44
44
|
"@salesforce/plugin-user": "3.6.32",
|
|
45
|
-
"@salesforce/sf-plugins-core": "12.2.
|
|
45
|
+
"@salesforce/sf-plugins-core": "12.2.4",
|
|
46
46
|
"ansis": "^3.12.0"
|
|
47
47
|
},
|
|
48
48
|
"bin": {
|
|
@@ -3145,9 +3145,9 @@
|
|
|
3145
3145
|
}
|
|
3146
3146
|
},
|
|
3147
3147
|
"node_modules/@jsforce/jsforce-node": {
|
|
3148
|
-
"version": "3.10.
|
|
3149
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.
|
|
3150
|
-
"integrity": "sha512-
|
|
3148
|
+
"version": "3.10.0",
|
|
3149
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.0.tgz",
|
|
3150
|
+
"integrity": "sha512-hNExEqzvJ/ixnsfZlrYh/FqEOYfn4vKmeBMqIdrEjeYciIsSaOeggghFl+1w0m2u7TNGr1+8jPUBvki3nebPSw==",
|
|
3151
3151
|
"license": "MIT",
|
|
3152
3152
|
"dependencies": {
|
|
3153
3153
|
"@sindresorhus/is": "^4",
|
|
@@ -3190,116 +3190,6 @@
|
|
|
3190
3190
|
"node": ">= 6"
|
|
3191
3191
|
}
|
|
3192
3192
|
},
|
|
3193
|
-
"node_modules/@jsonjoy.com/base64": {
|
|
3194
|
-
"version": "1.1.2",
|
|
3195
|
-
"resolved": "https://registry.npmjs.org/@jsonjoy.com/base64/-/base64-1.1.2.tgz",
|
|
3196
|
-
"integrity": "sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==",
|
|
3197
|
-
"license": "Apache-2.0",
|
|
3198
|
-
"engines": {
|
|
3199
|
-
"node": ">=10.0"
|
|
3200
|
-
},
|
|
3201
|
-
"funding": {
|
|
3202
|
-
"type": "github",
|
|
3203
|
-
"url": "https://github.com/sponsors/streamich"
|
|
3204
|
-
},
|
|
3205
|
-
"peerDependencies": {
|
|
3206
|
-
"tslib": "2"
|
|
3207
|
-
}
|
|
3208
|
-
},
|
|
3209
|
-
"node_modules/@jsonjoy.com/buffers": {
|
|
3210
|
-
"version": "1.0.0",
|
|
3211
|
-
"resolved": "https://registry.npmjs.org/@jsonjoy.com/buffers/-/buffers-1.0.0.tgz",
|
|
3212
|
-
"integrity": "sha512-NDigYR3PHqCnQLXYyoLbnEdzMMvzeiCWo1KOut7Q0CoIqg9tUAPKJ1iq/2nFhc5kZtexzutNY0LFjdwWL3Dw3Q==",
|
|
3213
|
-
"license": "Apache-2.0",
|
|
3214
|
-
"engines": {
|
|
3215
|
-
"node": ">=10.0"
|
|
3216
|
-
},
|
|
3217
|
-
"funding": {
|
|
3218
|
-
"type": "github",
|
|
3219
|
-
"url": "https://github.com/sponsors/streamich"
|
|
3220
|
-
},
|
|
3221
|
-
"peerDependencies": {
|
|
3222
|
-
"tslib": "2"
|
|
3223
|
-
}
|
|
3224
|
-
},
|
|
3225
|
-
"node_modules/@jsonjoy.com/codegen": {
|
|
3226
|
-
"version": "1.0.0",
|
|
3227
|
-
"resolved": "https://registry.npmjs.org/@jsonjoy.com/codegen/-/codegen-1.0.0.tgz",
|
|
3228
|
-
"integrity": "sha512-E8Oy+08cmCf0EK/NMxpaJZmOxPqM+6iSe2S4nlSBrPZOORoDJILxtbSUEDKQyTamm/BVAhIGllOBNU79/dwf0g==",
|
|
3229
|
-
"license": "Apache-2.0",
|
|
3230
|
-
"engines": {
|
|
3231
|
-
"node": ">=10.0"
|
|
3232
|
-
},
|
|
3233
|
-
"funding": {
|
|
3234
|
-
"type": "github",
|
|
3235
|
-
"url": "https://github.com/sponsors/streamich"
|
|
3236
|
-
},
|
|
3237
|
-
"peerDependencies": {
|
|
3238
|
-
"tslib": "2"
|
|
3239
|
-
}
|
|
3240
|
-
},
|
|
3241
|
-
"node_modules/@jsonjoy.com/json-pack": {
|
|
3242
|
-
"version": "1.8.0",
|
|
3243
|
-
"resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-1.8.0.tgz",
|
|
3244
|
-
"integrity": "sha512-paJGjyBTRzfgkqhIyer992g21aSKuu9h//zGS7aqm795roD6VYFf6iU9NYua1Bndmh/NRPkjtm9+hEPkK0yZSw==",
|
|
3245
|
-
"license": "Apache-2.0",
|
|
3246
|
-
"dependencies": {
|
|
3247
|
-
"@jsonjoy.com/base64": "^1.1.1",
|
|
3248
|
-
"@jsonjoy.com/json-pointer": "^1.0.1",
|
|
3249
|
-
"@jsonjoy.com/util": "^1.1.2",
|
|
3250
|
-
"hyperdyperid": "^1.2.0",
|
|
3251
|
-
"thingies": "^1.20.0"
|
|
3252
|
-
},
|
|
3253
|
-
"engines": {
|
|
3254
|
-
"node": ">=10.0"
|
|
3255
|
-
},
|
|
3256
|
-
"funding": {
|
|
3257
|
-
"type": "github",
|
|
3258
|
-
"url": "https://github.com/sponsors/streamich"
|
|
3259
|
-
},
|
|
3260
|
-
"peerDependencies": {
|
|
3261
|
-
"tslib": "2"
|
|
3262
|
-
}
|
|
3263
|
-
},
|
|
3264
|
-
"node_modules/@jsonjoy.com/json-pointer": {
|
|
3265
|
-
"version": "1.0.1",
|
|
3266
|
-
"resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pointer/-/json-pointer-1.0.1.tgz",
|
|
3267
|
-
"integrity": "sha512-tJpwQfuBuxqZlyoJOSZcqf7OUmiYQ6MiPNmOv4KbZdXE/DdvBSSAwhos0zIlJU/AXxC8XpuO8p08bh2fIl+RKA==",
|
|
3268
|
-
"license": "Apache-2.0",
|
|
3269
|
-
"dependencies": {
|
|
3270
|
-
"@jsonjoy.com/util": "^1.3.0"
|
|
3271
|
-
},
|
|
3272
|
-
"engines": {
|
|
3273
|
-
"node": ">=10.0"
|
|
3274
|
-
},
|
|
3275
|
-
"funding": {
|
|
3276
|
-
"type": "github",
|
|
3277
|
-
"url": "https://github.com/sponsors/streamich"
|
|
3278
|
-
},
|
|
3279
|
-
"peerDependencies": {
|
|
3280
|
-
"tslib": "2"
|
|
3281
|
-
}
|
|
3282
|
-
},
|
|
3283
|
-
"node_modules/@jsonjoy.com/util": {
|
|
3284
|
-
"version": "1.9.0",
|
|
3285
|
-
"resolved": "https://registry.npmjs.org/@jsonjoy.com/util/-/util-1.9.0.tgz",
|
|
3286
|
-
"integrity": "sha512-pLuQo+VPRnN8hfPqUTLTHk126wuYdXVxE6aDmjSeV4NCAgyxWbiOIeNJVtID3h1Vzpoi9m4jXezf73I6LgabgQ==",
|
|
3287
|
-
"license": "Apache-2.0",
|
|
3288
|
-
"dependencies": {
|
|
3289
|
-
"@jsonjoy.com/buffers": "^1.0.0",
|
|
3290
|
-
"@jsonjoy.com/codegen": "^1.0.0"
|
|
3291
|
-
},
|
|
3292
|
-
"engines": {
|
|
3293
|
-
"node": ">=10.0"
|
|
3294
|
-
},
|
|
3295
|
-
"funding": {
|
|
3296
|
-
"type": "github",
|
|
3297
|
-
"url": "https://github.com/sponsors/streamich"
|
|
3298
|
-
},
|
|
3299
|
-
"peerDependencies": {
|
|
3300
|
-
"tslib": "2"
|
|
3301
|
-
}
|
|
3302
|
-
},
|
|
3303
3193
|
"node_modules/@microsoft/applicationinsights-web-snippet": {
|
|
3304
3194
|
"version": "1.0.1",
|
|
3305
3195
|
"resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-web-snippet/-/applicationinsights-web-snippet-1.0.1.tgz",
|
|
@@ -4144,9 +4034,9 @@
|
|
|
4144
4034
|
}
|
|
4145
4035
|
},
|
|
4146
4036
|
"node_modules/@oclif/table": {
|
|
4147
|
-
"version": "0.4.
|
|
4148
|
-
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.
|
|
4149
|
-
"integrity": "sha512-
|
|
4037
|
+
"version": "0.4.12",
|
|
4038
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.12.tgz",
|
|
4039
|
+
"integrity": "sha512-CrdJBBmil38o6K5QY+vuOovfG3A6q9nFIAISpNOoOnSSiA81s/xfZ/T4E0z7coDvYnz6wJCTMc2ObqaxBZfbHg==",
|
|
4150
4040
|
"license": "MIT",
|
|
4151
4041
|
"dependencies": {
|
|
4152
4042
|
"@types/react": "^18.3.12",
|
|
@@ -4726,15 +4616,15 @@
|
|
|
4726
4616
|
}
|
|
4727
4617
|
},
|
|
4728
4618
|
"node_modules/@salesforce/core": {
|
|
4729
|
-
"version": "8.
|
|
4730
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
4731
|
-
"integrity": "sha512-
|
|
4619
|
+
"version": "8.18.7",
|
|
4620
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.18.7.tgz",
|
|
4621
|
+
"integrity": "sha512-TP0AwS52+4ijIqVkNrKesVtK/osGsW7KvHrUiPcARI73ZKnW5z/CCpGdDH8nwGHSxj9rYlWC//g3EkTZJkparw==",
|
|
4732
4622
|
"license": "BSD-3-Clause",
|
|
4733
4623
|
"dependencies": {
|
|
4734
|
-
"@jsforce/jsforce-node": "^3.10.
|
|
4624
|
+
"@jsforce/jsforce-node": "^3.10.0",
|
|
4735
4625
|
"@salesforce/kit": "^3.2.2",
|
|
4736
4626
|
"@salesforce/schemas": "^1.9.1",
|
|
4737
|
-
"@salesforce/ts-types": "^2.0.
|
|
4627
|
+
"@salesforce/ts-types": "^2.0.10",
|
|
4738
4628
|
"ajv": "^8.17.1",
|
|
4739
4629
|
"change-case": "^4.1.2",
|
|
4740
4630
|
"fast-levenshtein": "^3.0.0",
|
|
@@ -4743,7 +4633,6 @@
|
|
|
4743
4633
|
"js2xmlparser": "^4.0.1",
|
|
4744
4634
|
"jsonwebtoken": "9.0.2",
|
|
4745
4635
|
"jszip": "3.10.1",
|
|
4746
|
-
"memfs": "^4.30.1",
|
|
4747
4636
|
"pino": "^9.7.0",
|
|
4748
4637
|
"pino-abstract-transport": "^1.2.0",
|
|
4749
4638
|
"pino-pretty": "^11.3.0",
|
|
@@ -5265,9 +5154,9 @@
|
|
|
5265
5154
|
}
|
|
5266
5155
|
},
|
|
5267
5156
|
"node_modules/@salesforce/plugin-org": {
|
|
5268
|
-
"version": "5.9.
|
|
5269
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.
|
|
5270
|
-
"integrity": "sha512-
|
|
5157
|
+
"version": "5.9.20",
|
|
5158
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.20.tgz",
|
|
5159
|
+
"integrity": "sha512-RSEQxsRp8CzygWon626IwcgSAO2jZr19oKUzk+tZAKHixOxgORGkaO0QiMBsxkxm+iGzJDqxnB9UkMp5IK0oDA==",
|
|
5271
5160
|
"license": "Apache-2.0",
|
|
5272
5161
|
"dependencies": {
|
|
5273
5162
|
"@oclif/core": "^4.5.2",
|
|
@@ -5648,16 +5537,16 @@
|
|
|
5648
5537
|
"license": "ISC"
|
|
5649
5538
|
},
|
|
5650
5539
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
5651
|
-
"version": "12.2.
|
|
5652
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
5653
|
-
"integrity": "sha512-
|
|
5540
|
+
"version": "12.2.4",
|
|
5541
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.4.tgz",
|
|
5542
|
+
"integrity": "sha512-AwfhPxIJfzQUSZH8kiQOjRPOsfhO3CL+PKq0lfX+chdqwLOnXWviYCA1Z815MGG0ot/XMlsyj7CS+JxQ19Tn4A==",
|
|
5654
5543
|
"license": "Apache-2.0",
|
|
5655
5544
|
"dependencies": {
|
|
5656
5545
|
"@inquirer/confirm": "^3.1.22",
|
|
5657
5546
|
"@inquirer/password": "^2.2.0",
|
|
5658
|
-
"@oclif/core": "^4.
|
|
5659
|
-
"@oclif/table": "^0.4.
|
|
5660
|
-
"@salesforce/core": "^8.
|
|
5547
|
+
"@oclif/core": "^4.5.2",
|
|
5548
|
+
"@oclif/table": "^0.4.12",
|
|
5549
|
+
"@salesforce/core": "^8.18.7",
|
|
5661
5550
|
"@salesforce/kit": "^3.2.3",
|
|
5662
5551
|
"@salesforce/ts-types": "^2.0.12",
|
|
5663
5552
|
"ansis": "^3.3.2",
|
|
@@ -13230,15 +13119,6 @@
|
|
|
13230
13119
|
"url": "https://github.com/sponsors/typicode"
|
|
13231
13120
|
}
|
|
13232
13121
|
},
|
|
13233
|
-
"node_modules/hyperdyperid": {
|
|
13234
|
-
"version": "1.2.0",
|
|
13235
|
-
"resolved": "https://registry.npmjs.org/hyperdyperid/-/hyperdyperid-1.2.0.tgz",
|
|
13236
|
-
"integrity": "sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==",
|
|
13237
|
-
"license": "MIT",
|
|
13238
|
-
"engines": {
|
|
13239
|
-
"node": ">=10.18"
|
|
13240
|
-
}
|
|
13241
|
-
},
|
|
13242
13122
|
"node_modules/iconv-lite": {
|
|
13243
13123
|
"version": "0.4.24",
|
|
13244
13124
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
|
@@ -15686,25 +15566,6 @@
|
|
|
15686
15566
|
"dev": true,
|
|
15687
15567
|
"license": "MIT"
|
|
15688
15568
|
},
|
|
15689
|
-
"node_modules/memfs": {
|
|
15690
|
-
"version": "4.36.0",
|
|
15691
|
-
"resolved": "https://registry.npmjs.org/memfs/-/memfs-4.36.0.tgz",
|
|
15692
|
-
"integrity": "sha512-mfBfzGUdoEw5AZwG8E965ej3BbvW2F9LxEWj4uLxF6BEh1dO2N9eS3AGu9S6vfenuQYrVjsbUOOZK7y3vz4vyQ==",
|
|
15693
|
-
"license": "Apache-2.0",
|
|
15694
|
-
"dependencies": {
|
|
15695
|
-
"@jsonjoy.com/json-pack": "^1.0.3",
|
|
15696
|
-
"@jsonjoy.com/util": "^1.3.0",
|
|
15697
|
-
"tree-dump": "^1.0.1",
|
|
15698
|
-
"tslib": "^2.0.0"
|
|
15699
|
-
},
|
|
15700
|
-
"engines": {
|
|
15701
|
-
"node": ">= 4.0.0"
|
|
15702
|
-
},
|
|
15703
|
-
"funding": {
|
|
15704
|
-
"type": "github",
|
|
15705
|
-
"url": "https://github.com/sponsors/streamich"
|
|
15706
|
-
}
|
|
15707
|
-
},
|
|
15708
15569
|
"node_modules/meow": {
|
|
15709
15570
|
"version": "8.1.2",
|
|
15710
15571
|
"resolved": "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz",
|
|
@@ -23284,18 +23145,6 @@
|
|
|
23284
23145
|
"dev": true,
|
|
23285
23146
|
"license": "MIT"
|
|
23286
23147
|
},
|
|
23287
|
-
"node_modules/thingies": {
|
|
23288
|
-
"version": "1.21.0",
|
|
23289
|
-
"resolved": "https://registry.npmjs.org/thingies/-/thingies-1.21.0.tgz",
|
|
23290
|
-
"integrity": "sha512-hsqsJsFMsV+aD4s3CWKk85ep/3I9XzYV/IXaSouJMYIoDlgyi11cBhsqYe9/geRfB0YIikBQg6raRaM+nIMP9g==",
|
|
23291
|
-
"license": "Unlicense",
|
|
23292
|
-
"engines": {
|
|
23293
|
-
"node": ">=10.18"
|
|
23294
|
-
},
|
|
23295
|
-
"peerDependencies": {
|
|
23296
|
-
"tslib": "^2"
|
|
23297
|
-
}
|
|
23298
|
-
},
|
|
23299
23148
|
"node_modules/thread-stream": {
|
|
23300
23149
|
"version": "3.1.0",
|
|
23301
23150
|
"resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-3.1.0.tgz",
|
|
@@ -23431,22 +23280,6 @@
|
|
|
23431
23280
|
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
|
|
23432
23281
|
"license": "MIT"
|
|
23433
23282
|
},
|
|
23434
|
-
"node_modules/tree-dump": {
|
|
23435
|
-
"version": "1.0.3",
|
|
23436
|
-
"resolved": "https://registry.npmjs.org/tree-dump/-/tree-dump-1.0.3.tgz",
|
|
23437
|
-
"integrity": "sha512-il+Cv80yVHFBwokQSfd4bldvr1Md951DpgAGfmhydt04L+YzHgubm2tQ7zueWDcGENKHq0ZvGFR/hjvNXilHEg==",
|
|
23438
|
-
"license": "Apache-2.0",
|
|
23439
|
-
"engines": {
|
|
23440
|
-
"node": ">=10.0"
|
|
23441
|
-
},
|
|
23442
|
-
"funding": {
|
|
23443
|
-
"type": "github",
|
|
23444
|
-
"url": "https://github.com/sponsors/streamich"
|
|
23445
|
-
},
|
|
23446
|
-
"peerDependencies": {
|
|
23447
|
-
"tslib": "2"
|
|
23448
|
-
}
|
|
23449
|
-
},
|
|
23450
23283
|
"node_modules/treeverse": {
|
|
23451
23284
|
"version": "3.0.0",
|
|
23452
23285
|
"resolved": "https://registry.npmjs.org/treeverse/-/treeverse-3.0.0.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1374,10 +1374,10 @@
|
|
|
1374
1374
|
"@jridgewell/resolve-uri" "^3.0.3"
|
|
1375
1375
|
"@jridgewell/sourcemap-codec" "^1.4.10"
|
|
1376
1376
|
|
|
1377
|
-
"@jsforce/jsforce-node@^3.10.
|
|
1378
|
-
version "3.10.
|
|
1379
|
-
resolved "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.
|
|
1380
|
-
integrity sha512-
|
|
1377
|
+
"@jsforce/jsforce-node@^3.10.0", "@jsforce/jsforce-node@^3.6.5", "@jsforce/jsforce-node@^3.9.4":
|
|
1378
|
+
version "3.10.0"
|
|
1379
|
+
resolved "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.0.tgz"
|
|
1380
|
+
integrity sha512-hNExEqzvJ/ixnsfZlrYh/FqEOYfn4vKmeBMqIdrEjeYciIsSaOeggghFl+1w0m2u7TNGr1+8jPUBvki3nebPSw==
|
|
1381
1381
|
dependencies:
|
|
1382
1382
|
"@sindresorhus/is" "^4"
|
|
1383
1383
|
base64url "^3.0.1"
|
|
@@ -1390,47 +1390,6 @@
|
|
|
1390
1390
|
node-fetch "^2.6.1"
|
|
1391
1391
|
xml2js "^0.6.2"
|
|
1392
1392
|
|
|
1393
|
-
"@jsonjoy.com/base64@^1.1.1":
|
|
1394
|
-
version "1.1.2"
|
|
1395
|
-
resolved "https://registry.npmjs.org/@jsonjoy.com/base64/-/base64-1.1.2.tgz"
|
|
1396
|
-
integrity sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==
|
|
1397
|
-
|
|
1398
|
-
"@jsonjoy.com/buffers@^1.0.0":
|
|
1399
|
-
version "1.0.0"
|
|
1400
|
-
resolved "https://registry.npmjs.org/@jsonjoy.com/buffers/-/buffers-1.0.0.tgz"
|
|
1401
|
-
integrity sha512-NDigYR3PHqCnQLXYyoLbnEdzMMvzeiCWo1KOut7Q0CoIqg9tUAPKJ1iq/2nFhc5kZtexzutNY0LFjdwWL3Dw3Q==
|
|
1402
|
-
|
|
1403
|
-
"@jsonjoy.com/codegen@^1.0.0":
|
|
1404
|
-
version "1.0.0"
|
|
1405
|
-
resolved "https://registry.npmjs.org/@jsonjoy.com/codegen/-/codegen-1.0.0.tgz"
|
|
1406
|
-
integrity sha512-E8Oy+08cmCf0EK/NMxpaJZmOxPqM+6iSe2S4nlSBrPZOORoDJILxtbSUEDKQyTamm/BVAhIGllOBNU79/dwf0g==
|
|
1407
|
-
|
|
1408
|
-
"@jsonjoy.com/json-pack@^1.0.3":
|
|
1409
|
-
version "1.8.0"
|
|
1410
|
-
resolved "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-1.8.0.tgz"
|
|
1411
|
-
integrity sha512-paJGjyBTRzfgkqhIyer992g21aSKuu9h//zGS7aqm795roD6VYFf6iU9NYua1Bndmh/NRPkjtm9+hEPkK0yZSw==
|
|
1412
|
-
dependencies:
|
|
1413
|
-
"@jsonjoy.com/base64" "^1.1.1"
|
|
1414
|
-
"@jsonjoy.com/json-pointer" "^1.0.1"
|
|
1415
|
-
"@jsonjoy.com/util" "^1.1.2"
|
|
1416
|
-
hyperdyperid "^1.2.0"
|
|
1417
|
-
thingies "^1.20.0"
|
|
1418
|
-
|
|
1419
|
-
"@jsonjoy.com/json-pointer@^1.0.1":
|
|
1420
|
-
version "1.0.1"
|
|
1421
|
-
resolved "https://registry.npmjs.org/@jsonjoy.com/json-pointer/-/json-pointer-1.0.1.tgz"
|
|
1422
|
-
integrity sha512-tJpwQfuBuxqZlyoJOSZcqf7OUmiYQ6MiPNmOv4KbZdXE/DdvBSSAwhos0zIlJU/AXxC8XpuO8p08bh2fIl+RKA==
|
|
1423
|
-
dependencies:
|
|
1424
|
-
"@jsonjoy.com/util" "^1.3.0"
|
|
1425
|
-
|
|
1426
|
-
"@jsonjoy.com/util@^1.1.2", "@jsonjoy.com/util@^1.3.0":
|
|
1427
|
-
version "1.9.0"
|
|
1428
|
-
resolved "https://registry.npmjs.org/@jsonjoy.com/util/-/util-1.9.0.tgz"
|
|
1429
|
-
integrity sha512-pLuQo+VPRnN8hfPqUTLTHk126wuYdXVxE6aDmjSeV4NCAgyxWbiOIeNJVtID3h1Vzpoi9m4jXezf73I6LgabgQ==
|
|
1430
|
-
dependencies:
|
|
1431
|
-
"@jsonjoy.com/buffers" "^1.0.0"
|
|
1432
|
-
"@jsonjoy.com/codegen" "^1.0.0"
|
|
1433
|
-
|
|
1434
1393
|
"@microsoft/applicationinsights-web-snippet@1.0.1":
|
|
1435
1394
|
version "1.0.1"
|
|
1436
1395
|
resolved "https://registry.npmjs.org/@microsoft/applicationinsights-web-snippet/-/applicationinsights-web-snippet-1.0.1.tgz"
|
|
@@ -1787,10 +1746,10 @@
|
|
|
1787
1746
|
"@oclif/core" "^4"
|
|
1788
1747
|
ansis "^3.17.0"
|
|
1789
1748
|
|
|
1790
|
-
"@oclif/table@^0.4.11", "@oclif/table@^0.4.
|
|
1791
|
-
version "0.4.
|
|
1792
|
-
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.4.
|
|
1793
|
-
integrity sha512-
|
|
1749
|
+
"@oclif/table@^0.4.11", "@oclif/table@^0.4.12":
|
|
1750
|
+
version "0.4.12"
|
|
1751
|
+
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.4.12.tgz"
|
|
1752
|
+
integrity sha512-CrdJBBmil38o6K5QY+vuOovfG3A6q9nFIAISpNOoOnSSiA81s/xfZ/T4E0z7coDvYnz6wJCTMc2ObqaxBZfbHg==
|
|
1794
1753
|
dependencies:
|
|
1795
1754
|
"@types/react" "^18.3.12"
|
|
1796
1755
|
change-case "^5.4.4"
|
|
@@ -2058,15 +2017,15 @@
|
|
|
2058
2017
|
strip-ansi "6.0.1"
|
|
2059
2018
|
ts-retry-promise "^0.8.1"
|
|
2060
2019
|
|
|
2061
|
-
"@salesforce/core@^8.10.1", "@salesforce/core@^8.12.0", "@salesforce/core@^8.15.0", "@salesforce/core@^8.18.1", "@salesforce/core@^8.18.5", "@salesforce/core@^8.18.7", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.1", "@salesforce/core@^8.8.5", "@salesforce/core
|
|
2062
|
-
version "8.
|
|
2063
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
2064
|
-
integrity sha512-
|
|
2020
|
+
"@salesforce/core@^8.10.1", "@salesforce/core@^8.12.0", "@salesforce/core@^8.15.0", "@salesforce/core@^8.18.1", "@salesforce/core@^8.18.5", "@salesforce/core@^8.18.7", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.1", "@salesforce/core@^8.8.5", "@salesforce/core@^8.9.1":
|
|
2021
|
+
version "8.18.7"
|
|
2022
|
+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.18.7.tgz"
|
|
2023
|
+
integrity sha512-TP0AwS52+4ijIqVkNrKesVtK/osGsW7KvHrUiPcARI73ZKnW5z/CCpGdDH8nwGHSxj9rYlWC//g3EkTZJkparw==
|
|
2065
2024
|
dependencies:
|
|
2066
|
-
"@jsforce/jsforce-node" "^3.10.
|
|
2025
|
+
"@jsforce/jsforce-node" "^3.10.0"
|
|
2067
2026
|
"@salesforce/kit" "^3.2.2"
|
|
2068
2027
|
"@salesforce/schemas" "^1.9.1"
|
|
2069
|
-
"@salesforce/ts-types" "^2.0.
|
|
2028
|
+
"@salesforce/ts-types" "^2.0.10"
|
|
2070
2029
|
ajv "^8.17.1"
|
|
2071
2030
|
change-case "^4.1.2"
|
|
2072
2031
|
fast-levenshtein "^3.0.0"
|
|
@@ -2075,7 +2034,6 @@
|
|
|
2075
2034
|
js2xmlparser "^4.0.1"
|
|
2076
2035
|
jsonwebtoken "9.0.2"
|
|
2077
2036
|
jszip "3.10.1"
|
|
2078
|
-
memfs "^4.30.1"
|
|
2079
2037
|
pino "^9.7.0"
|
|
2080
2038
|
pino-abstract-transport "^1.2.0"
|
|
2081
2039
|
pino-pretty "^11.3.0"
|
|
@@ -2307,10 +2265,10 @@
|
|
|
2307
2265
|
got "^13.0.0"
|
|
2308
2266
|
proxy-agent "^6.4.0"
|
|
2309
2267
|
|
|
2310
|
-
"@salesforce/plugin-org@5.9.
|
|
2311
|
-
version "5.9.
|
|
2312
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.
|
|
2313
|
-
integrity sha512-
|
|
2268
|
+
"@salesforce/plugin-org@5.9.20":
|
|
2269
|
+
version "5.9.20"
|
|
2270
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.20.tgz"
|
|
2271
|
+
integrity sha512-RSEQxsRp8CzygWon626IwcgSAO2jZr19oKUzk+tZAKHixOxgORGkaO0QiMBsxkxm+iGzJDqxnB9UkMp5IK0oDA==
|
|
2314
2272
|
dependencies:
|
|
2315
2273
|
"@oclif/core" "^4.5.2"
|
|
2316
2274
|
"@oclif/multi-stage-output" "^0.8.20"
|
|
@@ -2477,16 +2435,16 @@
|
|
|
2477
2435
|
string-width "^7.2.0"
|
|
2478
2436
|
terminal-link "^3.0.0"
|
|
2479
2437
|
|
|
2480
|
-
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.0.13", "@salesforce/sf-plugins-core@^12.2.0", "@salesforce/sf-plugins-core@^12.2.1", "@salesforce/sf-plugins-core@^12.2.2", "@salesforce/sf-plugins-core@^12.2.3", "@salesforce/sf-plugins-core@12.2.
|
|
2481
|
-
version "12.2.
|
|
2482
|
-
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
2483
|
-
integrity sha512-
|
|
2438
|
+
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.0.13", "@salesforce/sf-plugins-core@^12.2.0", "@salesforce/sf-plugins-core@^12.2.1", "@salesforce/sf-plugins-core@^12.2.2", "@salesforce/sf-plugins-core@^12.2.3", "@salesforce/sf-plugins-core@12.2.4":
|
|
2439
|
+
version "12.2.4"
|
|
2440
|
+
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.4.tgz"
|
|
2441
|
+
integrity sha512-AwfhPxIJfzQUSZH8kiQOjRPOsfhO3CL+PKq0lfX+chdqwLOnXWviYCA1Z815MGG0ot/XMlsyj7CS+JxQ19Tn4A==
|
|
2484
2442
|
dependencies:
|
|
2485
2443
|
"@inquirer/confirm" "^3.1.22"
|
|
2486
2444
|
"@inquirer/password" "^2.2.0"
|
|
2487
|
-
"@oclif/core" "^4.
|
|
2488
|
-
"@oclif/table" "^0.4.
|
|
2489
|
-
"@salesforce/core" "^8.
|
|
2445
|
+
"@oclif/core" "^4.5.2"
|
|
2446
|
+
"@oclif/table" "^0.4.12"
|
|
2447
|
+
"@salesforce/core" "^8.18.7"
|
|
2490
2448
|
"@salesforce/kit" "^3.2.3"
|
|
2491
2449
|
"@salesforce/ts-types" "^2.0.12"
|
|
2492
2450
|
ansis "^3.3.2"
|
|
@@ -6919,11 +6877,6 @@ husky@^7.0.4:
|
|
|
6919
6877
|
resolved "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz"
|
|
6920
6878
|
integrity sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==
|
|
6921
6879
|
|
|
6922
|
-
hyperdyperid@^1.2.0:
|
|
6923
|
-
version "1.2.0"
|
|
6924
|
-
resolved "https://registry.npmjs.org/hyperdyperid/-/hyperdyperid-1.2.0.tgz"
|
|
6925
|
-
integrity sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==
|
|
6926
|
-
|
|
6927
6880
|
iconv-lite@^0.4.24:
|
|
6928
6881
|
version "0.4.24"
|
|
6929
6882
|
resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz"
|
|
@@ -8263,16 +8216,6 @@ mdurl@^2.0.0:
|
|
|
8263
8216
|
resolved "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz"
|
|
8264
8217
|
integrity sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==
|
|
8265
8218
|
|
|
8266
|
-
memfs@^4.30.1:
|
|
8267
|
-
version "4.36.0"
|
|
8268
|
-
resolved "https://registry.npmjs.org/memfs/-/memfs-4.36.0.tgz"
|
|
8269
|
-
integrity sha512-mfBfzGUdoEw5AZwG8E965ej3BbvW2F9LxEWj4uLxF6BEh1dO2N9eS3AGu9S6vfenuQYrVjsbUOOZK7y3vz4vyQ==
|
|
8270
|
-
dependencies:
|
|
8271
|
-
"@jsonjoy.com/json-pack" "^1.0.3"
|
|
8272
|
-
"@jsonjoy.com/util" "^1.3.0"
|
|
8273
|
-
tree-dump "^1.0.1"
|
|
8274
|
-
tslib "^2.0.0"
|
|
8275
|
-
|
|
8276
8219
|
meow@^13.0.0:
|
|
8277
8220
|
version "13.2.0"
|
|
8278
8221
|
resolved "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz"
|
|
@@ -10989,11 +10932,6 @@ text-table@~0.2.0:
|
|
|
10989
10932
|
resolved "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz"
|
|
10990
10933
|
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
|
|
10991
10934
|
|
|
10992
|
-
thingies@^1.20.0:
|
|
10993
|
-
version "1.21.0"
|
|
10994
|
-
resolved "https://registry.npmjs.org/thingies/-/thingies-1.21.0.tgz"
|
|
10995
|
-
integrity sha512-hsqsJsFMsV+aD4s3CWKk85ep/3I9XzYV/IXaSouJMYIoDlgyi11cBhsqYe9/geRfB0YIikBQg6raRaM+nIMP9g==
|
|
10996
|
-
|
|
10997
10935
|
thread-stream@^3.0.0:
|
|
10998
10936
|
version "3.1.0"
|
|
10999
10937
|
resolved "https://registry.npmjs.org/thread-stream/-/thread-stream-3.1.0.tgz"
|
|
@@ -11068,11 +11006,6 @@ tr46@~0.0.3:
|
|
|
11068
11006
|
resolved "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz"
|
|
11069
11007
|
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
|
|
11070
11008
|
|
|
11071
|
-
tree-dump@^1.0.1:
|
|
11072
|
-
version "1.0.3"
|
|
11073
|
-
resolved "https://registry.npmjs.org/tree-dump/-/tree-dump-1.0.3.tgz"
|
|
11074
|
-
integrity sha512-il+Cv80yVHFBwokQSfd4bldvr1Md951DpgAGfmhydt04L+YzHgubm2tQ7zueWDcGENKHq0ZvGFR/hjvNXilHEg==
|
|
11075
|
-
|
|
11076
11009
|
treeverse@^3.0.0:
|
|
11077
11010
|
version "3.0.0"
|
|
11078
11011
|
resolved "https://registry.npmjs.org/treeverse/-/treeverse-3.0.0.tgz"
|
|
@@ -11145,7 +11078,7 @@ tsconfig-paths@^3.15.0:
|
|
|
11145
11078
|
minimist "^1.2.6"
|
|
11146
11079
|
strip-bom "^3.0.0"
|
|
11147
11080
|
|
|
11148
|
-
tslib@^2
|
|
11081
|
+
tslib@^2.0.1, tslib@^2.0.3, tslib@^2.2.0, tslib@^2.5.0, tslib@^2.6.2, tslib@^2.8.1:
|
|
11149
11082
|
version "2.8.1"
|
|
11150
11083
|
resolved "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz"
|
|
11151
11084
|
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
|
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.
|
|
4
|
+
"version": "2.102.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"@oclif/plugin-version": "2.2.32",
|
|
156
156
|
"@oclif/plugin-warn-if-update-available": "3.1.46",
|
|
157
157
|
"@oclif/plugin-which": "3.2.39",
|
|
158
|
-
"@salesforce/core": "8.
|
|
158
|
+
"@salesforce/core": "^8.9.1",
|
|
159
159
|
"@salesforce/kit": "^3.1.6",
|
|
160
160
|
"@salesforce/plugin-agent": "1.24.1",
|
|
161
161
|
"@salesforce/plugin-apex": "3.6.19",
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
"@salesforce/plugin-info": "3.4.77",
|
|
167
167
|
"@salesforce/plugin-limits": "3.3.62",
|
|
168
168
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
169
|
-
"@salesforce/plugin-org": "5.9.
|
|
169
|
+
"@salesforce/plugin-org": "5.9.20",
|
|
170
170
|
"@salesforce/plugin-packaging": "2.19.1",
|
|
171
171
|
"@salesforce/plugin-schema": "3.3.77",
|
|
172
172
|
"@salesforce/plugin-settings": "2.4.40",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"@salesforce/plugin-templates": "56.3.57",
|
|
176
176
|
"@salesforce/plugin-trust": "3.7.113",
|
|
177
177
|
"@salesforce/plugin-user": "3.6.32",
|
|
178
|
-
"@salesforce/sf-plugins-core": "12.2.
|
|
178
|
+
"@salesforce/sf-plugins-core": "12.2.4",
|
|
179
179
|
"ansis": "^3.12.0"
|
|
180
180
|
},
|
|
181
181
|
"pinnedDependencies": [
|