@salesforce/cli 2.69.11 → 2.69.13
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/bin/run.cmd +1 -1
- package/bin/run.js +1 -1
- package/npm-shrinkwrap.json +51 -129
- package/oclif.lock +56 -74
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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.69.
|
|
27
|
+
@salesforce/cli/2.69.13 linux-x64 node-v22.11.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -3200,7 +3200,7 @@ FLAG DESCRIPTIONS
|
|
|
3200
3200
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
3201
3201
|
```
|
|
3202
3202
|
|
|
3203
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3203
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.7/src/commands/org/create/sandbox.ts)_
|
|
3204
3204
|
|
|
3205
3205
|
## `sf org create scratch`
|
|
3206
3206
|
|
|
@@ -3354,7 +3354,7 @@ FLAG DESCRIPTIONS
|
|
|
3354
3354
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
3355
3355
|
```
|
|
3356
3356
|
|
|
3357
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3357
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.7/src/commands/org/create/scratch.ts)_
|
|
3358
3358
|
|
|
3359
3359
|
## `sf org create user`
|
|
3360
3360
|
|
|
@@ -3508,7 +3508,7 @@ EXAMPLES
|
|
|
3508
3508
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
3509
3509
|
```
|
|
3510
3510
|
|
|
3511
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3511
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.7/src/commands/org/delete/sandbox.ts)_
|
|
3512
3512
|
|
|
3513
3513
|
## `sf org delete scratch`
|
|
3514
3514
|
|
|
@@ -3552,7 +3552,7 @@ EXAMPLES
|
|
|
3552
3552
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
3553
3553
|
```
|
|
3554
3554
|
|
|
3555
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3555
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.7/src/commands/org/delete/scratch.ts)_
|
|
3556
3556
|
|
|
3557
3557
|
## `sf org disable tracking`
|
|
3558
3558
|
|
|
@@ -3591,7 +3591,7 @@ EXAMPLES
|
|
|
3591
3591
|
$ sf org disable tracking
|
|
3592
3592
|
```
|
|
3593
3593
|
|
|
3594
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3594
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.7/src/commands/org/disable/tracking.ts)_
|
|
3595
3595
|
|
|
3596
3596
|
## `sf org display`
|
|
3597
3597
|
|
|
@@ -3636,7 +3636,7 @@ EXAMPLES
|
|
|
3636
3636
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3637
3637
|
```
|
|
3638
3638
|
|
|
3639
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3639
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.7/src/commands/org/display.ts)_
|
|
3640
3640
|
|
|
3641
3641
|
## `sf org display user`
|
|
3642
3642
|
|
|
@@ -3717,7 +3717,7 @@ EXAMPLES
|
|
|
3717
3717
|
$ sf org enable tracking
|
|
3718
3718
|
```
|
|
3719
3719
|
|
|
3720
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3720
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.7/src/commands/org/enable/tracking.ts)_
|
|
3721
3721
|
|
|
3722
3722
|
## `sf org generate password`
|
|
3723
3723
|
|
|
@@ -3823,7 +3823,7 @@ EXAMPLES
|
|
|
3823
3823
|
$ sf org list --clean
|
|
3824
3824
|
```
|
|
3825
3825
|
|
|
3826
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3826
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.7/src/commands/org/list.ts)_
|
|
3827
3827
|
|
|
3828
3828
|
## `sf org list auth`
|
|
3829
3829
|
|
|
@@ -3962,7 +3962,7 @@ FLAG DESCRIPTIONS
|
|
|
3962
3962
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3963
3963
|
```
|
|
3964
3964
|
|
|
3965
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3965
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.7/src/commands/org/list/metadata.ts)_
|
|
3966
3966
|
|
|
3967
3967
|
## `sf org list metadata-types`
|
|
3968
3968
|
|
|
@@ -4017,7 +4017,7 @@ FLAG DESCRIPTIONS
|
|
|
4017
4017
|
Override the api version used for api requests made by this command
|
|
4018
4018
|
```
|
|
4019
4019
|
|
|
4020
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4020
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.7/src/commands/org/list/metadata-types.ts)_
|
|
4021
4021
|
|
|
4022
4022
|
## `sf org list sobject record-counts`
|
|
4023
4023
|
|
|
@@ -4600,7 +4600,7 @@ EXAMPLES
|
|
|
4600
4600
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
4601
4601
|
```
|
|
4602
4602
|
|
|
4603
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4603
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.7/src/commands/org/open.ts)_
|
|
4604
4604
|
|
|
4605
4605
|
## `sf org open agent`
|
|
4606
4606
|
|
|
@@ -4651,7 +4651,7 @@ EXAMPLES
|
|
|
4651
4651
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
|
|
4652
4652
|
```
|
|
4653
4653
|
|
|
4654
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4654
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.7/src/commands/org/open/agent.ts)_
|
|
4655
4655
|
|
|
4656
4656
|
## `sf org refresh sandbox`
|
|
4657
4657
|
|
|
@@ -4728,7 +4728,7 @@ FLAG DESCRIPTIONS
|
|
|
4728
4728
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4729
4729
|
```
|
|
4730
4730
|
|
|
4731
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4731
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.7/src/commands/org/refresh/sandbox.ts)_
|
|
4732
4732
|
|
|
4733
4733
|
## `sf org resume sandbox`
|
|
4734
4734
|
|
|
@@ -4791,7 +4791,7 @@ FLAG DESCRIPTIONS
|
|
|
4791
4791
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4792
4792
|
```
|
|
4793
4793
|
|
|
4794
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4794
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.7/src/commands/org/resume/sandbox.ts)_
|
|
4795
4795
|
|
|
4796
4796
|
## `sf org resume scratch`
|
|
4797
4797
|
|
|
@@ -4838,7 +4838,7 @@ FLAG DESCRIPTIONS
|
|
|
4838
4838
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4839
4839
|
```
|
|
4840
4840
|
|
|
4841
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4841
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.7/src/commands/org/resume/scratch.ts)_
|
|
4842
4842
|
|
|
4843
4843
|
## `sf package create`
|
|
4844
4844
|
|
package/bin/run.cmd
CHANGED
package/bin/run.js
CHANGED
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.69.
|
|
3
|
+
"version": "2.69.13",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.69.
|
|
9
|
+
"version": "2.69.13",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
|
-
"@oclif/core": "4.0.
|
|
14
|
+
"@oclif/core": "4.0.34",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.11",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.12",
|
|
17
17
|
"@oclif/plugin-help": "6.2.18",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@salesforce/plugin-info": "3.4.25",
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.42",
|
|
34
34
|
"@salesforce/plugin-marketplace": "1.3.7",
|
|
35
|
-
"@salesforce/plugin-org": "5.2.
|
|
35
|
+
"@salesforce/plugin-org": "5.2.7",
|
|
36
36
|
"@salesforce/plugin-packaging": "2.9.5",
|
|
37
37
|
"@salesforce/plugin-schema": "3.3.43",
|
|
38
38
|
"@salesforce/plugin-settings": "2.4.8",
|
|
@@ -51,11 +51,11 @@
|
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@oclif/plugin-command-snapshot": "^5.2.3",
|
|
53
53
|
"@salesforce/dev-scripts": "^10.2.2",
|
|
54
|
-
"@salesforce/plugin-release-management": "^5.
|
|
54
|
+
"@salesforce/plugin-release-management": "^5.6.9",
|
|
55
55
|
"@salesforce/ts-sinon": "^1.4.30",
|
|
56
56
|
"@salesforce/ts-types": "^2.0.10",
|
|
57
57
|
"aws-sdk": "^2.1692.0",
|
|
58
|
-
"oclif": "^4.15.
|
|
58
|
+
"oclif": "^4.15.30",
|
|
59
59
|
"ts-node": "^10.9.2",
|
|
60
60
|
"typescript": "^5.7.2"
|
|
61
61
|
},
|
|
@@ -447,9 +447,9 @@
|
|
|
447
447
|
}
|
|
448
448
|
},
|
|
449
449
|
"node_modules/@aws-sdk/client-s3": {
|
|
450
|
-
"version": "3.
|
|
451
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.
|
|
452
|
-
"integrity": "sha512-
|
|
450
|
+
"version": "3.703.0",
|
|
451
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.703.0.tgz",
|
|
452
|
+
"integrity": "sha512-4TSrIamzASTeRPKXrTLcEwo+viPTuOSGcbXh4HC1R0m/rXwK0BHJ4btJ0Q34nZNF+WzvM+FiemXVjNc8qTAxog==",
|
|
453
453
|
"dev": true,
|
|
454
454
|
"license": "Apache-2.0",
|
|
455
455
|
"dependencies": {
|
|
@@ -462,7 +462,7 @@
|
|
|
462
462
|
"@aws-sdk/credential-provider-node": "3.699.0",
|
|
463
463
|
"@aws-sdk/middleware-bucket-endpoint": "3.696.0",
|
|
464
464
|
"@aws-sdk/middleware-expect-continue": "3.696.0",
|
|
465
|
-
"@aws-sdk/middleware-flexible-checksums": "3.
|
|
465
|
+
"@aws-sdk/middleware-flexible-checksums": "3.701.0",
|
|
466
466
|
"@aws-sdk/middleware-host-header": "3.696.0",
|
|
467
467
|
"@aws-sdk/middleware-location-constraint": "3.696.0",
|
|
468
468
|
"@aws-sdk/middleware-logger": "3.696.0",
|
|
@@ -1932,9 +1932,9 @@
|
|
|
1932
1932
|
}
|
|
1933
1933
|
},
|
|
1934
1934
|
"node_modules/@aws-sdk/middleware-flexible-checksums": {
|
|
1935
|
-
"version": "3.
|
|
1936
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.
|
|
1937
|
-
"integrity": "sha512-
|
|
1935
|
+
"version": "3.701.0",
|
|
1936
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.701.0.tgz",
|
|
1937
|
+
"integrity": "sha512-adNaPCyTT+CiVM0ufDiO1Fe7nlRmJdI9Hcgj0M9S6zR7Dw70Ra5z8Lslkd7syAccYvZaqxLklGjPQH/7GNxwTA==",
|
|
1938
1938
|
"dev": true,
|
|
1939
1939
|
"license": "Apache-2.0",
|
|
1940
1940
|
"dependencies": {
|
|
@@ -4871,9 +4871,9 @@
|
|
|
4871
4871
|
}
|
|
4872
4872
|
},
|
|
4873
4873
|
"node_modules/@oclif/core": {
|
|
4874
|
-
"version": "4.0.
|
|
4875
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
4876
|
-
"integrity": "sha512-
|
|
4874
|
+
"version": "4.0.34",
|
|
4875
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.34.tgz",
|
|
4876
|
+
"integrity": "sha512-jHww7lIqyifamynDSjDNNjNOwFTQdKYeOSYaxUaoWhqXnRwacZ+pfUN4Y0L9lqSN4MQtlWM9mwnBD7FvlT9kPw==",
|
|
4877
4877
|
"license": "MIT",
|
|
4878
4878
|
"dependencies": {
|
|
4879
4879
|
"ansi-escapes": "^4.3.2",
|
|
@@ -5785,17 +5785,17 @@
|
|
|
5785
5785
|
}
|
|
5786
5786
|
},
|
|
5787
5787
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
5788
|
-
"version": "5.3.
|
|
5789
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
5790
|
-
"integrity": "sha512
|
|
5788
|
+
"version": "5.3.36",
|
|
5789
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.36.tgz",
|
|
5790
|
+
"integrity": "sha512-gLjMnWl9SXC6DYSwt49e1y9+lYgZjtuyRUdhfAch21kIWVfo79U33nvhOXn/bVdtzkIo6oHUJ/02wsu+rNFzmg==",
|
|
5791
5791
|
"dev": true,
|
|
5792
5792
|
"license": "BSD-3-Clause",
|
|
5793
5793
|
"dependencies": {
|
|
5794
|
-
"@salesforce/core": "^8.
|
|
5795
|
-
"@salesforce/kit": "^3.
|
|
5796
|
-
"@salesforce/ts-types": "^2.0.
|
|
5794
|
+
"@salesforce/core": "^8.6.4",
|
|
5795
|
+
"@salesforce/kit": "^3.2.3",
|
|
5796
|
+
"@salesforce/ts-types": "^2.0.11",
|
|
5797
5797
|
"@types/shelljs": "^0.8.15",
|
|
5798
|
-
"debug": "^4.3.
|
|
5798
|
+
"debug": "^4.3.7",
|
|
5799
5799
|
"jszip": "^3.10.1",
|
|
5800
5800
|
"shelljs": "^0.8.4",
|
|
5801
5801
|
"sinon": "^17.0.2",
|
|
@@ -6124,19 +6124,19 @@
|
|
|
6124
6124
|
}
|
|
6125
6125
|
},
|
|
6126
6126
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
6127
|
-
"version": "3.1.
|
|
6128
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
6129
|
-
"integrity": "sha512-
|
|
6127
|
+
"version": "3.1.33",
|
|
6128
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.33.tgz",
|
|
6129
|
+
"integrity": "sha512-z8APQhlEvwBZXrtQZQz59qamJjkW34sfeAYdKzRAdF5hq7lgs3gFFek5aPStKbh6xereoDhJOj9vKvYXo8U2Rw==",
|
|
6130
6130
|
"dev": true,
|
|
6131
6131
|
"license": "BSD-3-Clause",
|
|
6132
6132
|
"dependencies": {
|
|
6133
6133
|
"@oclif/core": "^4",
|
|
6134
|
-
"@salesforce/core": "^8.
|
|
6135
|
-
"@salesforce/kit": "^3.
|
|
6136
|
-
"@salesforce/sf-plugins-core": "^11.
|
|
6137
|
-
"@salesforce/ts-types": "^2.0.
|
|
6134
|
+
"@salesforce/core": "^8.6.4",
|
|
6135
|
+
"@salesforce/kit": "^3.2.3",
|
|
6136
|
+
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
6137
|
+
"@salesforce/ts-types": "^2.0.11",
|
|
6138
6138
|
"chalk": "^5.3.0",
|
|
6139
|
-
"debug": "^4.3.
|
|
6139
|
+
"debug": "^4.3.7",
|
|
6140
6140
|
"handlebars": "^4.7.8"
|
|
6141
6141
|
},
|
|
6142
6142
|
"engines": {
|
|
@@ -6333,16 +6333,16 @@
|
|
|
6333
6333
|
}
|
|
6334
6334
|
},
|
|
6335
6335
|
"node_modules/@salesforce/plugin-org": {
|
|
6336
|
-
"version": "5.2.
|
|
6337
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.
|
|
6338
|
-
"integrity": "sha512-
|
|
6336
|
+
"version": "5.2.7",
|
|
6337
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.7.tgz",
|
|
6338
|
+
"integrity": "sha512-XLuDGU1KaLA+i+zUhGD/sKGTbnMzsUnYgtkbWbplyd6cYot0DhhPLdbZIKoldhWb005v5XvNEqXQChjMhzK2/A==",
|
|
6339
6339
|
"license": "BSD-3-Clause",
|
|
6340
6340
|
"dependencies": {
|
|
6341
6341
|
"@oclif/core": "^4.0.30",
|
|
6342
6342
|
"@oclif/multi-stage-output": "^0.7.15",
|
|
6343
6343
|
"@salesforce/core": "^8.6.4",
|
|
6344
6344
|
"@salesforce/kit": "^3.2.3",
|
|
6345
|
-
"@salesforce/sf-plugins-core": "^12.0
|
|
6345
|
+
"@salesforce/sf-plugins-core": "^12.1.0",
|
|
6346
6346
|
"@salesforce/source-deploy-retrieve": "^12.10.2",
|
|
6347
6347
|
"@salesforce/ts-types": "^2.0.12",
|
|
6348
6348
|
"ansis": "^3.2.0",
|
|
@@ -6385,30 +6385,30 @@
|
|
|
6385
6385
|
}
|
|
6386
6386
|
},
|
|
6387
6387
|
"node_modules/@salesforce/plugin-release-management": {
|
|
6388
|
-
"version": "5.
|
|
6389
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-release-management/-/plugin-release-management-5.
|
|
6390
|
-
"integrity": "sha512-
|
|
6388
|
+
"version": "5.6.9",
|
|
6389
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-release-management/-/plugin-release-management-5.6.9.tgz",
|
|
6390
|
+
"integrity": "sha512-cMstbdnHXGvD+1BezcLGOam8zG73carK0LCN3F+lZP17nHIdXd02HXM71lEShhE9Goc29AAiTWKjKwCgB4KIkQ==",
|
|
6391
6391
|
"dev": true,
|
|
6392
6392
|
"license": "BSD-3-Clause",
|
|
6393
6393
|
"dependencies": {
|
|
6394
|
-
"@oclif/core": "^4.0.
|
|
6394
|
+
"@oclif/core": "^4.0.31",
|
|
6395
6395
|
"@octokit/core": "^4.2.4",
|
|
6396
6396
|
"@octokit/plugin-paginate-rest": "^6.1.2",
|
|
6397
6397
|
"@octokit/plugin-throttling": "^5.2.3",
|
|
6398
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
6399
|
-
"@salesforce/core": "^8.
|
|
6400
|
-
"@salesforce/kit": "^3.
|
|
6401
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
6402
|
-
"@salesforce/plugin-trust": "^3.7.
|
|
6403
|
-
"@salesforce/sf-plugins-core": "^
|
|
6398
|
+
"@salesforce/cli-plugins-testkit": "^5.3.36",
|
|
6399
|
+
"@salesforce/core": "^8.6.4",
|
|
6400
|
+
"@salesforce/kit": "^3.2.0",
|
|
6401
|
+
"@salesforce/plugin-command-reference": "^3.1.33",
|
|
6402
|
+
"@salesforce/plugin-trust": "^3.7.40",
|
|
6403
|
+
"@salesforce/sf-plugins-core": "^12.0.11",
|
|
6404
6404
|
"@salesforce/ts-types": "^2.0.10",
|
|
6405
|
-
"aws-sdk": "^2.
|
|
6405
|
+
"aws-sdk": "^2.1691.0",
|
|
6406
6406
|
"chalk": "^5.3.0",
|
|
6407
6407
|
"fast-glob": "^3.3.2",
|
|
6408
6408
|
"got": "^13",
|
|
6409
6409
|
"just-diff": "^5.2.0",
|
|
6410
6410
|
"proxy-agent": "^6.4.0",
|
|
6411
|
-
"semver": "^7.6.
|
|
6411
|
+
"semver": "^7.6.3",
|
|
6412
6412
|
"shelljs": "^0.8.5",
|
|
6413
6413
|
"standard-version": "^9.5.0",
|
|
6414
6414
|
"strip-ansi": "^6",
|
|
@@ -6421,43 +6421,6 @@
|
|
|
6421
6421
|
"node": ">=16.0.0"
|
|
6422
6422
|
}
|
|
6423
6423
|
},
|
|
6424
|
-
"node_modules/@salesforce/plugin-release-management/node_modules/@salesforce/sf-plugins-core": {
|
|
6425
|
-
"version": "11.3.12",
|
|
6426
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz",
|
|
6427
|
-
"integrity": "sha512-hi8EcSoRHRxj4sm/V5YDtzq9bPr/cKpM4fC6abo/jRzpXygwizinc2gVQkXfVdhjK7NGMskVRQB1N+0TThG7bA==",
|
|
6428
|
-
"dev": true,
|
|
6429
|
-
"license": "BSD-3-Clause",
|
|
6430
|
-
"dependencies": {
|
|
6431
|
-
"@inquirer/confirm": "^3.1.22",
|
|
6432
|
-
"@inquirer/password": "^2.2.0",
|
|
6433
|
-
"@oclif/core": "^4.0.27",
|
|
6434
|
-
"@salesforce/core": "^8.5.1",
|
|
6435
|
-
"@salesforce/kit": "^3.2.3",
|
|
6436
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
6437
|
-
"ansis": "^3.3.2",
|
|
6438
|
-
"cli-progress": "^3.12.0",
|
|
6439
|
-
"natural-orderby": "^3.0.2",
|
|
6440
|
-
"slice-ansi": "^7.1.0",
|
|
6441
|
-
"string-width": "^7.2.0",
|
|
6442
|
-
"terminal-link": "^3.0.0"
|
|
6443
|
-
},
|
|
6444
|
-
"engines": {
|
|
6445
|
-
"node": ">=18.0.0"
|
|
6446
|
-
}
|
|
6447
|
-
},
|
|
6448
|
-
"node_modules/@salesforce/plugin-release-management/node_modules/ansi-regex": {
|
|
6449
|
-
"version": "6.0.1",
|
|
6450
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
6451
|
-
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
6452
|
-
"dev": true,
|
|
6453
|
-
"license": "MIT",
|
|
6454
|
-
"engines": {
|
|
6455
|
-
"node": ">=12"
|
|
6456
|
-
},
|
|
6457
|
-
"funding": {
|
|
6458
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
6459
|
-
}
|
|
6460
|
-
},
|
|
6461
6424
|
"node_modules/@salesforce/plugin-release-management/node_modules/chalk": {
|
|
6462
6425
|
"version": "5.3.0",
|
|
6463
6426
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -6471,47 +6434,6 @@
|
|
|
6471
6434
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
6472
6435
|
}
|
|
6473
6436
|
},
|
|
6474
|
-
"node_modules/@salesforce/plugin-release-management/node_modules/emoji-regex": {
|
|
6475
|
-
"version": "10.3.0",
|
|
6476
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
6477
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
6478
|
-
"dev": true,
|
|
6479
|
-
"license": "MIT"
|
|
6480
|
-
},
|
|
6481
|
-
"node_modules/@salesforce/plugin-release-management/node_modules/string-width": {
|
|
6482
|
-
"version": "7.2.0",
|
|
6483
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
6484
|
-
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
6485
|
-
"dev": true,
|
|
6486
|
-
"license": "MIT",
|
|
6487
|
-
"dependencies": {
|
|
6488
|
-
"emoji-regex": "^10.3.0",
|
|
6489
|
-
"get-east-asian-width": "^1.0.0",
|
|
6490
|
-
"strip-ansi": "^7.1.0"
|
|
6491
|
-
},
|
|
6492
|
-
"engines": {
|
|
6493
|
-
"node": ">=18"
|
|
6494
|
-
},
|
|
6495
|
-
"funding": {
|
|
6496
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
6497
|
-
}
|
|
6498
|
-
},
|
|
6499
|
-
"node_modules/@salesforce/plugin-release-management/node_modules/string-width/node_modules/strip-ansi": {
|
|
6500
|
-
"version": "7.1.0",
|
|
6501
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
6502
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
6503
|
-
"dev": true,
|
|
6504
|
-
"license": "MIT",
|
|
6505
|
-
"dependencies": {
|
|
6506
|
-
"ansi-regex": "^6.0.1"
|
|
6507
|
-
},
|
|
6508
|
-
"engines": {
|
|
6509
|
-
"node": ">=12"
|
|
6510
|
-
},
|
|
6511
|
-
"funding": {
|
|
6512
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
6513
|
-
}
|
|
6514
|
-
},
|
|
6515
6437
|
"node_modules/@salesforce/plugin-schema": {
|
|
6516
6438
|
"version": "3.3.43",
|
|
6517
6439
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.43.tgz",
|
|
@@ -21078,14 +21000,14 @@
|
|
|
21078
21000
|
"license": "MIT"
|
|
21079
21001
|
},
|
|
21080
21002
|
"node_modules/oclif": {
|
|
21081
|
-
"version": "4.15.
|
|
21082
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.15.
|
|
21083
|
-
"integrity": "sha512-
|
|
21003
|
+
"version": "4.15.30",
|
|
21004
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.15.30.tgz",
|
|
21005
|
+
"integrity": "sha512-FL2vEfmglnNMLyOVNfemYG2KL534AlAi7cFBcD2TWtrQKoHTi7JHe4k9j8TPca6KCqDNvsuhuxP3AClZeHiCcg==",
|
|
21084
21006
|
"dev": true,
|
|
21085
21007
|
"license": "MIT",
|
|
21086
21008
|
"dependencies": {
|
|
21087
21009
|
"@aws-sdk/client-cloudfront": "^3.687.0",
|
|
21088
|
-
"@aws-sdk/client-s3": "^3.
|
|
21010
|
+
"@aws-sdk/client-s3": "^3.701.0",
|
|
21089
21011
|
"@inquirer/confirm": "^3.1.22",
|
|
21090
21012
|
"@inquirer/input": "^2.2.4",
|
|
21091
21013
|
"@inquirer/select": "^2.5.0",
|
package/oclif.lock
CHANGED
|
@@ -141,10 +141,10 @@
|
|
|
141
141
|
"@smithy/util-waiter" "^3.1.7"
|
|
142
142
|
tslib "^2.6.2"
|
|
143
143
|
|
|
144
|
-
"@aws-sdk/client-s3@^3.
|
|
145
|
-
version "3.
|
|
146
|
-
resolved "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.
|
|
147
|
-
integrity sha512-
|
|
144
|
+
"@aws-sdk/client-s3@^3.701.0":
|
|
145
|
+
version "3.703.0"
|
|
146
|
+
resolved "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.703.0.tgz"
|
|
147
|
+
integrity sha512-4TSrIamzASTeRPKXrTLcEwo+viPTuOSGcbXh4HC1R0m/rXwK0BHJ4btJ0Q34nZNF+WzvM+FiemXVjNc8qTAxog==
|
|
148
148
|
dependencies:
|
|
149
149
|
"@aws-crypto/sha1-browser" "5.2.0"
|
|
150
150
|
"@aws-crypto/sha256-browser" "5.2.0"
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"@aws-sdk/credential-provider-node" "3.699.0"
|
|
156
156
|
"@aws-sdk/middleware-bucket-endpoint" "3.696.0"
|
|
157
157
|
"@aws-sdk/middleware-expect-continue" "3.696.0"
|
|
158
|
-
"@aws-sdk/middleware-flexible-checksums" "3.
|
|
158
|
+
"@aws-sdk/middleware-flexible-checksums" "3.701.0"
|
|
159
159
|
"@aws-sdk/middleware-host-header" "3.696.0"
|
|
160
160
|
"@aws-sdk/middleware-location-constraint" "3.696.0"
|
|
161
161
|
"@aws-sdk/middleware-logger" "3.696.0"
|
|
@@ -732,10 +732,10 @@
|
|
|
732
732
|
"@smithy/types" "^3.7.1"
|
|
733
733
|
tslib "^2.6.2"
|
|
734
734
|
|
|
735
|
-
"@aws-sdk/middleware-flexible-checksums@3.
|
|
736
|
-
version "3.
|
|
737
|
-
resolved "https://registry.npmjs.org/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.
|
|
738
|
-
integrity sha512-
|
|
735
|
+
"@aws-sdk/middleware-flexible-checksums@3.701.0":
|
|
736
|
+
version "3.701.0"
|
|
737
|
+
resolved "https://registry.npmjs.org/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.701.0.tgz"
|
|
738
|
+
integrity sha512-adNaPCyTT+CiVM0ufDiO1Fe7nlRmJdI9Hcgj0M9S6zR7Dw70Ra5z8Lslkd7syAccYvZaqxLklGjPQH/7GNxwTA==
|
|
739
739
|
dependencies:
|
|
740
740
|
"@aws-crypto/crc32" "5.2.0"
|
|
741
741
|
"@aws-crypto/crc32c" "5.2.0"
|
|
@@ -2064,10 +2064,10 @@
|
|
|
2064
2064
|
proc-log "^5.0.0"
|
|
2065
2065
|
which "^5.0.0"
|
|
2066
2066
|
|
|
2067
|
-
"@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.
|
|
2068
|
-
version "4.0.
|
|
2069
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
2070
|
-
integrity sha512-
|
|
2067
|
+
"@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.33", "@oclif/core@4.0.34":
|
|
2068
|
+
version "4.0.34"
|
|
2069
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.34.tgz"
|
|
2070
|
+
integrity sha512-jHww7lIqyifamynDSjDNNjNOwFTQdKYeOSYaxUaoWhqXnRwacZ+pfUN4Y0L9lqSN4MQtlWM9mwnBD7FvlT9kPw==
|
|
2071
2071
|
dependencies:
|
|
2072
2072
|
ansi-escapes "^4.3.2"
|
|
2073
2073
|
ansis "^3.3.2"
|
|
@@ -2416,23 +2416,23 @@
|
|
|
2416
2416
|
istanbul-lib-report "^3.0.1"
|
|
2417
2417
|
istanbul-reports "^3.1.7"
|
|
2418
2418
|
|
|
2419
|
-
"@salesforce/cli-plugins-testkit@^5.3.
|
|
2420
|
-
version "5.3.
|
|
2421
|
-
resolved "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
2422
|
-
integrity sha512
|
|
2419
|
+
"@salesforce/cli-plugins-testkit@^5.3.36":
|
|
2420
|
+
version "5.3.36"
|
|
2421
|
+
resolved "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.36.tgz"
|
|
2422
|
+
integrity sha512-gLjMnWl9SXC6DYSwt49e1y9+lYgZjtuyRUdhfAch21kIWVfo79U33nvhOXn/bVdtzkIo6oHUJ/02wsu+rNFzmg==
|
|
2423
2423
|
dependencies:
|
|
2424
|
-
"@salesforce/core" "^8.
|
|
2425
|
-
"@salesforce/kit" "^3.
|
|
2426
|
-
"@salesforce/ts-types" "^2.0.
|
|
2424
|
+
"@salesforce/core" "^8.6.4"
|
|
2425
|
+
"@salesforce/kit" "^3.2.3"
|
|
2426
|
+
"@salesforce/ts-types" "^2.0.11"
|
|
2427
2427
|
"@types/shelljs" "^0.8.15"
|
|
2428
|
-
debug "^4.3.
|
|
2428
|
+
debug "^4.3.7"
|
|
2429
2429
|
jszip "^3.10.1"
|
|
2430
2430
|
shelljs "^0.8.4"
|
|
2431
2431
|
sinon "^17.0.2"
|
|
2432
2432
|
strip-ansi "6.0.1"
|
|
2433
2433
|
ts-retry-promise "^0.8.1"
|
|
2434
2434
|
|
|
2435
|
-
"@salesforce/core@^8.
|
|
2435
|
+
"@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.4", "@salesforce/core@^8.8.0":
|
|
2436
2436
|
version "8.8.0"
|
|
2437
2437
|
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.8.0.tgz"
|
|
2438
2438
|
integrity sha512-HWGdRiy/MPCJ2KHz+W+cnqx0O9xhx9+QYvwP8bn9PE27wj0A/NjTi4xrqIWk1M+fE4dXHycE+8qPf4b540euvg==
|
|
@@ -2561,18 +2561,18 @@
|
|
|
2561
2561
|
"@salesforce/ts-types" "^2.0.11"
|
|
2562
2562
|
open "^10.1.0"
|
|
2563
2563
|
|
|
2564
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
2565
|
-
version "3.1.
|
|
2566
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
2567
|
-
integrity sha512-
|
|
2564
|
+
"@salesforce/plugin-command-reference@^3.1.33":
|
|
2565
|
+
version "3.1.33"
|
|
2566
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.33.tgz"
|
|
2567
|
+
integrity sha512-z8APQhlEvwBZXrtQZQz59qamJjkW34sfeAYdKzRAdF5hq7lgs3gFFek5aPStKbh6xereoDhJOj9vKvYXo8U2Rw==
|
|
2568
2568
|
dependencies:
|
|
2569
2569
|
"@oclif/core" "^4"
|
|
2570
|
-
"@salesforce/core" "^8.
|
|
2571
|
-
"@salesforce/kit" "^3.
|
|
2572
|
-
"@salesforce/sf-plugins-core" "^11.
|
|
2573
|
-
"@salesforce/ts-types" "^2.0.
|
|
2570
|
+
"@salesforce/core" "^8.6.4"
|
|
2571
|
+
"@salesforce/kit" "^3.2.3"
|
|
2572
|
+
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
2573
|
+
"@salesforce/ts-types" "^2.0.11"
|
|
2574
2574
|
chalk "^5.3.0"
|
|
2575
|
-
debug "^4.3.
|
|
2575
|
+
debug "^4.3.7"
|
|
2576
2576
|
handlebars "^4.7.8"
|
|
2577
2577
|
|
|
2578
2578
|
"@salesforce/plugin-data@3.12.3":
|
|
@@ -2648,16 +2648,16 @@
|
|
|
2648
2648
|
got "^13.0.0"
|
|
2649
2649
|
proxy-agent "^6.4.0"
|
|
2650
2650
|
|
|
2651
|
-
"@salesforce/plugin-org@5.2.
|
|
2652
|
-
version "5.2.
|
|
2653
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.
|
|
2654
|
-
integrity sha512-
|
|
2651
|
+
"@salesforce/plugin-org@5.2.7":
|
|
2652
|
+
version "5.2.7"
|
|
2653
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.7.tgz"
|
|
2654
|
+
integrity sha512-XLuDGU1KaLA+i+zUhGD/sKGTbnMzsUnYgtkbWbplyd6cYot0DhhPLdbZIKoldhWb005v5XvNEqXQChjMhzK2/A==
|
|
2655
2655
|
dependencies:
|
|
2656
2656
|
"@oclif/core" "^4.0.30"
|
|
2657
2657
|
"@oclif/multi-stage-output" "^0.7.15"
|
|
2658
2658
|
"@salesforce/core" "^8.6.4"
|
|
2659
2659
|
"@salesforce/kit" "^3.2.3"
|
|
2660
|
-
"@salesforce/sf-plugins-core" "^12.0
|
|
2660
|
+
"@salesforce/sf-plugins-core" "^12.1.0"
|
|
2661
2661
|
"@salesforce/source-deploy-retrieve" "^12.10.2"
|
|
2662
2662
|
"@salesforce/ts-types" "^2.0.12"
|
|
2663
2663
|
ansis "^3.2.0"
|
|
@@ -2678,29 +2678,29 @@
|
|
|
2678
2678
|
"@salesforce/sf-plugins-core" "^12.1.0"
|
|
2679
2679
|
chalk "^5.3.0"
|
|
2680
2680
|
|
|
2681
|
-
"@salesforce/plugin-release-management@^5.
|
|
2682
|
-
version "5.
|
|
2683
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-release-management/-/plugin-release-management-5.
|
|
2684
|
-
integrity sha512-
|
|
2681
|
+
"@salesforce/plugin-release-management@^5.6.9":
|
|
2682
|
+
version "5.6.9"
|
|
2683
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-release-management/-/plugin-release-management-5.6.9.tgz"
|
|
2684
|
+
integrity sha512-cMstbdnHXGvD+1BezcLGOam8zG73carK0LCN3F+lZP17nHIdXd02HXM71lEShhE9Goc29AAiTWKjKwCgB4KIkQ==
|
|
2685
2685
|
dependencies:
|
|
2686
|
-
"@oclif/core" "^4.0.
|
|
2686
|
+
"@oclif/core" "^4.0.31"
|
|
2687
2687
|
"@octokit/core" "^4.2.4"
|
|
2688
2688
|
"@octokit/plugin-paginate-rest" "^6.1.2"
|
|
2689
2689
|
"@octokit/plugin-throttling" "^5.2.3"
|
|
2690
|
-
"@salesforce/cli-plugins-testkit" "^5.3.
|
|
2691
|
-
"@salesforce/core" "^8.
|
|
2692
|
-
"@salesforce/kit" "^3.
|
|
2693
|
-
"@salesforce/plugin-command-reference" "^3.1.
|
|
2694
|
-
"@salesforce/plugin-trust" "^3.7.
|
|
2695
|
-
"@salesforce/sf-plugins-core" "^
|
|
2690
|
+
"@salesforce/cli-plugins-testkit" "^5.3.36"
|
|
2691
|
+
"@salesforce/core" "^8.6.4"
|
|
2692
|
+
"@salesforce/kit" "^3.2.0"
|
|
2693
|
+
"@salesforce/plugin-command-reference" "^3.1.33"
|
|
2694
|
+
"@salesforce/plugin-trust" "^3.7.40"
|
|
2695
|
+
"@salesforce/sf-plugins-core" "^12.0.11"
|
|
2696
2696
|
"@salesforce/ts-types" "^2.0.10"
|
|
2697
|
-
aws-sdk "^2.
|
|
2697
|
+
aws-sdk "^2.1691.0"
|
|
2698
2698
|
chalk "^5.3.0"
|
|
2699
2699
|
fast-glob "^3.3.2"
|
|
2700
2700
|
got "^13"
|
|
2701
2701
|
just-diff "^5.2.0"
|
|
2702
2702
|
proxy-agent "^6.4.0"
|
|
2703
|
-
semver "^7.6.
|
|
2703
|
+
semver "^7.6.3"
|
|
2704
2704
|
shelljs "^0.8.5"
|
|
2705
2705
|
standard-version "^9.5.0"
|
|
2706
2706
|
strip-ansi "^6"
|
|
@@ -2763,7 +2763,7 @@
|
|
|
2763
2763
|
"@salesforce/sf-plugins-core" "^12"
|
|
2764
2764
|
"@salesforce/templates" "^62.0.5"
|
|
2765
2765
|
|
|
2766
|
-
"@salesforce/plugin-trust@^3.7.
|
|
2766
|
+
"@salesforce/plugin-trust@^3.7.40", "@salesforce/plugin-trust@3.7.45":
|
|
2767
2767
|
version "3.7.45"
|
|
2768
2768
|
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.45.tgz"
|
|
2769
2769
|
integrity sha512-Bs3AEqEtyC9GZ1d2BzHkpbG8SJYzalDCjSbJMWxO5N+B1GBeOsBKOjAAiEBia5dGx+Tkv3OIDshGygVowUhrNA==
|
|
@@ -2800,24 +2800,6 @@
|
|
|
2800
2800
|
resolved "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.9.0.tgz"
|
|
2801
2801
|
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
|
|
2802
2802
|
|
|
2803
|
-
"@salesforce/sf-plugins-core@^11.1.1":
|
|
2804
|
-
version "11.3.12"
|
|
2805
|
-
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz"
|
|
2806
|
-
integrity sha512-hi8EcSoRHRxj4sm/V5YDtzq9bPr/cKpM4fC6abo/jRzpXygwizinc2gVQkXfVdhjK7NGMskVRQB1N+0TThG7bA==
|
|
2807
|
-
dependencies:
|
|
2808
|
-
"@inquirer/confirm" "^3.1.22"
|
|
2809
|
-
"@inquirer/password" "^2.2.0"
|
|
2810
|
-
"@oclif/core" "^4.0.27"
|
|
2811
|
-
"@salesforce/core" "^8.5.1"
|
|
2812
|
-
"@salesforce/kit" "^3.2.3"
|
|
2813
|
-
"@salesforce/ts-types" "^2.0.12"
|
|
2814
|
-
ansis "^3.3.2"
|
|
2815
|
-
cli-progress "^3.12.0"
|
|
2816
|
-
natural-orderby "^3.0.2"
|
|
2817
|
-
slice-ansi "^7.1.0"
|
|
2818
|
-
string-width "^7.2.0"
|
|
2819
|
-
terminal-link "^3.0.0"
|
|
2820
|
-
|
|
2821
2803
|
"@salesforce/sf-plugins-core@^11.3.12":
|
|
2822
2804
|
version "11.3.12"
|
|
2823
2805
|
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz"
|
|
@@ -4288,7 +4270,7 @@ available-typed-arrays@^1.0.7:
|
|
|
4288
4270
|
dependencies:
|
|
4289
4271
|
possible-typed-array-names "^1.0.0"
|
|
4290
4272
|
|
|
4291
|
-
aws-sdk@^2.
|
|
4273
|
+
aws-sdk@^2.1691.0, aws-sdk@^2.1692.0:
|
|
4292
4274
|
version "2.1692.0"
|
|
4293
4275
|
resolved "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1692.0.tgz"
|
|
4294
4276
|
integrity sha512-x511uiJ/57FIsbgUe5csJ13k3uzu25uWQE+XqfBis/sB0SFoiElJWXRkgEAUh0U6n40eT3ay5Ue4oPkRMu1LYw==
|
|
@@ -9223,13 +9205,13 @@ obliterator@^2.0.1, obliterator@^2.0.2:
|
|
|
9223
9205
|
resolved "https://registry.npmjs.org/obliterator/-/obliterator-2.0.4.tgz"
|
|
9224
9206
|
integrity sha512-lgHwxlxV1qIg1Eap7LgIeoBWIMFibOjbrYPIPJZcI1mmGAI2m3lNYpK12Y+GBdPQ0U1hRwSord7GIaawz962qQ==
|
|
9225
9207
|
|
|
9226
|
-
oclif@^4.15.
|
|
9227
|
-
version "4.15.
|
|
9228
|
-
resolved "https://registry.npmjs.org/oclif/-/oclif-4.15.
|
|
9229
|
-
integrity sha512-
|
|
9208
|
+
oclif@^4.15.30:
|
|
9209
|
+
version "4.15.30"
|
|
9210
|
+
resolved "https://registry.npmjs.org/oclif/-/oclif-4.15.30.tgz"
|
|
9211
|
+
integrity sha512-FL2vEfmglnNMLyOVNfemYG2KL534AlAi7cFBcD2TWtrQKoHTi7JHe4k9j8TPca6KCqDNvsuhuxP3AClZeHiCcg==
|
|
9230
9212
|
dependencies:
|
|
9231
9213
|
"@aws-sdk/client-cloudfront" "^3.687.0"
|
|
9232
|
-
"@aws-sdk/client-s3" "^3.
|
|
9214
|
+
"@aws-sdk/client-s3" "^3.701.0"
|
|
9233
9215
|
"@inquirer/confirm" "^3.1.22"
|
|
9234
9216
|
"@inquirer/input" "^2.2.4"
|
|
9235
9217
|
"@inquirer/select" "^2.5.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.69.
|
|
4
|
+
"version": "2.69.13",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
},
|
|
140
140
|
"dependencies": {
|
|
141
141
|
"@inquirer/select": "^2.3.5",
|
|
142
|
-
"@oclif/core": "4.0.
|
|
142
|
+
"@oclif/core": "4.0.34",
|
|
143
143
|
"@oclif/plugin-autocomplete": "3.2.11",
|
|
144
144
|
"@oclif/plugin-commands": "4.1.12",
|
|
145
145
|
"@oclif/plugin-help": "6.2.18",
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"@salesforce/plugin-info": "3.4.25",
|
|
161
161
|
"@salesforce/plugin-limits": "3.3.42",
|
|
162
162
|
"@salesforce/plugin-marketplace": "1.3.7",
|
|
163
|
-
"@salesforce/plugin-org": "5.2.
|
|
163
|
+
"@salesforce/plugin-org": "5.2.7",
|
|
164
164
|
"@salesforce/plugin-packaging": "2.9.5",
|
|
165
165
|
"@salesforce/plugin-schema": "3.3.43",
|
|
166
166
|
"@salesforce/plugin-settings": "2.4.8",
|
|
@@ -249,11 +249,11 @@
|
|
|
249
249
|
"devDependencies": {
|
|
250
250
|
"@oclif/plugin-command-snapshot": "^5.2.3",
|
|
251
251
|
"@salesforce/dev-scripts": "^10.2.2",
|
|
252
|
-
"@salesforce/plugin-release-management": "^5.
|
|
252
|
+
"@salesforce/plugin-release-management": "^5.6.9",
|
|
253
253
|
"@salesforce/ts-sinon": "^1.4.30",
|
|
254
254
|
"@salesforce/ts-types": "^2.0.10",
|
|
255
255
|
"aws-sdk": "^2.1692.0",
|
|
256
|
-
"oclif": "^4.15.
|
|
256
|
+
"oclif": "^4.15.30",
|
|
257
257
|
"ts-node": "^10.9.2",
|
|
258
258
|
"typescript": "^5.7.2"
|
|
259
259
|
},
|