@salesforce/cli 2.68.1 → 2.68.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +26 -26
- package/npm-shrinkwrap.json +126 -128
- package/oclif.lock +142 -142
- 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.68.
|
|
27
|
+
@salesforce/cli/2.68.3 linux-x64 node-v22.11.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -212,7 +212,7 @@ EXAMPLES
|
|
|
212
212
|
$ sf alias list
|
|
213
213
|
```
|
|
214
214
|
|
|
215
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
215
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.5/src/commands/alias/list.ts)_
|
|
216
216
|
|
|
217
217
|
## `sf alias set`
|
|
218
218
|
|
|
@@ -261,7 +261,7 @@ EXAMPLES
|
|
|
261
261
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
262
262
|
```
|
|
263
263
|
|
|
264
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
264
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.5/src/commands/alias/set.ts)_
|
|
265
265
|
|
|
266
266
|
## `sf alias unset`
|
|
267
267
|
|
|
@@ -301,7 +301,7 @@ EXAMPLES
|
|
|
301
301
|
$ sf alias unset --all [--no-prompt]
|
|
302
302
|
```
|
|
303
303
|
|
|
304
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
304
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.5/src/commands/alias/unset.ts)_
|
|
305
305
|
|
|
306
306
|
## `sf analytics generate template`
|
|
307
307
|
|
|
@@ -1082,7 +1082,7 @@ DESCRIPTION
|
|
|
1082
1082
|
List all sf commands.
|
|
1083
1083
|
```
|
|
1084
1084
|
|
|
1085
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.
|
|
1085
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.10/src/commands/commands.ts)_
|
|
1086
1086
|
|
|
1087
1087
|
## `sf config get`
|
|
1088
1088
|
|
|
@@ -1131,7 +1131,7 @@ CONFIGURATION VARIABLES
|
|
|
1131
1131
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1132
1132
|
```
|
|
1133
1133
|
|
|
1134
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1134
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.5/src/commands/config/get.ts)_
|
|
1135
1135
|
|
|
1136
1136
|
## `sf config list`
|
|
1137
1137
|
|
|
@@ -1171,7 +1171,7 @@ EXAMPLES
|
|
|
1171
1171
|
$ sf config list
|
|
1172
1172
|
```
|
|
1173
1173
|
|
|
1174
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1174
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.5/src/commands/config/list.ts)_
|
|
1175
1175
|
|
|
1176
1176
|
## `sf config set`
|
|
1177
1177
|
|
|
@@ -1240,7 +1240,7 @@ CONFIGURATION VARIABLES
|
|
|
1240
1240
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1241
1241
|
```
|
|
1242
1242
|
|
|
1243
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1243
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.5/src/commands/config/set.ts)_
|
|
1244
1244
|
|
|
1245
1245
|
## `sf config unset`
|
|
1246
1246
|
|
|
@@ -1290,7 +1290,7 @@ CONFIGURATION VARIABLES
|
|
|
1290
1290
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1291
1291
|
```
|
|
1292
1292
|
|
|
1293
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1293
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.5/src/commands/config/unset.ts)_
|
|
1294
1294
|
|
|
1295
1295
|
## `sf data bulk results`
|
|
1296
1296
|
|
|
@@ -2642,7 +2642,7 @@ DESCRIPTION
|
|
|
2642
2642
|
Display help for sf.
|
|
2643
2643
|
```
|
|
2644
2644
|
|
|
2645
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.
|
|
2645
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.17/src/commands/help.ts)_
|
|
2646
2646
|
|
|
2647
2647
|
## `sf info releasenotes display`
|
|
2648
2648
|
|
|
@@ -3846,7 +3846,7 @@ EXAMPLES
|
|
|
3846
3846
|
$ sf org list auth
|
|
3847
3847
|
```
|
|
3848
3848
|
|
|
3849
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3849
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.74/src/commands/org/list/auth.ts)_
|
|
3850
3850
|
|
|
3851
3851
|
## `sf org list limits`
|
|
3852
3852
|
|
|
@@ -4146,7 +4146,7 @@ FLAG DESCRIPTIONS
|
|
|
4146
4146
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4147
4147
|
```
|
|
4148
4148
|
|
|
4149
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4149
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.74/src/commands/org/login/access-token.ts)_
|
|
4150
4150
|
|
|
4151
4151
|
## `sf org login device`
|
|
4152
4152
|
|
|
@@ -4206,7 +4206,7 @@ FLAG DESCRIPTIONS
|
|
|
4206
4206
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4207
4207
|
```
|
|
4208
4208
|
|
|
4209
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4209
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.74/src/commands/org/login/device.ts)_
|
|
4210
4210
|
|
|
4211
4211
|
## `sf org login jwt`
|
|
4212
4212
|
|
|
@@ -4297,7 +4297,7 @@ FLAG DESCRIPTIONS
|
|
|
4297
4297
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4298
4298
|
```
|
|
4299
4299
|
|
|
4300
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4300
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.74/src/commands/org/login/jwt.ts)_
|
|
4301
4301
|
|
|
4302
4302
|
## `sf org login sfdx-url`
|
|
4303
4303
|
|
|
@@ -4367,7 +4367,7 @@ EXAMPLES
|
|
|
4367
4367
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
4368
4368
|
```
|
|
4369
4369
|
|
|
4370
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4370
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.74/src/commands/org/login/sfdx-url.ts)_
|
|
4371
4371
|
|
|
4372
4372
|
## `sf org login web`
|
|
4373
4373
|
|
|
@@ -4454,7 +4454,7 @@ FLAG DESCRIPTIONS
|
|
|
4454
4454
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4455
4455
|
```
|
|
4456
4456
|
|
|
4457
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4457
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.74/src/commands/org/login/web.ts)_
|
|
4458
4458
|
|
|
4459
4459
|
## `sf org logout`
|
|
4460
4460
|
|
|
@@ -4515,7 +4515,7 @@ FLAG DESCRIPTIONS
|
|
|
4515
4515
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
4516
4516
|
```
|
|
4517
4517
|
|
|
4518
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4518
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.74/src/commands/org/logout.ts)_
|
|
4519
4519
|
|
|
4520
4520
|
## `sf org open`
|
|
4521
4521
|
|
|
@@ -6025,7 +6025,7 @@ EXAMPLES
|
|
|
6025
6025
|
$ sf plugins
|
|
6026
6026
|
```
|
|
6027
6027
|
|
|
6028
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6028
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.17/src/commands/plugins/index.ts)_
|
|
6029
6029
|
|
|
6030
6030
|
## `sf plugins discover`
|
|
6031
6031
|
|
|
@@ -6070,7 +6070,7 @@ EXAMPLES
|
|
|
6070
6070
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
6071
6071
|
```
|
|
6072
6072
|
|
|
6073
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6073
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.17/src/commands/plugins/inspect.ts)_
|
|
6074
6074
|
|
|
6075
6075
|
## `sf plugins install PLUGIN`
|
|
6076
6076
|
|
|
@@ -6119,7 +6119,7 @@ EXAMPLES
|
|
|
6119
6119
|
$ sf plugins install someuser/someplugin
|
|
6120
6120
|
```
|
|
6121
6121
|
|
|
6122
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6122
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.17/src/commands/plugins/install.ts)_
|
|
6123
6123
|
|
|
6124
6124
|
## `sf plugins link PATH`
|
|
6125
6125
|
|
|
@@ -6150,7 +6150,7 @@ EXAMPLES
|
|
|
6150
6150
|
$ sf plugins link @salesforce/plugin-packaging
|
|
6151
6151
|
```
|
|
6152
6152
|
|
|
6153
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6153
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.17/src/commands/plugins/link.ts)_
|
|
6154
6154
|
|
|
6155
6155
|
## `sf plugins reset`
|
|
6156
6156
|
|
|
@@ -6165,7 +6165,7 @@ FLAGS
|
|
|
6165
6165
|
--reinstall Reinstall all plugins after uninstalling.
|
|
6166
6166
|
```
|
|
6167
6167
|
|
|
6168
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6168
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.17/src/commands/plugins/reset.ts)_
|
|
6169
6169
|
|
|
6170
6170
|
## `sf plugins trust verify`
|
|
6171
6171
|
|
|
@@ -6194,7 +6194,7 @@ EXAMPLES
|
|
|
6194
6194
|
$ sf plugins trust verify --npm @scope/npmName
|
|
6195
6195
|
```
|
|
6196
6196
|
|
|
6197
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
6197
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.42/src/commands/plugins/trust/verify.ts)_
|
|
6198
6198
|
|
|
6199
6199
|
## `sf plugins uninstall [PLUGIN]`
|
|
6200
6200
|
|
|
@@ -6222,7 +6222,7 @@ EXAMPLES
|
|
|
6222
6222
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
6223
6223
|
```
|
|
6224
6224
|
|
|
6225
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6225
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.17/src/commands/plugins/uninstall.ts)_
|
|
6226
6226
|
|
|
6227
6227
|
## `sf plugins update`
|
|
6228
6228
|
|
|
@@ -6240,7 +6240,7 @@ DESCRIPTION
|
|
|
6240
6240
|
Update installed plugins.
|
|
6241
6241
|
```
|
|
6242
6242
|
|
|
6243
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6243
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.17/src/commands/plugins/update.ts)_
|
|
6244
6244
|
|
|
6245
6245
|
## `sf project convert mdapi`
|
|
6246
6246
|
|
|
@@ -8408,7 +8408,7 @@ FLAG DESCRIPTIONS
|
|
|
8408
8408
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
8409
8409
|
```
|
|
8410
8410
|
|
|
8411
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.
|
|
8411
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.16/src/commands/version.ts)_
|
|
8412
8412
|
|
|
8413
8413
|
## `sf visualforce generate component`
|
|
8414
8414
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.68.
|
|
3
|
+
"version": "2.68.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.68.
|
|
9
|
+
"version": "2.68.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
14
|
"@oclif/core": "4.0.32",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.8",
|
|
16
|
-
"@oclif/plugin-commands": "4.1.
|
|
17
|
-
"@oclif/plugin-help": "6.2.
|
|
18
|
-
"@oclif/plugin-not-found": "3.2.
|
|
19
|
-
"@oclif/plugin-plugins": "5.4.
|
|
16
|
+
"@oclif/plugin-commands": "4.1.10",
|
|
17
|
+
"@oclif/plugin-help": "6.2.17",
|
|
18
|
+
"@oclif/plugin-not-found": "3.2.26",
|
|
19
|
+
"@oclif/plugin-plugins": "5.4.17",
|
|
20
20
|
"@oclif/plugin-search": "1.2.14",
|
|
21
21
|
"@oclif/plugin-update": "4.6.10",
|
|
22
|
-
"@oclif/plugin-version": "2.2.
|
|
22
|
+
"@oclif/plugin-version": "2.2.16",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.1.21",
|
|
24
24
|
"@oclif/plugin-which": "3.2.17",
|
|
25
25
|
"@salesforce/core": "^8.2.3",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
27
|
"@salesforce/plugin-apex": "3.6.2",
|
|
28
28
|
"@salesforce/plugin-api": "1.3.2",
|
|
29
|
-
"@salesforce/plugin-auth": "3.6.
|
|
29
|
+
"@salesforce/plugin-auth": "3.6.74",
|
|
30
30
|
"@salesforce/plugin-data": "3.11.3",
|
|
31
31
|
"@salesforce/plugin-deploy-retrieve": "3.15.12",
|
|
32
32
|
"@salesforce/plugin-info": "3.4.18",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"@salesforce/plugin-org": "5.1.5",
|
|
36
36
|
"@salesforce/plugin-packaging": "2.9.0",
|
|
37
37
|
"@salesforce/plugin-schema": "3.3.40",
|
|
38
|
-
"@salesforce/plugin-settings": "2.4.
|
|
38
|
+
"@salesforce/plugin-settings": "2.4.5",
|
|
39
39
|
"@salesforce/plugin-sobject": "1.4.45",
|
|
40
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
40
|
+
"@salesforce/plugin-telemetry": "3.6.23",
|
|
41
41
|
"@salesforce/plugin-templates": "56.3.29",
|
|
42
|
-
"@salesforce/plugin-trust": "3.7.
|
|
42
|
+
"@salesforce/plugin-trust": "3.7.42",
|
|
43
43
|
"@salesforce/plugin-user": "3.6.2",
|
|
44
44
|
"@salesforce/sf-plugins-core": "12.0.11",
|
|
45
45
|
"ansis": "^3.3.0"
|
|
@@ -2572,13 +2572,13 @@
|
|
|
2572
2572
|
}
|
|
2573
2573
|
},
|
|
2574
2574
|
"node_modules/@inquirer/core": {
|
|
2575
|
-
"version": "10.0
|
|
2576
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.0.
|
|
2577
|
-
"integrity": "sha512-
|
|
2575
|
+
"version": "10.1.0",
|
|
2576
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.0.tgz",
|
|
2577
|
+
"integrity": "sha512-I+ETk2AL+yAVbvuKx5AJpQmoaWhpiTFOg/UJb7ZkMAK4blmtG8ATh5ct+T/8xNld0CZG/2UhtkdMwpgvld92XQ==",
|
|
2578
2578
|
"license": "MIT",
|
|
2579
2579
|
"dependencies": {
|
|
2580
|
-
"@inquirer/figures": "^1.0.
|
|
2581
|
-
"@inquirer/type": "^3.0.
|
|
2580
|
+
"@inquirer/figures": "^1.0.8",
|
|
2581
|
+
"@inquirer/type": "^3.0.1",
|
|
2582
2582
|
"ansi-escapes": "^4.3.2",
|
|
2583
2583
|
"cli-width": "^4.1.0",
|
|
2584
2584
|
"mute-stream": "^2.0.0",
|
|
@@ -2613,13 +2613,13 @@
|
|
|
2613
2613
|
}
|
|
2614
2614
|
},
|
|
2615
2615
|
"node_modules/@inquirer/editor": {
|
|
2616
|
-
"version": "4.0
|
|
2617
|
-
"resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.0.
|
|
2618
|
-
"integrity": "sha512-
|
|
2616
|
+
"version": "4.1.0",
|
|
2617
|
+
"resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.1.0.tgz",
|
|
2618
|
+
"integrity": "sha512-K1gGWsxEqO23tVdp5MT3H799OZ4ER1za7Dlc8F4um0W7lwSv0KGR/YyrUEyimj0g7dXZd8XknM/5QA2/Uy+TbA==",
|
|
2619
2619
|
"license": "MIT",
|
|
2620
2620
|
"dependencies": {
|
|
2621
|
-
"@inquirer/core": "^10.0
|
|
2622
|
-
"@inquirer/type": "^3.0.
|
|
2621
|
+
"@inquirer/core": "^10.1.0",
|
|
2622
|
+
"@inquirer/type": "^3.0.1",
|
|
2623
2623
|
"external-editor": "^3.1.0"
|
|
2624
2624
|
},
|
|
2625
2625
|
"engines": {
|
|
@@ -2630,13 +2630,13 @@
|
|
|
2630
2630
|
}
|
|
2631
2631
|
},
|
|
2632
2632
|
"node_modules/@inquirer/expand": {
|
|
2633
|
-
"version": "4.0.
|
|
2634
|
-
"resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.
|
|
2635
|
-
"integrity": "sha512-
|
|
2633
|
+
"version": "4.0.2",
|
|
2634
|
+
"resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.2.tgz",
|
|
2635
|
+
"integrity": "sha512-WdgCX1cUtinz+syKyZdJomovULYlKUWZbVYZzhf+ZeeYf4htAQ3jLymoNs3koIAKfZZl3HUBb819ClCBfyznaw==",
|
|
2636
2636
|
"license": "MIT",
|
|
2637
2637
|
"dependencies": {
|
|
2638
|
-
"@inquirer/core": "^10.0
|
|
2639
|
-
"@inquirer/type": "^3.0.
|
|
2638
|
+
"@inquirer/core": "^10.1.0",
|
|
2639
|
+
"@inquirer/type": "^3.0.1",
|
|
2640
2640
|
"yoctocolors-cjs": "^2.1.2"
|
|
2641
2641
|
},
|
|
2642
2642
|
"engines": {
|
|
@@ -2647,9 +2647,9 @@
|
|
|
2647
2647
|
}
|
|
2648
2648
|
},
|
|
2649
2649
|
"node_modules/@inquirer/figures": {
|
|
2650
|
-
"version": "1.0.
|
|
2651
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.
|
|
2652
|
-
"integrity": "sha512-
|
|
2650
|
+
"version": "1.0.8",
|
|
2651
|
+
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.8.tgz",
|
|
2652
|
+
"integrity": "sha512-tKd+jsmhq21AP1LhexC0pPwsCxEhGgAkg28byjJAd+xhmIs8LUX8JbUc3vBf3PhLxWiB5EvyBE5X7JSPAqMAqg==",
|
|
2653
2653
|
"license": "MIT",
|
|
2654
2654
|
"engines": {
|
|
2655
2655
|
"node": ">=18"
|
|
@@ -2717,13 +2717,13 @@
|
|
|
2717
2717
|
}
|
|
2718
2718
|
},
|
|
2719
2719
|
"node_modules/@inquirer/number": {
|
|
2720
|
-
"version": "3.0.
|
|
2721
|
-
"resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.
|
|
2722
|
-
"integrity": "sha512-
|
|
2720
|
+
"version": "3.0.2",
|
|
2721
|
+
"resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.2.tgz",
|
|
2722
|
+
"integrity": "sha512-MKQhYofdUNk7eqJtz52KvM1dH6R93OMrqHduXCvuefKrsiMjHiMwjc3NZw5Imm2nqY7gWd9xdhYrtcHMJQZUxA==",
|
|
2723
2723
|
"license": "MIT",
|
|
2724
2724
|
"dependencies": {
|
|
2725
|
-
"@inquirer/core": "^10.0
|
|
2726
|
-
"@inquirer/type": "^3.0.
|
|
2725
|
+
"@inquirer/core": "^10.1.0",
|
|
2726
|
+
"@inquirer/type": "^3.0.1"
|
|
2727
2727
|
},
|
|
2728
2728
|
"engines": {
|
|
2729
2729
|
"node": ">=18"
|
|
@@ -2795,21 +2795,21 @@
|
|
|
2795
2795
|
}
|
|
2796
2796
|
},
|
|
2797
2797
|
"node_modules/@inquirer/prompts": {
|
|
2798
|
-
"version": "7.0
|
|
2799
|
-
"resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.0.
|
|
2800
|
-
"integrity": "sha512-
|
|
2798
|
+
"version": "7.1.0",
|
|
2799
|
+
"resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.1.0.tgz",
|
|
2800
|
+
"integrity": "sha512-5U/XiVRH2pp1X6gpNAjWOglMf38/Ys522ncEHIKT1voRUvSj/DQnR22OVxHnwu5S+rCFaUiPQ57JOtMFQayqYA==",
|
|
2801
2801
|
"license": "MIT",
|
|
2802
2802
|
"dependencies": {
|
|
2803
|
-
"@inquirer/checkbox": "^4.0.
|
|
2804
|
-
"@inquirer/confirm": "^5.0.
|
|
2805
|
-
"@inquirer/editor": "^4.0
|
|
2806
|
-
"@inquirer/expand": "^4.0.
|
|
2807
|
-
"@inquirer/input": "^4.0.
|
|
2808
|
-
"@inquirer/number": "^3.0.
|
|
2809
|
-
"@inquirer/password": "^4.0.
|
|
2810
|
-
"@inquirer/rawlist": "^4.0.
|
|
2811
|
-
"@inquirer/search": "^3.0.
|
|
2812
|
-
"@inquirer/select": "^4.0.
|
|
2803
|
+
"@inquirer/checkbox": "^4.0.2",
|
|
2804
|
+
"@inquirer/confirm": "^5.0.2",
|
|
2805
|
+
"@inquirer/editor": "^4.1.0",
|
|
2806
|
+
"@inquirer/expand": "^4.0.2",
|
|
2807
|
+
"@inquirer/input": "^4.0.2",
|
|
2808
|
+
"@inquirer/number": "^3.0.2",
|
|
2809
|
+
"@inquirer/password": "^4.0.2",
|
|
2810
|
+
"@inquirer/rawlist": "^4.0.2",
|
|
2811
|
+
"@inquirer/search": "^3.0.2",
|
|
2812
|
+
"@inquirer/select": "^4.0.2"
|
|
2813
2813
|
},
|
|
2814
2814
|
"engines": {
|
|
2815
2815
|
"node": ">=18"
|
|
@@ -2819,14 +2819,14 @@
|
|
|
2819
2819
|
}
|
|
2820
2820
|
},
|
|
2821
2821
|
"node_modules/@inquirer/prompts/node_modules/@inquirer/checkbox": {
|
|
2822
|
-
"version": "4.0.
|
|
2823
|
-
"resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.0.
|
|
2824
|
-
"integrity": "sha512
|
|
2822
|
+
"version": "4.0.2",
|
|
2823
|
+
"resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.0.2.tgz",
|
|
2824
|
+
"integrity": "sha512-+gznPl8ip8P8HYHYecDtUtdsh1t2jvb+sWCD72GAiZ9m45RqwrLmReDaqdC0umQfamtFXVRoMVJ2/qINKGm9Tg==",
|
|
2825
2825
|
"license": "MIT",
|
|
2826
2826
|
"dependencies": {
|
|
2827
|
-
"@inquirer/core": "^10.0
|
|
2828
|
-
"@inquirer/figures": "^1.0.
|
|
2829
|
-
"@inquirer/type": "^3.0.
|
|
2827
|
+
"@inquirer/core": "^10.1.0",
|
|
2828
|
+
"@inquirer/figures": "^1.0.8",
|
|
2829
|
+
"@inquirer/type": "^3.0.1",
|
|
2830
2830
|
"ansi-escapes": "^4.3.2",
|
|
2831
2831
|
"yoctocolors-cjs": "^2.1.2"
|
|
2832
2832
|
},
|
|
@@ -2838,13 +2838,13 @@
|
|
|
2838
2838
|
}
|
|
2839
2839
|
},
|
|
2840
2840
|
"node_modules/@inquirer/prompts/node_modules/@inquirer/confirm": {
|
|
2841
|
-
"version": "5.0.
|
|
2842
|
-
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.0.
|
|
2843
|
-
"integrity": "sha512-
|
|
2841
|
+
"version": "5.0.2",
|
|
2842
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.0.2.tgz",
|
|
2843
|
+
"integrity": "sha512-KJLUHOaKnNCYzwVbryj3TNBxyZIrr56fR5N45v6K9IPrbT6B7DcudBMfylkV1A8PUdJE15mybkEQyp2/ZUpxUA==",
|
|
2844
2844
|
"license": "MIT",
|
|
2845
2845
|
"dependencies": {
|
|
2846
|
-
"@inquirer/core": "^10.0
|
|
2847
|
-
"@inquirer/type": "^3.0.
|
|
2846
|
+
"@inquirer/core": "^10.1.0",
|
|
2847
|
+
"@inquirer/type": "^3.0.1"
|
|
2848
2848
|
},
|
|
2849
2849
|
"engines": {
|
|
2850
2850
|
"node": ">=18"
|
|
@@ -2854,13 +2854,13 @@
|
|
|
2854
2854
|
}
|
|
2855
2855
|
},
|
|
2856
2856
|
"node_modules/@inquirer/prompts/node_modules/@inquirer/input": {
|
|
2857
|
-
"version": "4.0.
|
|
2858
|
-
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.0.
|
|
2859
|
-
"integrity": "sha512-
|
|
2857
|
+
"version": "4.0.2",
|
|
2858
|
+
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.0.2.tgz",
|
|
2859
|
+
"integrity": "sha512-yCLCraigU085EcdpIVEDgyfGv4vBiE4I+k1qRkc9C5dMjWF42ADMGy1RFU94+eZlz4YlkmFsiyHZy0W1wdhaNg==",
|
|
2860
2860
|
"license": "MIT",
|
|
2861
2861
|
"dependencies": {
|
|
2862
|
-
"@inquirer/core": "^10.0
|
|
2863
|
-
"@inquirer/type": "^3.0.
|
|
2862
|
+
"@inquirer/core": "^10.1.0",
|
|
2863
|
+
"@inquirer/type": "^3.0.1"
|
|
2864
2864
|
},
|
|
2865
2865
|
"engines": {
|
|
2866
2866
|
"node": ">=18"
|
|
@@ -2870,13 +2870,13 @@
|
|
|
2870
2870
|
}
|
|
2871
2871
|
},
|
|
2872
2872
|
"node_modules/@inquirer/prompts/node_modules/@inquirer/password": {
|
|
2873
|
-
"version": "4.0.
|
|
2874
|
-
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.
|
|
2875
|
-
"integrity": "sha512-
|
|
2873
|
+
"version": "4.0.2",
|
|
2874
|
+
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.2.tgz",
|
|
2875
|
+
"integrity": "sha512-tQXGSu7IO07gsYlGy3VgXRVsbOWqFBMbqAUrJSc1PDTQQ5Qdm+QVwkP0OC0jnUZ62D19iPgXOMO+tnWG+HhjNQ==",
|
|
2876
2876
|
"license": "MIT",
|
|
2877
2877
|
"dependencies": {
|
|
2878
|
-
"@inquirer/core": "^10.0
|
|
2879
|
-
"@inquirer/type": "^3.0.
|
|
2878
|
+
"@inquirer/core": "^10.1.0",
|
|
2879
|
+
"@inquirer/type": "^3.0.1",
|
|
2880
2880
|
"ansi-escapes": "^4.3.2"
|
|
2881
2881
|
},
|
|
2882
2882
|
"engines": {
|
|
@@ -2887,14 +2887,14 @@
|
|
|
2887
2887
|
}
|
|
2888
2888
|
},
|
|
2889
2889
|
"node_modules/@inquirer/prompts/node_modules/@inquirer/select": {
|
|
2890
|
-
"version": "4.0.
|
|
2891
|
-
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.0.
|
|
2892
|
-
"integrity": "sha512-
|
|
2890
|
+
"version": "4.0.2",
|
|
2891
|
+
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.0.2.tgz",
|
|
2892
|
+
"integrity": "sha512-uSWUzaSYAEj0hlzxa1mUB6VqrKaYx0QxGBLZzU4xWFxaSyGaXxsSE4OSOwdU24j0xl8OajgayqFXW0l2bkl2kg==",
|
|
2893
2893
|
"license": "MIT",
|
|
2894
2894
|
"dependencies": {
|
|
2895
|
-
"@inquirer/core": "^10.0
|
|
2896
|
-
"@inquirer/figures": "^1.0.
|
|
2897
|
-
"@inquirer/type": "^3.0.
|
|
2895
|
+
"@inquirer/core": "^10.1.0",
|
|
2896
|
+
"@inquirer/figures": "^1.0.8",
|
|
2897
|
+
"@inquirer/type": "^3.0.1",
|
|
2898
2898
|
"ansi-escapes": "^4.3.2",
|
|
2899
2899
|
"yoctocolors-cjs": "^2.1.2"
|
|
2900
2900
|
},
|
|
@@ -2906,13 +2906,13 @@
|
|
|
2906
2906
|
}
|
|
2907
2907
|
},
|
|
2908
2908
|
"node_modules/@inquirer/rawlist": {
|
|
2909
|
-
"version": "4.0.
|
|
2910
|
-
"resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.0.
|
|
2911
|
-
"integrity": "sha512-
|
|
2909
|
+
"version": "4.0.2",
|
|
2910
|
+
"resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.0.2.tgz",
|
|
2911
|
+
"integrity": "sha512-3XGcskMoVF8H0Dl1S5TSZ3rMPPBWXRcM0VeNVsS4ByWeWjSeb0lPqfnBg6N7T0608I1B2bSVnbi2cwCrmOD1Yw==",
|
|
2912
2912
|
"license": "MIT",
|
|
2913
2913
|
"dependencies": {
|
|
2914
|
-
"@inquirer/core": "^10.0
|
|
2915
|
-
"@inquirer/type": "^3.0.
|
|
2914
|
+
"@inquirer/core": "^10.1.0",
|
|
2915
|
+
"@inquirer/type": "^3.0.1",
|
|
2916
2916
|
"yoctocolors-cjs": "^2.1.2"
|
|
2917
2917
|
},
|
|
2918
2918
|
"engines": {
|
|
@@ -2923,14 +2923,14 @@
|
|
|
2923
2923
|
}
|
|
2924
2924
|
},
|
|
2925
2925
|
"node_modules/@inquirer/search": {
|
|
2926
|
-
"version": "3.0.
|
|
2927
|
-
"resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.0.
|
|
2928
|
-
"integrity": "sha512-
|
|
2926
|
+
"version": "3.0.2",
|
|
2927
|
+
"resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.0.2.tgz",
|
|
2928
|
+
"integrity": "sha512-Zv4FC7w4dJ13BOJfKRQCICQfShinGjb1bCEIHxTSnjj2telu3+3RHwHubPG9HyD4aix5s+lyAMEK/wSFD75HLA==",
|
|
2929
2929
|
"license": "MIT",
|
|
2930
2930
|
"dependencies": {
|
|
2931
|
-
"@inquirer/core": "^10.0
|
|
2932
|
-
"@inquirer/figures": "^1.0.
|
|
2933
|
-
"@inquirer/type": "^3.0.
|
|
2931
|
+
"@inquirer/core": "^10.1.0",
|
|
2932
|
+
"@inquirer/figures": "^1.0.8",
|
|
2933
|
+
"@inquirer/type": "^3.0.1",
|
|
2934
2934
|
"yoctocolors-cjs": "^2.1.2"
|
|
2935
2935
|
},
|
|
2936
2936
|
"engines": {
|
|
@@ -3005,9 +3005,9 @@
|
|
|
3005
3005
|
}
|
|
3006
3006
|
},
|
|
3007
3007
|
"node_modules/@inquirer/type": {
|
|
3008
|
-
"version": "3.0.
|
|
3009
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.
|
|
3010
|
-
"integrity": "sha512
|
|
3008
|
+
"version": "3.0.1",
|
|
3009
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.1.tgz",
|
|
3010
|
+
"integrity": "sha512-+ksJMIy92sOAiAccGpcKZUc3bYO07cADnscIxHBknEm3uNts3movSmBofc1908BNy5edKscxYeAdaX1NXkHS6A==",
|
|
3011
3011
|
"license": "MIT",
|
|
3012
3012
|
"engines": {
|
|
3013
3013
|
"node": ">=18"
|
|
@@ -3892,9 +3892,9 @@
|
|
|
3892
3892
|
}
|
|
3893
3893
|
},
|
|
3894
3894
|
"node_modules/@oclif/plugin-commands": {
|
|
3895
|
-
"version": "4.1.
|
|
3896
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.
|
|
3897
|
-
"integrity": "sha512-
|
|
3895
|
+
"version": "4.1.10",
|
|
3896
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.10.tgz",
|
|
3897
|
+
"integrity": "sha512-DbzZglNGWjLuNuGFOV0qHAGMA5/xYBWcUlY263J3I2wJM4KZrvcKJTr9kbb8YC1tY46gS+An6UITiQpEwFyGWg==",
|
|
3898
3898
|
"license": "MIT",
|
|
3899
3899
|
"dependencies": {
|
|
3900
3900
|
"@oclif/core": "^4",
|
|
@@ -3907,9 +3907,9 @@
|
|
|
3907
3907
|
}
|
|
3908
3908
|
},
|
|
3909
3909
|
"node_modules/@oclif/plugin-help": {
|
|
3910
|
-
"version": "6.2.
|
|
3911
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
3912
|
-
"integrity": "sha512
|
|
3910
|
+
"version": "6.2.17",
|
|
3911
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.17.tgz",
|
|
3912
|
+
"integrity": "sha512-+Z+xC11h+f4SHX1pW5lhoCT+aC0bQABfnRsIs/02gf7dZ1XSfi1I17ZMrrzYCcUNcDJA33guKUQeUK740hXPlw==",
|
|
3913
3913
|
"license": "MIT",
|
|
3914
3914
|
"dependencies": {
|
|
3915
3915
|
"@oclif/core": "^4"
|
|
@@ -3919,12 +3919,12 @@
|
|
|
3919
3919
|
}
|
|
3920
3920
|
},
|
|
3921
3921
|
"node_modules/@oclif/plugin-not-found": {
|
|
3922
|
-
"version": "3.2.
|
|
3923
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
3924
|
-
"integrity": "sha512-
|
|
3922
|
+
"version": "3.2.26",
|
|
3923
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.26.tgz",
|
|
3924
|
+
"integrity": "sha512-f2kVzS/AQqYelSMEv/2sbVR8cIPpJo/AtFCNsLgmeJrETUExLy0RoOqIfk3DMlZYKBmWImwjLVhvQF13IBVTkg==",
|
|
3925
3925
|
"license": "MIT",
|
|
3926
3926
|
"dependencies": {
|
|
3927
|
-
"@inquirer/prompts": "^7.0
|
|
3927
|
+
"@inquirer/prompts": "^7.1.0",
|
|
3928
3928
|
"@oclif/core": "^4",
|
|
3929
3929
|
"ansis": "^3.3.1",
|
|
3930
3930
|
"fast-levenshtein": "^3.0.0"
|
|
@@ -3934,12 +3934,12 @@
|
|
|
3934
3934
|
}
|
|
3935
3935
|
},
|
|
3936
3936
|
"node_modules/@oclif/plugin-plugins": {
|
|
3937
|
-
"version": "5.4.
|
|
3938
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.
|
|
3939
|
-
"integrity": "sha512-
|
|
3937
|
+
"version": "5.4.17",
|
|
3938
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.17.tgz",
|
|
3939
|
+
"integrity": "sha512-V5W5jiGfWYEFS1v6j0+l0sTkRdvuHpZm9zKyEzC1i6IFFx4S4oR2IMjTwJRopyGH2TZDNVQOGilp3Cxu73pbsQ==",
|
|
3940
3940
|
"license": "MIT",
|
|
3941
3941
|
"dependencies": {
|
|
3942
|
-
"@oclif/core": "^4.0.
|
|
3942
|
+
"@oclif/core": "^4.0.32",
|
|
3943
3943
|
"ansis": "^3.3.2",
|
|
3944
3944
|
"debug": "^4.3.7",
|
|
3945
3945
|
"npm": "^10.9.0",
|
|
@@ -4084,9 +4084,9 @@
|
|
|
4084
4084
|
}
|
|
4085
4085
|
},
|
|
4086
4086
|
"node_modules/@oclif/plugin-version": {
|
|
4087
|
-
"version": "2.2.
|
|
4088
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.
|
|
4089
|
-
"integrity": "sha512-
|
|
4087
|
+
"version": "2.2.16",
|
|
4088
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.16.tgz",
|
|
4089
|
+
"integrity": "sha512-VRaKold1dUXq+cCD+vgE0QIT1HYU9duEYZjA0tB4krYuSyz6xS778JMF5EiqbbWEPH5Fwjj/MoHemkLuDgaGYw==",
|
|
4090
4090
|
"license": "MIT",
|
|
4091
4091
|
"dependencies": {
|
|
4092
4092
|
"@oclif/core": "^4",
|
|
@@ -4634,9 +4634,9 @@
|
|
|
4634
4634
|
}
|
|
4635
4635
|
},
|
|
4636
4636
|
"node_modules/@salesforce/core": {
|
|
4637
|
-
"version": "8.
|
|
4638
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
4639
|
-
"integrity": "sha512-
|
|
4637
|
+
"version": "8.8.0",
|
|
4638
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.8.0.tgz",
|
|
4639
|
+
"integrity": "sha512-HWGdRiy/MPCJ2KHz+W+cnqx0O9xhx9+QYvwP8bn9PE27wj0A/NjTi4xrqIWk1M+fE4dXHycE+8qPf4b540euvg==",
|
|
4640
4640
|
"license": "BSD-3-Clause",
|
|
4641
4641
|
"dependencies": {
|
|
4642
4642
|
"@jsforce/jsforce-node": "^3.6.1",
|
|
@@ -4842,9 +4842,9 @@
|
|
|
4842
4842
|
}
|
|
4843
4843
|
},
|
|
4844
4844
|
"node_modules/@salesforce/plugin-auth": {
|
|
4845
|
-
"version": "3.6.
|
|
4846
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
4847
|
-
"integrity": "sha512-
|
|
4845
|
+
"version": "3.6.74",
|
|
4846
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.74.tgz",
|
|
4847
|
+
"integrity": "sha512-F2a3zPQlWG3j50i3CyjASb3AiRw3DedSekji6JV6OBigI3f8OO9DXNjN9EHWnEOqG1UKO4aecPyu4WHNgHJAyg==",
|
|
4848
4848
|
"license": "BSD-3-Clause",
|
|
4849
4849
|
"dependencies": {
|
|
4850
4850
|
"@inquirer/checkbox": "^2.5.0",
|
|
@@ -5338,9 +5338,9 @@
|
|
|
5338
5338
|
}
|
|
5339
5339
|
},
|
|
5340
5340
|
"node_modules/@salesforce/plugin-settings": {
|
|
5341
|
-
"version": "2.4.
|
|
5342
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.
|
|
5343
|
-
"integrity": "sha512-
|
|
5341
|
+
"version": "2.4.5",
|
|
5342
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.5.tgz",
|
|
5343
|
+
"integrity": "sha512-OiH05PJ5TvpWsq8fX4KtgM9ybpW9iyRxoYup1/9ul4DMJgBEZC8+EYR0+2bebrD1i7deHMf2pKPqSF5uW2XSzQ==",
|
|
5344
5344
|
"license": "BSD-3-Clause",
|
|
5345
5345
|
"dependencies": {
|
|
5346
5346
|
"@oclif/core": "^4",
|
|
@@ -5447,13 +5447,13 @@
|
|
|
5447
5447
|
}
|
|
5448
5448
|
},
|
|
5449
5449
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
5450
|
-
"version": "3.6.
|
|
5451
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.
|
|
5452
|
-
"integrity": "sha512-
|
|
5450
|
+
"version": "3.6.23",
|
|
5451
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.23.tgz",
|
|
5452
|
+
"integrity": "sha512-yaSpE9Fs45UVNHUMw1MeZPJ9TryXKGNttob/BBEYJQGpuGzOz9XDpGqihAurZt7VkzTRGdph0qtWBj1rkipqaQ==",
|
|
5453
5453
|
"license": "BSD-3-Clause",
|
|
5454
5454
|
"dependencies": {
|
|
5455
|
-
"@oclif/core": "^4.0.
|
|
5456
|
-
"@salesforce/core": "^8.
|
|
5455
|
+
"@oclif/core": "^4.0.32",
|
|
5456
|
+
"@salesforce/core": "^8.8.0",
|
|
5457
5457
|
"@salesforce/kit": "^3.2.3",
|
|
5458
5458
|
"@salesforce/sf-plugins-core": "^12",
|
|
5459
5459
|
"@salesforce/telemetry": "^6.0.34",
|
|
@@ -5479,13 +5479,13 @@
|
|
|
5479
5479
|
}
|
|
5480
5480
|
},
|
|
5481
5481
|
"node_modules/@salesforce/plugin-trust": {
|
|
5482
|
-
"version": "3.7.
|
|
5483
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
5484
|
-
"integrity": "sha512-
|
|
5482
|
+
"version": "3.7.42",
|
|
5483
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.42.tgz",
|
|
5484
|
+
"integrity": "sha512-OaTwLw4grYHXXgVmQL19/x5qwn37yB6Y2Fxv+oH2ljcOBDKckrrGy3naszs4JTOcij4ZVAHFvXia8Sw2GEdxMA==",
|
|
5485
5485
|
"license": "BSD-3-Clause",
|
|
5486
5486
|
"dependencies": {
|
|
5487
5487
|
"@oclif/core": "^4",
|
|
5488
|
-
"@salesforce/core": "^8.
|
|
5488
|
+
"@salesforce/core": "^8.8.0",
|
|
5489
5489
|
"@salesforce/kit": "^3.2.0",
|
|
5490
5490
|
"@salesforce/plugin-info": "^3.4.18",
|
|
5491
5491
|
"@salesforce/sf-plugins-core": "^12",
|
|
@@ -9825,9 +9825,9 @@
|
|
|
9825
9825
|
"license": "MIT"
|
|
9826
9826
|
},
|
|
9827
9827
|
"node_modules/cross-spawn": {
|
|
9828
|
-
"version": "7.0.
|
|
9829
|
-
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.
|
|
9830
|
-
"integrity": "sha512-
|
|
9828
|
+
"version": "7.0.5",
|
|
9829
|
+
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.5.tgz",
|
|
9830
|
+
"integrity": "sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==",
|
|
9831
9831
|
"dev": true,
|
|
9832
9832
|
"license": "MIT",
|
|
9833
9833
|
"dependencies": {
|
|
@@ -17573,8 +17573,6 @@
|
|
|
17573
17573
|
},
|
|
17574
17574
|
"node_modules/npm/node_modules/cross-spawn": {
|
|
17575
17575
|
"version": "7.0.3",
|
|
17576
|
-
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
|
|
17577
|
-
"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
|
|
17578
17576
|
"inBundle": true,
|
|
17579
17577
|
"license": "MIT",
|
|
17580
17578
|
"dependencies": {
|
package/oclif.lock
CHANGED
|
@@ -1168,14 +1168,14 @@
|
|
|
1168
1168
|
ansi-escapes "^4.3.2"
|
|
1169
1169
|
yoctocolors-cjs "^2.1.2"
|
|
1170
1170
|
|
|
1171
|
-
"@inquirer/checkbox@^4.0.
|
|
1172
|
-
version "4.0.
|
|
1173
|
-
resolved "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.0.
|
|
1174
|
-
integrity sha512
|
|
1171
|
+
"@inquirer/checkbox@^4.0.2":
|
|
1172
|
+
version "4.0.2"
|
|
1173
|
+
resolved "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.0.2.tgz"
|
|
1174
|
+
integrity sha512-+gznPl8ip8P8HYHYecDtUtdsh1t2jvb+sWCD72GAiZ9m45RqwrLmReDaqdC0umQfamtFXVRoMVJ2/qINKGm9Tg==
|
|
1175
1175
|
dependencies:
|
|
1176
|
-
"@inquirer/core" "^10.0
|
|
1177
|
-
"@inquirer/figures" "^1.0.
|
|
1178
|
-
"@inquirer/type" "^3.0.
|
|
1176
|
+
"@inquirer/core" "^10.1.0"
|
|
1177
|
+
"@inquirer/figures" "^1.0.8"
|
|
1178
|
+
"@inquirer/type" "^3.0.1"
|
|
1179
1179
|
ansi-escapes "^4.3.2"
|
|
1180
1180
|
yoctocolors-cjs "^2.1.2"
|
|
1181
1181
|
|
|
@@ -1187,21 +1187,21 @@
|
|
|
1187
1187
|
"@inquirer/core" "^9.1.0"
|
|
1188
1188
|
"@inquirer/type" "^1.5.3"
|
|
1189
1189
|
|
|
1190
|
-
"@inquirer/confirm@^5.0.
|
|
1191
|
-
version "5.0.
|
|
1192
|
-
resolved "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.0.
|
|
1193
|
-
integrity sha512-
|
|
1190
|
+
"@inquirer/confirm@^5.0.2":
|
|
1191
|
+
version "5.0.2"
|
|
1192
|
+
resolved "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.0.2.tgz"
|
|
1193
|
+
integrity sha512-KJLUHOaKnNCYzwVbryj3TNBxyZIrr56fR5N45v6K9IPrbT6B7DcudBMfylkV1A8PUdJE15mybkEQyp2/ZUpxUA==
|
|
1194
1194
|
dependencies:
|
|
1195
|
-
"@inquirer/core" "^10.0
|
|
1196
|
-
"@inquirer/type" "^3.0.
|
|
1195
|
+
"@inquirer/core" "^10.1.0"
|
|
1196
|
+
"@inquirer/type" "^3.0.1"
|
|
1197
1197
|
|
|
1198
|
-
"@inquirer/core@^10.0
|
|
1199
|
-
version "10.0
|
|
1200
|
-
resolved "https://registry.npmjs.org/@inquirer/core/-/core-10.0.
|
|
1201
|
-
integrity sha512-
|
|
1198
|
+
"@inquirer/core@^10.1.0":
|
|
1199
|
+
version "10.1.0"
|
|
1200
|
+
resolved "https://registry.npmjs.org/@inquirer/core/-/core-10.1.0.tgz"
|
|
1201
|
+
integrity sha512-I+ETk2AL+yAVbvuKx5AJpQmoaWhpiTFOg/UJb7ZkMAK4blmtG8ATh5ct+T/8xNld0CZG/2UhtkdMwpgvld92XQ==
|
|
1202
1202
|
dependencies:
|
|
1203
|
-
"@inquirer/figures" "^1.0.
|
|
1204
|
-
"@inquirer/type" "^3.0.
|
|
1203
|
+
"@inquirer/figures" "^1.0.8"
|
|
1204
|
+
"@inquirer/type" "^3.0.1"
|
|
1205
1205
|
ansi-escapes "^4.3.2"
|
|
1206
1206
|
cli-width "^4.1.0"
|
|
1207
1207
|
mute-stream "^2.0.0"
|
|
@@ -1248,28 +1248,28 @@
|
|
|
1248
1248
|
wrap-ansi "^6.2.0"
|
|
1249
1249
|
yoctocolors-cjs "^2.1.2"
|
|
1250
1250
|
|
|
1251
|
-
"@inquirer/editor@^4.0
|
|
1252
|
-
version "4.0
|
|
1253
|
-
resolved "https://registry.npmjs.org/@inquirer/editor/-/editor-4.0.
|
|
1254
|
-
integrity sha512-
|
|
1251
|
+
"@inquirer/editor@^4.1.0":
|
|
1252
|
+
version "4.1.0"
|
|
1253
|
+
resolved "https://registry.npmjs.org/@inquirer/editor/-/editor-4.1.0.tgz"
|
|
1254
|
+
integrity sha512-K1gGWsxEqO23tVdp5MT3H799OZ4ER1za7Dlc8F4um0W7lwSv0KGR/YyrUEyimj0g7dXZd8XknM/5QA2/Uy+TbA==
|
|
1255
1255
|
dependencies:
|
|
1256
|
-
"@inquirer/core" "^10.0
|
|
1257
|
-
"@inquirer/type" "^3.0.
|
|
1256
|
+
"@inquirer/core" "^10.1.0"
|
|
1257
|
+
"@inquirer/type" "^3.0.1"
|
|
1258
1258
|
external-editor "^3.1.0"
|
|
1259
1259
|
|
|
1260
|
-
"@inquirer/expand@^4.0.
|
|
1261
|
-
version "4.0.
|
|
1262
|
-
resolved "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.
|
|
1263
|
-
integrity sha512-
|
|
1260
|
+
"@inquirer/expand@^4.0.2":
|
|
1261
|
+
version "4.0.2"
|
|
1262
|
+
resolved "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.2.tgz"
|
|
1263
|
+
integrity sha512-WdgCX1cUtinz+syKyZdJomovULYlKUWZbVYZzhf+ZeeYf4htAQ3jLymoNs3koIAKfZZl3HUBb819ClCBfyznaw==
|
|
1264
1264
|
dependencies:
|
|
1265
|
-
"@inquirer/core" "^10.0
|
|
1266
|
-
"@inquirer/type" "^3.0.
|
|
1265
|
+
"@inquirer/core" "^10.1.0"
|
|
1266
|
+
"@inquirer/type" "^3.0.1"
|
|
1267
1267
|
yoctocolors-cjs "^2.1.2"
|
|
1268
1268
|
|
|
1269
|
-
"@inquirer/figures@^1.0.5", "@inquirer/figures@^1.0.
|
|
1270
|
-
version "1.0.
|
|
1271
|
-
resolved "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.
|
|
1272
|
-
integrity sha512-
|
|
1269
|
+
"@inquirer/figures@^1.0.5", "@inquirer/figures@^1.0.8":
|
|
1270
|
+
version "1.0.8"
|
|
1271
|
+
resolved "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.8.tgz"
|
|
1272
|
+
integrity sha512-tKd+jsmhq21AP1LhexC0pPwsCxEhGgAkg28byjJAd+xhmIs8LUX8JbUc3vBf3PhLxWiB5EvyBE5X7JSPAqMAqg==
|
|
1273
1273
|
|
|
1274
1274
|
"@inquirer/input@^2.2.4", "@inquirer/input@^2.3.0":
|
|
1275
1275
|
version "2.3.0"
|
|
@@ -1279,21 +1279,21 @@
|
|
|
1279
1279
|
"@inquirer/core" "^9.1.0"
|
|
1280
1280
|
"@inquirer/type" "^1.5.3"
|
|
1281
1281
|
|
|
1282
|
-
"@inquirer/input@^4.0.
|
|
1283
|
-
version "4.0.
|
|
1284
|
-
resolved "https://registry.npmjs.org/@inquirer/input/-/input-4.0.
|
|
1285
|
-
integrity sha512-
|
|
1282
|
+
"@inquirer/input@^4.0.2":
|
|
1283
|
+
version "4.0.2"
|
|
1284
|
+
resolved "https://registry.npmjs.org/@inquirer/input/-/input-4.0.2.tgz"
|
|
1285
|
+
integrity sha512-yCLCraigU085EcdpIVEDgyfGv4vBiE4I+k1qRkc9C5dMjWF42ADMGy1RFU94+eZlz4YlkmFsiyHZy0W1wdhaNg==
|
|
1286
1286
|
dependencies:
|
|
1287
|
-
"@inquirer/core" "^10.0
|
|
1288
|
-
"@inquirer/type" "^3.0.
|
|
1287
|
+
"@inquirer/core" "^10.1.0"
|
|
1288
|
+
"@inquirer/type" "^3.0.1"
|
|
1289
1289
|
|
|
1290
|
-
"@inquirer/number@^3.0.
|
|
1291
|
-
version "3.0.
|
|
1292
|
-
resolved "https://registry.npmjs.org/@inquirer/number/-/number-3.0.
|
|
1293
|
-
integrity sha512-
|
|
1290
|
+
"@inquirer/number@^3.0.2":
|
|
1291
|
+
version "3.0.2"
|
|
1292
|
+
resolved "https://registry.npmjs.org/@inquirer/number/-/number-3.0.2.tgz"
|
|
1293
|
+
integrity sha512-MKQhYofdUNk7eqJtz52KvM1dH6R93OMrqHduXCvuefKrsiMjHiMwjc3NZw5Imm2nqY7gWd9xdhYrtcHMJQZUxA==
|
|
1294
1294
|
dependencies:
|
|
1295
|
-
"@inquirer/core" "^10.0
|
|
1296
|
-
"@inquirer/type" "^3.0.
|
|
1295
|
+
"@inquirer/core" "^10.1.0"
|
|
1296
|
+
"@inquirer/type" "^3.0.1"
|
|
1297
1297
|
|
|
1298
1298
|
"@inquirer/password@^2.2.0":
|
|
1299
1299
|
version "2.2.0"
|
|
@@ -1304,48 +1304,48 @@
|
|
|
1304
1304
|
"@inquirer/type" "^1.5.3"
|
|
1305
1305
|
ansi-escapes "^4.3.2"
|
|
1306
1306
|
|
|
1307
|
-
"@inquirer/password@^4.0.
|
|
1308
|
-
version "4.0.
|
|
1309
|
-
resolved "https://registry.npmjs.org/@inquirer/password/-/password-4.0.
|
|
1310
|
-
integrity sha512-
|
|
1307
|
+
"@inquirer/password@^4.0.2":
|
|
1308
|
+
version "4.0.2"
|
|
1309
|
+
resolved "https://registry.npmjs.org/@inquirer/password/-/password-4.0.2.tgz"
|
|
1310
|
+
integrity sha512-tQXGSu7IO07gsYlGy3VgXRVsbOWqFBMbqAUrJSc1PDTQQ5Qdm+QVwkP0OC0jnUZ62D19iPgXOMO+tnWG+HhjNQ==
|
|
1311
1311
|
dependencies:
|
|
1312
|
-
"@inquirer/core" "^10.0
|
|
1313
|
-
"@inquirer/type" "^3.0.
|
|
1312
|
+
"@inquirer/core" "^10.1.0"
|
|
1313
|
+
"@inquirer/type" "^3.0.1"
|
|
1314
1314
|
ansi-escapes "^4.3.2"
|
|
1315
1315
|
|
|
1316
|
-
"@inquirer/prompts@^7.0
|
|
1317
|
-
version "7.0
|
|
1318
|
-
resolved "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.0.
|
|
1319
|
-
integrity sha512-
|
|
1320
|
-
dependencies:
|
|
1321
|
-
"@inquirer/checkbox" "^4.0.
|
|
1322
|
-
"@inquirer/confirm" "^5.0.
|
|
1323
|
-
"@inquirer/editor" "^4.0
|
|
1324
|
-
"@inquirer/expand" "^4.0.
|
|
1325
|
-
"@inquirer/input" "^4.0.
|
|
1326
|
-
"@inquirer/number" "^3.0.
|
|
1327
|
-
"@inquirer/password" "^4.0.
|
|
1328
|
-
"@inquirer/rawlist" "^4.0.
|
|
1329
|
-
"@inquirer/search" "^3.0.
|
|
1330
|
-
"@inquirer/select" "^4.0.
|
|
1331
|
-
|
|
1332
|
-
"@inquirer/rawlist@^4.0.
|
|
1333
|
-
version "4.0.
|
|
1334
|
-
resolved "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.0.
|
|
1335
|
-
integrity sha512-
|
|
1316
|
+
"@inquirer/prompts@^7.1.0":
|
|
1317
|
+
version "7.1.0"
|
|
1318
|
+
resolved "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.1.0.tgz"
|
|
1319
|
+
integrity sha512-5U/XiVRH2pp1X6gpNAjWOglMf38/Ys522ncEHIKT1voRUvSj/DQnR22OVxHnwu5S+rCFaUiPQ57JOtMFQayqYA==
|
|
1320
|
+
dependencies:
|
|
1321
|
+
"@inquirer/checkbox" "^4.0.2"
|
|
1322
|
+
"@inquirer/confirm" "^5.0.2"
|
|
1323
|
+
"@inquirer/editor" "^4.1.0"
|
|
1324
|
+
"@inquirer/expand" "^4.0.2"
|
|
1325
|
+
"@inquirer/input" "^4.0.2"
|
|
1326
|
+
"@inquirer/number" "^3.0.2"
|
|
1327
|
+
"@inquirer/password" "^4.0.2"
|
|
1328
|
+
"@inquirer/rawlist" "^4.0.2"
|
|
1329
|
+
"@inquirer/search" "^3.0.2"
|
|
1330
|
+
"@inquirer/select" "^4.0.2"
|
|
1331
|
+
|
|
1332
|
+
"@inquirer/rawlist@^4.0.2":
|
|
1333
|
+
version "4.0.2"
|
|
1334
|
+
resolved "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.0.2.tgz"
|
|
1335
|
+
integrity sha512-3XGcskMoVF8H0Dl1S5TSZ3rMPPBWXRcM0VeNVsS4ByWeWjSeb0lPqfnBg6N7T0608I1B2bSVnbi2cwCrmOD1Yw==
|
|
1336
1336
|
dependencies:
|
|
1337
|
-
"@inquirer/core" "^10.0
|
|
1338
|
-
"@inquirer/type" "^3.0.
|
|
1337
|
+
"@inquirer/core" "^10.1.0"
|
|
1338
|
+
"@inquirer/type" "^3.0.1"
|
|
1339
1339
|
yoctocolors-cjs "^2.1.2"
|
|
1340
1340
|
|
|
1341
|
-
"@inquirer/search@^3.0.
|
|
1342
|
-
version "3.0.
|
|
1343
|
-
resolved "https://registry.npmjs.org/@inquirer/search/-/search-3.0.
|
|
1344
|
-
integrity sha512-
|
|
1341
|
+
"@inquirer/search@^3.0.2":
|
|
1342
|
+
version "3.0.2"
|
|
1343
|
+
resolved "https://registry.npmjs.org/@inquirer/search/-/search-3.0.2.tgz"
|
|
1344
|
+
integrity sha512-Zv4FC7w4dJ13BOJfKRQCICQfShinGjb1bCEIHxTSnjj2telu3+3RHwHubPG9HyD4aix5s+lyAMEK/wSFD75HLA==
|
|
1345
1345
|
dependencies:
|
|
1346
|
-
"@inquirer/core" "^10.0
|
|
1347
|
-
"@inquirer/figures" "^1.0.
|
|
1348
|
-
"@inquirer/type" "^3.0.
|
|
1346
|
+
"@inquirer/core" "^10.1.0"
|
|
1347
|
+
"@inquirer/figures" "^1.0.8"
|
|
1348
|
+
"@inquirer/type" "^3.0.1"
|
|
1349
1349
|
yoctocolors-cjs "^2.1.2"
|
|
1350
1350
|
|
|
1351
1351
|
"@inquirer/select@^2.3.5", "@inquirer/select@^2.5.0":
|
|
@@ -1359,14 +1359,14 @@
|
|
|
1359
1359
|
ansi-escapes "^4.3.2"
|
|
1360
1360
|
yoctocolors-cjs "^2.1.2"
|
|
1361
1361
|
|
|
1362
|
-
"@inquirer/select@^4.0.
|
|
1363
|
-
version "4.0.
|
|
1364
|
-
resolved "https://registry.npmjs.org/@inquirer/select/-/select-4.0.
|
|
1365
|
-
integrity sha512-
|
|
1362
|
+
"@inquirer/select@^4.0.2":
|
|
1363
|
+
version "4.0.2"
|
|
1364
|
+
resolved "https://registry.npmjs.org/@inquirer/select/-/select-4.0.2.tgz"
|
|
1365
|
+
integrity sha512-uSWUzaSYAEj0hlzxa1mUB6VqrKaYx0QxGBLZzU4xWFxaSyGaXxsSE4OSOwdU24j0xl8OajgayqFXW0l2bkl2kg==
|
|
1366
1366
|
dependencies:
|
|
1367
|
-
"@inquirer/core" "^10.0
|
|
1368
|
-
"@inquirer/figures" "^1.0.
|
|
1369
|
-
"@inquirer/type" "^3.0.
|
|
1367
|
+
"@inquirer/core" "^10.1.0"
|
|
1368
|
+
"@inquirer/figures" "^1.0.8"
|
|
1369
|
+
"@inquirer/type" "^3.0.1"
|
|
1370
1370
|
ansi-escapes "^4.3.2"
|
|
1371
1371
|
yoctocolors-cjs "^2.1.2"
|
|
1372
1372
|
|
|
@@ -1384,10 +1384,10 @@
|
|
|
1384
1384
|
dependencies:
|
|
1385
1385
|
mute-stream "^1.0.0"
|
|
1386
1386
|
|
|
1387
|
-
"@inquirer/type@^3.0.
|
|
1388
|
-
version "3.0.
|
|
1389
|
-
resolved "https://registry.npmjs.org/@inquirer/type/-/type-3.0.
|
|
1390
|
-
integrity sha512
|
|
1387
|
+
"@inquirer/type@^3.0.1":
|
|
1388
|
+
version "3.0.1"
|
|
1389
|
+
resolved "https://registry.npmjs.org/@inquirer/type/-/type-3.0.1.tgz"
|
|
1390
|
+
integrity sha512-+ksJMIy92sOAiAccGpcKZUc3bYO07cADnscIxHBknEm3uNts3movSmBofc1908BNy5edKscxYeAdaX1NXkHS6A==
|
|
1391
1391
|
|
|
1392
1392
|
"@isaacs/cliui@^8.0.2":
|
|
1393
1393
|
version "8.0.2"
|
|
@@ -1700,7 +1700,7 @@
|
|
|
1700
1700
|
proc-log "^5.0.0"
|
|
1701
1701
|
which "^5.0.0"
|
|
1702
1702
|
|
|
1703
|
-
"@oclif/core@^4", "@oclif/core@^4.0.23", "@oclif/core@^4.0.27", "@oclif/core@^4.0.28", "@oclif/core@^4.0.30", "@oclif/core@^4.0.31", "@oclif/core@^4.0.6", "@oclif/core@4.0.32":
|
|
1703
|
+
"@oclif/core@^4", "@oclif/core@^4.0.23", "@oclif/core@^4.0.27", "@oclif/core@^4.0.28", "@oclif/core@^4.0.30", "@oclif/core@^4.0.31", "@oclif/core@^4.0.32", "@oclif/core@^4.0.6", "@oclif/core@4.0.32":
|
|
1704
1704
|
version "4.0.32"
|
|
1705
1705
|
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.32.tgz"
|
|
1706
1706
|
integrity sha512-O3jfIAhqaJxXI2dzF81PLTMhKpFFA0Nyz8kfBnc9WYDJnvdmXK0fVAOSpwpi2mHTow/9FXxY6Kww8+Kbe7/sag==
|
|
@@ -1762,39 +1762,39 @@
|
|
|
1762
1762
|
semver "^7.6.0"
|
|
1763
1763
|
ts-json-schema-generator "^1.5.1"
|
|
1764
1764
|
|
|
1765
|
-
"@oclif/plugin-commands@4.1.
|
|
1766
|
-
version "4.1.
|
|
1767
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.
|
|
1768
|
-
integrity sha512-
|
|
1765
|
+
"@oclif/plugin-commands@4.1.10":
|
|
1766
|
+
version "4.1.10"
|
|
1767
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.10.tgz"
|
|
1768
|
+
integrity sha512-DbzZglNGWjLuNuGFOV0qHAGMA5/xYBWcUlY263J3I2wJM4KZrvcKJTr9kbb8YC1tY46gS+An6UITiQpEwFyGWg==
|
|
1769
1769
|
dependencies:
|
|
1770
1770
|
"@oclif/core" "^4"
|
|
1771
1771
|
"@oclif/table" "^0.3.3"
|
|
1772
1772
|
lodash "^4.17.21"
|
|
1773
1773
|
object-treeify "^4.0.1"
|
|
1774
1774
|
|
|
1775
|
-
"@oclif/plugin-help@^6.2.16", "@oclif/plugin-help@6.2.
|
|
1776
|
-
version "6.2.
|
|
1777
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
1778
|
-
integrity sha512
|
|
1775
|
+
"@oclif/plugin-help@^6.2.16", "@oclif/plugin-help@6.2.17":
|
|
1776
|
+
version "6.2.17"
|
|
1777
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.17.tgz"
|
|
1778
|
+
integrity sha512-+Z+xC11h+f4SHX1pW5lhoCT+aC0bQABfnRsIs/02gf7dZ1XSfi1I17ZMrrzYCcUNcDJA33guKUQeUK740hXPlw==
|
|
1779
1779
|
dependencies:
|
|
1780
1780
|
"@oclif/core" "^4"
|
|
1781
1781
|
|
|
1782
|
-
"@oclif/plugin-not-found@^3.2.25", "@oclif/plugin-not-found@3.2.
|
|
1783
|
-
version "3.2.
|
|
1784
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
1785
|
-
integrity sha512-
|
|
1782
|
+
"@oclif/plugin-not-found@^3.2.25", "@oclif/plugin-not-found@3.2.26":
|
|
1783
|
+
version "3.2.26"
|
|
1784
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.26.tgz"
|
|
1785
|
+
integrity sha512-f2kVzS/AQqYelSMEv/2sbVR8cIPpJo/AtFCNsLgmeJrETUExLy0RoOqIfk3DMlZYKBmWImwjLVhvQF13IBVTkg==
|
|
1786
1786
|
dependencies:
|
|
1787
|
-
"@inquirer/prompts" "^7.0
|
|
1787
|
+
"@inquirer/prompts" "^7.1.0"
|
|
1788
1788
|
"@oclif/core" "^4"
|
|
1789
1789
|
ansis "^3.3.1"
|
|
1790
1790
|
fast-levenshtein "^3.0.0"
|
|
1791
1791
|
|
|
1792
|
-
"@oclif/plugin-plugins@5.4.
|
|
1793
|
-
version "5.4.
|
|
1794
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.
|
|
1795
|
-
integrity sha512-
|
|
1792
|
+
"@oclif/plugin-plugins@5.4.17":
|
|
1793
|
+
version "5.4.17"
|
|
1794
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.17.tgz"
|
|
1795
|
+
integrity sha512-V5W5jiGfWYEFS1v6j0+l0sTkRdvuHpZm9zKyEzC1i6IFFx4S4oR2IMjTwJRopyGH2TZDNVQOGilp3Cxu73pbsQ==
|
|
1796
1796
|
dependencies:
|
|
1797
|
-
"@oclif/core" "^4.0.
|
|
1797
|
+
"@oclif/core" "^4.0.32"
|
|
1798
1798
|
ansis "^3.3.2"
|
|
1799
1799
|
debug "^4.3.7"
|
|
1800
1800
|
npm "^10.9.0"
|
|
@@ -1831,10 +1831,10 @@
|
|
|
1831
1831
|
semver "^7.6.3"
|
|
1832
1832
|
tar-fs "^2.1.1"
|
|
1833
1833
|
|
|
1834
|
-
"@oclif/plugin-version@2.2.
|
|
1835
|
-
version "2.2.
|
|
1836
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.
|
|
1837
|
-
integrity sha512-
|
|
1834
|
+
"@oclif/plugin-version@2.2.16":
|
|
1835
|
+
version "2.2.16"
|
|
1836
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.16.tgz"
|
|
1837
|
+
integrity sha512-VRaKold1dUXq+cCD+vgE0QIT1HYU9duEYZjA0tB4krYuSyz6xS778JMF5EiqbbWEPH5Fwjj/MoHemkLuDgaGYw==
|
|
1838
1838
|
dependencies:
|
|
1839
1839
|
"@oclif/core" "^4"
|
|
1840
1840
|
ansis "^3.3.1"
|
|
@@ -2068,10 +2068,10 @@
|
|
|
2068
2068
|
strip-ansi "6.0.1"
|
|
2069
2069
|
ts-retry-promise "^0.8.1"
|
|
2070
2070
|
|
|
2071
|
-
"@salesforce/core@^8.1.0", "@salesforce/core@^8.2.3", "@salesforce/core@^8.4.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.
|
|
2072
|
-
version "8.
|
|
2073
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
2074
|
-
integrity sha512-
|
|
2071
|
+
"@salesforce/core@^8.1.0", "@salesforce/core@^8.2.3", "@salesforce/core@^8.4.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.6.1", "@salesforce/core@^8.6.2", "@salesforce/core@^8.6.3", "@salesforce/core@^8.6.4", "@salesforce/core@^8.8.0":
|
|
2072
|
+
version "8.8.0"
|
|
2073
|
+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.8.0.tgz"
|
|
2074
|
+
integrity sha512-HWGdRiy/MPCJ2KHz+W+cnqx0O9xhx9+QYvwP8bn9PE27wj0A/NjTi4xrqIWk1M+fE4dXHycE+8qPf4b540euvg==
|
|
2075
2075
|
dependencies:
|
|
2076
2076
|
"@jsforce/jsforce-node" "^3.6.1"
|
|
2077
2077
|
"@salesforce/kit" "^3.2.2"
|
|
@@ -2182,10 +2182,10 @@
|
|
|
2182
2182
|
got "^13.0.0"
|
|
2183
2183
|
proxy-agent "^6.4.0"
|
|
2184
2184
|
|
|
2185
|
-
"@salesforce/plugin-auth@3.6.
|
|
2186
|
-
version "3.6.
|
|
2187
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
2188
|
-
integrity sha512-
|
|
2185
|
+
"@salesforce/plugin-auth@3.6.74":
|
|
2186
|
+
version "3.6.74"
|
|
2187
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.74.tgz"
|
|
2188
|
+
integrity sha512-F2a3zPQlWG3j50i3CyjASb3AiRw3DedSekji6JV6OBigI3f8OO9DXNjN9EHWnEOqG1UKO4aecPyu4WHNgHJAyg==
|
|
2189
2189
|
dependencies:
|
|
2190
2190
|
"@inquirer/checkbox" "^2.5.0"
|
|
2191
2191
|
"@inquirer/select" "^2.5.0"
|
|
@@ -2351,10 +2351,10 @@
|
|
|
2351
2351
|
"@salesforce/core" "^8.6.3"
|
|
2352
2352
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
2353
2353
|
|
|
2354
|
-
"@salesforce/plugin-settings@2.4.
|
|
2355
|
-
version "2.4.
|
|
2356
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.
|
|
2357
|
-
integrity sha512-
|
|
2354
|
+
"@salesforce/plugin-settings@2.4.5":
|
|
2355
|
+
version "2.4.5"
|
|
2356
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.5.tgz"
|
|
2357
|
+
integrity sha512-OiH05PJ5TvpWsq8fX4KtgM9ybpW9iyRxoYup1/9ul4DMJgBEZC8+EYR0+2bebrD1i7deHMf2pKPqSF5uW2XSzQ==
|
|
2358
2358
|
dependencies:
|
|
2359
2359
|
"@oclif/core" "^4"
|
|
2360
2360
|
"@salesforce/core" "^8.6.2"
|
|
@@ -2377,13 +2377,13 @@
|
|
|
2377
2377
|
fast-xml-parser "^4.5.0"
|
|
2378
2378
|
js2xmlparser "^4.0.2"
|
|
2379
2379
|
|
|
2380
|
-
"@salesforce/plugin-telemetry@3.6.
|
|
2381
|
-
version "3.6.
|
|
2382
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.
|
|
2383
|
-
integrity sha512-
|
|
2380
|
+
"@salesforce/plugin-telemetry@3.6.23":
|
|
2381
|
+
version "3.6.23"
|
|
2382
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.23.tgz"
|
|
2383
|
+
integrity sha512-yaSpE9Fs45UVNHUMw1MeZPJ9TryXKGNttob/BBEYJQGpuGzOz9XDpGqihAurZt7VkzTRGdph0qtWBj1rkipqaQ==
|
|
2384
2384
|
dependencies:
|
|
2385
|
-
"@oclif/core" "^4.0.
|
|
2386
|
-
"@salesforce/core" "^8.
|
|
2385
|
+
"@oclif/core" "^4.0.32"
|
|
2386
|
+
"@salesforce/core" "^8.8.0"
|
|
2387
2387
|
"@salesforce/kit" "^3.2.3"
|
|
2388
2388
|
"@salesforce/sf-plugins-core" "^12"
|
|
2389
2389
|
"@salesforce/telemetry" "^6.0.34"
|
|
@@ -2399,13 +2399,13 @@
|
|
|
2399
2399
|
"@salesforce/sf-plugins-core" "^12"
|
|
2400
2400
|
"@salesforce/templates" "^62.0.3"
|
|
2401
2401
|
|
|
2402
|
-
"@salesforce/plugin-trust@^3.7.10", "@salesforce/plugin-trust@3.7.
|
|
2403
|
-
version "3.7.
|
|
2404
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
2405
|
-
integrity sha512-
|
|
2402
|
+
"@salesforce/plugin-trust@^3.7.10", "@salesforce/plugin-trust@3.7.42":
|
|
2403
|
+
version "3.7.42"
|
|
2404
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.42.tgz"
|
|
2405
|
+
integrity sha512-OaTwLw4grYHXXgVmQL19/x5qwn37yB6Y2Fxv+oH2ljcOBDKckrrGy3naszs4JTOcij4ZVAHFvXia8Sw2GEdxMA==
|
|
2406
2406
|
dependencies:
|
|
2407
2407
|
"@oclif/core" "^4"
|
|
2408
|
-
"@salesforce/core" "^8.
|
|
2408
|
+
"@salesforce/core" "^8.8.0"
|
|
2409
2409
|
"@salesforce/kit" "^3.2.0"
|
|
2410
2410
|
"@salesforce/plugin-info" "^3.4.18"
|
|
2411
2411
|
"@salesforce/sf-plugins-core" "^12"
|
|
@@ -4922,9 +4922,9 @@ create-require@^1.1.0:
|
|
|
4922
4922
|
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
|
|
4923
4923
|
|
|
4924
4924
|
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
|
|
4925
|
-
version "7.0.
|
|
4926
|
-
resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.
|
|
4927
|
-
integrity sha512-
|
|
4925
|
+
version "7.0.5"
|
|
4926
|
+
resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.5.tgz"
|
|
4927
|
+
integrity sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==
|
|
4928
4928
|
dependencies:
|
|
4929
4929
|
path-key "^3.1.0"
|
|
4930
4930
|
shebang-command "^2.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.68.
|
|
4
|
+
"version": "2.68.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -76,12 +76,12 @@
|
|
|
76
76
|
],
|
|
77
77
|
"jitPlugins": {
|
|
78
78
|
"@salesforce/plugin-custom-metadata": "3.3.37",
|
|
79
|
-
"@salesforce/plugin-community": "3.3.
|
|
79
|
+
"@salesforce/plugin-community": "3.3.4",
|
|
80
80
|
"@salesforce/plugin-dev": "2.5.0",
|
|
81
81
|
"@salesforce/plugin-devops-center": "1.2.26",
|
|
82
82
|
"@salesforce/plugin-env": "3.0.33",
|
|
83
83
|
"@salesforce/plugin-functions": "1.23.0",
|
|
84
|
-
"@salesforce/plugin-signups": "2.6.
|
|
84
|
+
"@salesforce/plugin-signups": "2.6.3",
|
|
85
85
|
"@salesforce/sfdx-plugin-lwc-test": "1.2.1",
|
|
86
86
|
"@salesforce/sfdx-scanner": "4.7.0"
|
|
87
87
|
},
|
|
@@ -141,20 +141,20 @@
|
|
|
141
141
|
"@inquirer/select": "^2.3.5",
|
|
142
142
|
"@oclif/core": "4.0.32",
|
|
143
143
|
"@oclif/plugin-autocomplete": "3.2.8",
|
|
144
|
-
"@oclif/plugin-commands": "4.1.
|
|
145
|
-
"@oclif/plugin-help": "6.2.
|
|
146
|
-
"@oclif/plugin-not-found": "3.2.
|
|
147
|
-
"@oclif/plugin-plugins": "5.4.
|
|
144
|
+
"@oclif/plugin-commands": "4.1.10",
|
|
145
|
+
"@oclif/plugin-help": "6.2.17",
|
|
146
|
+
"@oclif/plugin-not-found": "3.2.26",
|
|
147
|
+
"@oclif/plugin-plugins": "5.4.17",
|
|
148
148
|
"@oclif/plugin-search": "1.2.14",
|
|
149
149
|
"@oclif/plugin-update": "4.6.10",
|
|
150
|
-
"@oclif/plugin-version": "2.2.
|
|
150
|
+
"@oclif/plugin-version": "2.2.16",
|
|
151
151
|
"@oclif/plugin-warn-if-update-available": "3.1.21",
|
|
152
152
|
"@oclif/plugin-which": "3.2.17",
|
|
153
153
|
"@salesforce/core": "^8.2.3",
|
|
154
154
|
"@salesforce/kit": "^3.1.6",
|
|
155
155
|
"@salesforce/plugin-apex": "3.6.2",
|
|
156
156
|
"@salesforce/plugin-api": "1.3.2",
|
|
157
|
-
"@salesforce/plugin-auth": "3.6.
|
|
157
|
+
"@salesforce/plugin-auth": "3.6.74",
|
|
158
158
|
"@salesforce/plugin-data": "3.11.3",
|
|
159
159
|
"@salesforce/plugin-deploy-retrieve": "3.15.12",
|
|
160
160
|
"@salesforce/plugin-info": "3.4.18",
|
|
@@ -163,11 +163,11 @@
|
|
|
163
163
|
"@salesforce/plugin-org": "5.1.5",
|
|
164
164
|
"@salesforce/plugin-packaging": "2.9.0",
|
|
165
165
|
"@salesforce/plugin-schema": "3.3.40",
|
|
166
|
-
"@salesforce/plugin-settings": "2.4.
|
|
166
|
+
"@salesforce/plugin-settings": "2.4.5",
|
|
167
167
|
"@salesforce/plugin-sobject": "1.4.45",
|
|
168
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
168
|
+
"@salesforce/plugin-telemetry": "3.6.23",
|
|
169
169
|
"@salesforce/plugin-templates": "56.3.29",
|
|
170
|
-
"@salesforce/plugin-trust": "3.7.
|
|
170
|
+
"@salesforce/plugin-trust": "3.7.42",
|
|
171
171
|
"@salesforce/plugin-user": "3.6.2",
|
|
172
172
|
"@salesforce/sf-plugins-core": "12.0.11",
|
|
173
173
|
"ansis": "^3.3.0"
|