Skip to content

Commit b338af3

Browse files
authored
Merge pull request #2412 from salesforcecli/release/2.110.3
Release PR for 2.110.3 as nightly
2 parents ec874c7 + 4a6fb1c commit b338af3

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 2 additions & 2 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.2 linux-x64 node-v22.19.0
28+
@salesforce/cli/2.110.3 linux-x64 node-v22.20.0
2929
$ sf --help [COMMAND]
3030
USAGE
3131
$ sf COMMAND
@@ -1827,7 +1827,7 @@ DESCRIPTION
18271827
List all sf commands.
18281828
```
18291829

1830-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.33/src/commands/commands.ts)_
1830+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.34/src/commands/commands.ts)_
18311831

18321832
## `sf config get`
18331833

package.json

Lines changed: 2 additions & 2 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.2",
4+
"version": "2.110.3",
55
"author": "Salesforce",
66
"bin": {
77
"sf": "./bin/run.js",
@@ -146,7 +146,7 @@
146146
"@inquirer/select": "^2.3.5",
147147
"@oclif/core": "4.5.4",
148148
"@oclif/plugin-autocomplete": "3.2.35",
149-
"@oclif/plugin-commands": "4.1.33",
149+
"@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.48",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1979,13 +1979,13 @@
19791979
semver "^7.6.0"
19801980
ts-json-schema-generator "^1.5.1"
19811981

1982-
"@oclif/plugin-commands@4.1.33":
1983-
version "4.1.33"
1984-
resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-4.1.33.tgz#2304f431e384a1cbbaef72343ad5cbfcbf5acb5c"
1985-
integrity sha512-FdjGV8Q/QRewrj6JUv0Vnl6whi/VSA38aRWypQwiIYV/PkiUckxF8mAlXQ/zmb4ZcRjbrTSeiP1ymEzy0CksLQ==
1982+
"@oclif/plugin-commands@4.1.34":
1983+
version "4.1.34"
1984+
resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-4.1.34.tgz#37e3a1d4e5bbb50129278f80fbcb7a44eb661365"
1985+
integrity sha512-oNO+8GFDG9/GMx3J9PGnYEYpa3kndiP4HpuzKdwCdLYfdOV04Fs61eGenLuZjWcc47ZuSStmJDJG1O3tHhvfnw==
19861986
dependencies:
19871987
"@oclif/core" "^4"
1988-
"@oclif/table" "^0.4.12"
1988+
"@oclif/table" "^0.4.14"
19891989
lodash "^4.17.21"
19901990
object-treeify "^4.0.1"
19911991

0 commit comments

Comments
 (0)