Skip to content

Commit 041b5f9

Browse files
committed
chore(release): bump to 2.110.11
1 parent 8e203bb commit 041b5f9

3 files changed

Lines changed: 81 additions & 56 deletions

File tree

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525
$ sf COMMAND
2626
running command...
2727
$ sf (--version|-v)
28-
@salesforce/cli/2.110.10 linux-x64 node-v22.20.0
28+
@salesforce/cli/2.110.11 linux-x64 node-v22.20.0
2929
$ sf --help [COMMAND]
3030
USAGE
3131
$ sf COMMAND
@@ -243,7 +243,7 @@ EXAMPLES
243243
$ sf agent activate --api-name Resort_Manager --target-org my-org
244244
```
245245

246-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/src/commands/agent/activate.ts)_
246+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/src/commands/agent/activate.ts)_
247247

248248
## `sf agent create`
249249

@@ -305,7 +305,7 @@ EXAMPLES
305305
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
306306
```
307307

308-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/src/commands/agent/create.ts)_
308+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/src/commands/agent/create.ts)_
309309

310310
## `sf agent deactivate`
311311

@@ -345,7 +345,7 @@ EXAMPLES
345345
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
346346
```
347347

348-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/src/commands/agent/deactivate.ts)_
348+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/src/commands/agent/deactivate.ts)_
349349

350350
## `sf agent generate agent-spec`
351351

@@ -450,7 +450,7 @@ EXAMPLES
450450
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
451451
```
452452

453-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/src/commands/agent/generate/agent-spec.ts)_
453+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/src/commands/agent/generate/agent-spec.ts)_
454454

455455
## `sf agent generate template`
456456

@@ -498,7 +498,7 @@ EXAMPLES
498498
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
499499
```
500500

501-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/src/commands/agent/generate/template.ts)_
501+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/src/commands/agent/generate/template.ts)_
502502

503503
## `sf agent generate test-spec`
504504

@@ -559,7 +559,7 @@ EXAMPLES
559559
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
560560
```
561561

562-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/src/commands/agent/generate/test-spec.ts)_
562+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/src/commands/agent/generate/test-spec.ts)_
563563

564564
## `sf agent preview`
565565

@@ -623,7 +623,7 @@ EXAMPLES
623623
transcripts/my-preview
624624
```
625625

626-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/src/commands/agent/preview.ts)_
626+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/src/commands/agent/preview.ts)_
627627

628628
## `sf agent test create`
629629

@@ -678,7 +678,7 @@ EXAMPLES
678678
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
679679
```
680680

681-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/src/commands/agent/test/create.ts)_
681+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/src/commands/agent/test/create.ts)_
682682

683683
## `sf agent test list`
684684

@@ -713,7 +713,7 @@ EXAMPLES
713713
$ sf agent test list --target-org my-org
714714
```
715715

716-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/src/commands/agent/test/list.ts)_
716+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/src/commands/agent/test/list.ts)_
717717

718718
## `sf agent test results`
719719

@@ -779,7 +779,7 @@ FLAG DESCRIPTIONS
779779
expression when using custom evaluations.
780780
```
781781

782-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/src/commands/agent/test/results.ts)_
782+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/src/commands/agent/test/results.ts)_
783783

784784
## `sf agent test resume`
785785

@@ -852,7 +852,7 @@ FLAG DESCRIPTIONS
852852
expression when using custom evaluations.
853853
```
854854

855-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/src/commands/agent/test/resume.ts)_
855+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/src/commands/agent/test/resume.ts)_
856856

857857
## `sf agent test run`
858858

@@ -926,7 +926,7 @@ FLAG DESCRIPTIONS
926926
expression when using custom evaluations.
927927
```
928928

929-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/src/commands/agent/test/run.ts)_
929+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/src/commands/agent/test/run.ts)_
930930

931931
## `sf alias list`
932932

@@ -1798,7 +1798,7 @@ EXAMPLES
17981798
$ sf autocomplete --refresh-cache
17991799
```
18001800

1801-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.35/src/commands/autocomplete/index.ts)_
1801+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.36/src/commands/autocomplete/index.ts)_
18021802

18031803
## `sf commands`
18041804

@@ -9548,7 +9548,7 @@ DESCRIPTION
95489548
Once you select a command, hit enter and it will show the help for that command.
95499549
```
95509550

9551-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.32/src/commands/search.ts)_
9551+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.33/src/commands/search.ts)_
95529552

95539553
## `sf sobject describe`
95549554

@@ -9734,7 +9734,7 @@ EXAMPLES
97349734
$ sf update --available
97359735
```
97369736

9737-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.8/src/commands/update.ts)_
9737+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.10/src/commands/update.ts)_
97389738

97399739
## `sf version`
97409740

@@ -9894,7 +9894,7 @@ EXAMPLES
98949894
$ sf which "foo bar baz"
98959895
```
98969896

9897-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.40/src/commands/which.ts)_
9897+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.41/src/commands/which.ts)_
98989898

98999899
<!-- commandsstop -->
99009900

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/cli",
33
"description": "The Salesforce CLI",
4-
"version": "2.110.10",
4+
"version": "2.110.11",
55
"author": "Salesforce",
66
"bin": {
77
"sf": "./bin/run.js",
@@ -145,19 +145,19 @@
145145
"dependencies": {
146146
"@inquirer/select": "^2.3.5",
147147
"@oclif/core": "4.5.5",
148-
"@oclif/plugin-autocomplete": "3.2.35",
148+
"@oclif/plugin-autocomplete": "3.2.36",
149149
"@oclif/plugin-commands": "4.1.34",
150150
"@oclif/plugin-help": "6.2.33",
151151
"@oclif/plugin-not-found": "3.2.68",
152152
"@oclif/plugin-plugins": "5.4.50",
153-
"@oclif/plugin-search": "1.2.32",
154-
"@oclif/plugin-update": "4.7.8",
153+
"@oclif/plugin-search": "1.2.33",
154+
"@oclif/plugin-update": "4.7.10",
155155
"@oclif/plugin-version": "2.2.33",
156-
"@oclif/plugin-warn-if-update-available": "3.1.48",
157-
"@oclif/plugin-which": "3.2.40",
156+
"@oclif/plugin-warn-if-update-available": "3.1.49",
157+
"@oclif/plugin-which": "3.2.41",
158158
"@salesforce/core": "^8.9.1",
159159
"@salesforce/kit": "^3.1.6",
160-
"@salesforce/plugin-agent": "1.24.13",
160+
"@salesforce/plugin-agent": "1.24.15",
161161
"@salesforce/plugin-apex": "3.8.3",
162162
"@salesforce/plugin-api": "1.3.3",
163163
"@salesforce/plugin-auth": "3.9.9",

yarn.lock

Lines changed: 57 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1686,10 +1686,10 @@
16861686
react "^18.3.1"
16871687
wrap-ansi "^9.0.2"
16881688

1689-
"@oclif/plugin-autocomplete@3.2.35":
1690-
version "3.2.35"
1691-
resolved "https://registry.yarnpkg.com/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.35.tgz#57a8d8feaa254e86cb56e27803720c5338364f7c"
1692-
integrity sha512-cwvq1+tQnSHNQEQrop82W7AZIFXC5ENUvicXWhBSpVF1KDIUez/ptIth4M4zha/0+DlSPsYcQgzaN6tSWtUoEA==
1689+
"@oclif/plugin-autocomplete@3.2.36":
1690+
version "3.2.36"
1691+
resolved "https://registry.yarnpkg.com/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.36.tgz#53e7958419402db931b11e16dd8e13c174e45bde"
1692+
integrity sha512-q2jNU2ze6YSSKxjj/ZI+JZXBVXS4l45eR1waUB8z8P4H9C5I+TxXVwn5T3g8O0YWvfkDHVODAUEU6qCOQYDTXQ==
16931693
dependencies:
16941694
"@oclif/core" "^4"
16951695
ansis "^3.16.0"
@@ -1755,19 +1755,19 @@
17551755
which "^4.0.0"
17561756
yarn "^1.22.22"
17571757

1758-
"@oclif/plugin-search@1.2.32":
1759-
version "1.2.32"
1760-
resolved "https://registry.yarnpkg.com/@oclif/plugin-search/-/plugin-search-1.2.32.tgz#ea888cf0fe56b968416b470b0ef9883fe986a94c"
1761-
integrity sha512-vavEWV8/MLe1pFIhg3ug8n8uRwz6kYclDGweTQs/RYjtm0FXBNXtuzVRfJcKkCe3ursm6KcPWhOBI5kkZbzMtg==
1758+
"@oclif/plugin-search@1.2.33":
1759+
version "1.2.33"
1760+
resolved "https://registry.yarnpkg.com/@oclif/plugin-search/-/plugin-search-1.2.33.tgz#9d8235a5dae660410a951303a3b9128566faa44c"
1761+
integrity sha512-IVTlrRKiB4bmolAHI/zGu/08ID0iwh6Nw4eFhmB3vKcasopFH8O6+AVL6ci0b1Z/dBXlhVO4xeat2D6FghUOoQ==
17621762
dependencies:
17631763
"@oclif/core" "^4"
17641764
ansi-escapes "^7.1.1"
17651765
inquirer-autocomplete-standalone "^0.8.1"
17661766

1767-
"@oclif/plugin-update@4.7.8":
1768-
version "4.7.8"
1769-
resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-4.7.8.tgz#ddac8ae2e8fc48e16e665b18b52162b784622bb1"
1770-
integrity sha512-BXsulWTr3gKWEXGr7WlQPSpOgOKcApFqQx7dLoJogmD0eqeTlhtf994CMsLuxMmIobcGa0+lSMJczj9+Fj+aRg==
1767+
"@oclif/plugin-update@4.7.10":
1768+
version "4.7.10"
1769+
resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-4.7.10.tgz#ddd5a9e7f45577625c49c37ac14980a97cd4c12f"
1770+
integrity sha512-PEq1wjFGUj7VMkOWT9eSDa2iLWr6ibk84u0eo/VxZGHglzGFKGMY6lCJBOJK5KK3cv28hBUkxtMNBdWT62oHPw==
17711771
dependencies:
17721772
"@inquirer/select" "^2.5.0"
17731773
"@oclif/core" "^4"
@@ -1777,7 +1777,7 @@
17771777
filesize "^6.1.0"
17781778
got "^13"
17791779
proxy-agent "^6.5.0"
1780-
semver "^7.7.2"
1780+
semver "^7.7.3"
17811781
tar-fs "^2.1.4"
17821782

17831783
"@oclif/plugin-version@2.2.33":
@@ -1788,10 +1788,10 @@
17881788
"@oclif/core" "^4"
17891789
ansis "^3.17.0"
17901790

1791-
"@oclif/plugin-warn-if-update-available@3.1.48", "@oclif/plugin-warn-if-update-available@^3.1.48":
1792-
version "3.1.48"
1793-
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.48.tgz#d32a08bea15809b820dcec923356c1e7fe69b3f1"
1794-
integrity sha512-jZESAAHqJuGcvnyLX0/2WAVDu/WAk1iMth5/o8oviDPzS3a4Ajsd5slxwFb/tg4hbswY9aFoob9wYP4tnP6d8w==
1791+
"@oclif/plugin-warn-if-update-available@3.1.49", "@oclif/plugin-warn-if-update-available@^3.1.48":
1792+
version "3.1.49"
1793+
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.49.tgz#6ab3529db2430799ae8d23d3ea459801ea359650"
1794+
integrity sha512-QIA+Jgb6AiJTeRmblm4YmcVH8cqTjTDcTt3GhRnpi+CeEPhWPdnuN3xrqbmWXvG9e0EnT2OegRNZRg3CSwt2vA==
17951795
dependencies:
17961796
"@oclif/core" "^4"
17971797
ansis "^3.17.0"
@@ -1800,10 +1800,10 @@
18001800
lodash "^4.17.21"
18011801
registry-auth-token "^5.1.0"
18021802

1803-
"@oclif/plugin-which@3.2.40":
1804-
version "3.2.40"
1805-
resolved "https://registry.yarnpkg.com/@oclif/plugin-which/-/plugin-which-3.2.40.tgz#9014863658f77a3b21aceb371685681b092d8ee5"
1806-
integrity sha512-0ULCGfN9iH4yT4TmK1Cf+TB8Lm2CwEBw1DhJZxkIJJPmSZvlqpHU1fClMQ/eEjnhfSU0kpKA8JFPHJeaqqjy/g==
1803+
"@oclif/plugin-which@3.2.41":
1804+
version "3.2.41"
1805+
resolved "https://registry.yarnpkg.com/@oclif/plugin-which/-/plugin-which-3.2.41.tgz#e4331a341a040a9c1b13269b6fc2ce6f502c4c49"
1806+
integrity sha512-4324zD2eWhZaNg/tWjjJXLttpQTwfp/eplbO72zpGIdhYY4YDE5rxhGg/RYz0LF/d6REkNruvljHQJAtiAlfTA==
18071807
dependencies:
18081808
"@oclif/core" "^4"
18091809
ansis "^3.17.0"
@@ -2079,7 +2079,7 @@
20792079
strip-ansi "6.0.1"
20802080
ts-retry-promise "^0.8.1"
20812081

2082-
"@salesforce/core@8.23.1", "@salesforce/core@^8.10.1", "@salesforce/core@^8.12.0", "@salesforce/core@^8.15.0", "@salesforce/core@^8.18.1", "@salesforce/core@^8.18.5", "@salesforce/core@^8.18.7", "@salesforce/core@^8.19.1", "@salesforce/core@^8.21.2", "@salesforce/core@^8.22.0", "@salesforce/core@^8.23.0", "@salesforce/core@^8.23.1", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.1", "@salesforce/core@^8.8.5", "@salesforce/core@^8.9.1":
2082+
"@salesforce/core@8.23.1":
20832083
version "8.23.1"
20842084
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.23.1.tgz#89e04518d6d4033ef6a248380eb952328068797c"
20852085
integrity sha512-/mQMu6g0gmkKQsl+G93VkkU+yrLEjnBzdUu0sPlS0WY5jM4M9sxg97LmRXa6dchECU3c/ugamsXaP6j6QmEfsQ==
@@ -2104,6 +2104,31 @@
21042104
semver "^7.6.3"
21052105
ts-retry-promise "^0.8.1"
21062106

2107+
"@salesforce/core@^8.10.1", "@salesforce/core@^8.12.0", "@salesforce/core@^8.15.0", "@salesforce/core@^8.18.1", "@salesforce/core@^8.18.7", "@salesforce/core@^8.19.1", "@salesforce/core@^8.21.2", "@salesforce/core@^8.22.0", "@salesforce/core@^8.23.0", "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.2", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.1", "@salesforce/core@^8.8.5", "@salesforce/core@^8.9.1":
2108+
version "8.23.2"
2109+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.23.2.tgz#218152b97e05745cd0499ad2594df4443fa8aa18"
2110+
integrity sha512-9XUlaI0orvdjDJZsgjt0lVLa5wrFWNaorRbshT/EJ6fIiqcAehOV2bR62NJtRhrOrgu1h34bTmUqMo+yUEES9w==
2111+
dependencies:
2112+
"@jsforce/jsforce-node" "^3.10.8"
2113+
"@salesforce/kit" "^3.2.4"
2114+
"@salesforce/schemas" "^1.10.0"
2115+
"@salesforce/ts-types" "^2.0.11"
2116+
ajv "^8.17.1"
2117+
change-case "^4.1.2"
2118+
fast-levenshtein "^3.0.0"
2119+
faye "^1.4.1"
2120+
form-data "^4.0.4"
2121+
js2xmlparser "^4.0.1"
2122+
jsonwebtoken "9.0.2"
2123+
jszip "3.10.1"
2124+
memfs "^4.30.1"
2125+
pino "^9.7.0"
2126+
pino-abstract-transport "^1.2.0"
2127+
pino-pretty "^11.3.0"
2128+
proper-lockfile "^4.1.2"
2129+
semver "^7.6.3"
2130+
ts-retry-promise "^0.8.1"
2131+
21072132
"@salesforce/dev-config@^4.3.1":
21082133
version "4.3.1"
21092134
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.3.1.tgz#4dac8245df79d675258b50e1d24e8c636eaa5e10"
@@ -2176,20 +2201,20 @@
21762201
jszip "^3.10.1"
21772202
object-treeify "^2"
21782203

2179-
"@salesforce/plugin-agent@1.24.13":
2180-
version "1.24.13"
2181-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.24.13.tgz#2ed3ec1879a80a8d961e89aa7d7033555dfd4bf1"
2182-
integrity sha512-ppk/JJJpFyiwzGbTXIck7dQU3i/zqsisKVNM0VZFzLqVxKGuzpLuOJst9SjXOKsxBrHr4WKKE2qSa74OSkPtlw==
2204+
"@salesforce/plugin-agent@1.24.15":
2205+
version "1.24.15"
2206+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.24.15.tgz#0febbc9214ea53151d29b2b21cd2eb3cdc68add9"
2207+
integrity sha512-2UfM+2p5OdWVasNYvQzdd3aLpHWvWuun9VkvpxJDchd5uTQ80HguE1FvgwuPYG+HrRQy/hF4BOZ2evs1Di4Jkg==
21832208
dependencies:
21842209
"@inquirer/core" "^10.2.2"
21852210
"@inquirer/prompts" "^7.8.4"
21862211
"@oclif/core" "^4"
21872212
"@oclif/multi-stage-output" "^0.8.22"
21882213
"@salesforce/agents" "^0.17.9"
2189-
"@salesforce/core" "^8.18.5"
2214+
"@salesforce/core" "^8.23.2"
21902215
"@salesforce/kit" "^3.2.3"
21912216
"@salesforce/sf-plugins-core" "^12.2.4"
2192-
"@salesforce/source-deploy-retrieve" "^12.22.1"
2217+
"@salesforce/source-deploy-retrieve" "^12.24.0"
21932218
"@salesforce/types" "^1.4.0"
21942219
ansis "^3.3.2"
21952220
fast-xml-parser "^4.5.1"
@@ -2514,10 +2539,10 @@
25142539
string-width "^7.2.0"
25152540
terminal-link "^3.0.0"
25162541

2517-
"@salesforce/source-deploy-retrieve@^12.16.9", "@salesforce/source-deploy-retrieve@^12.19.9", "@salesforce/source-deploy-retrieve@^12.22.0", "@salesforce/source-deploy-retrieve@^12.22.1", "@salesforce/source-deploy-retrieve@^12.22.14", "@salesforce/source-deploy-retrieve@^12.22.2":
2518-
version "12.22.14"
2519-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.22.14.tgz#ec9b0a6c85a67392cbc2932a28fea87b0903ae9e"
2520-
integrity sha512-/MjbV4M40sz6JOBKbmzFSXMHF+k5u5gdG11Iy+uF6faakKOFvwLr65kKSKBH0rZs0ul7a3+iO+foIWNiBFfNBw==
2542+
"@salesforce/source-deploy-retrieve@^12.16.9", "@salesforce/source-deploy-retrieve@^12.19.9", "@salesforce/source-deploy-retrieve@^12.22.0", "@salesforce/source-deploy-retrieve@^12.22.14", "@salesforce/source-deploy-retrieve@^12.22.2", "@salesforce/source-deploy-retrieve@^12.24.0":
2543+
version "12.24.0"
2544+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.24.0.tgz#cc4e38175436aeb6c9c22ee795924c96d7ef87c8"
2545+
integrity sha512-gjS6whT1575UGxwR2foDILlsbDQPwng0rNyXsk39hwg+bRsbHABZGzxU5EeUIzpKqv4bf6C9z/BLYiHMcZocoQ==
25212546
dependencies:
25222547
"@salesforce/core" "^8.23.1"
25232548
"@salesforce/kit" "^3.2.3"

0 commit comments

Comments
 (0)