Skip to content

Commit

Permalink
Merge pull request #2043 from salesforcecli/release/2.71.6
Browse files Browse the repository at this point in the history
Release PR for 2.71.6 as nightly
  • Loading branch information
svc-cli-bot authored Dec 18, 2024
2 parents a056355 + 551ae27 commit df87f59
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
$ sf COMMAND
running command...
$ sf (--version|-v)
@salesforce/cli/2.71.5 linux-x64 node-v22.12.0
@salesforce/cli/2.71.6 linux-x64 node-v22.12.0
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/cli",
"description": "The Salesforce CLI",
"version": "2.71.5",
"version": "2.71.6",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -144,7 +144,7 @@
},
"dependencies": {
"@inquirer/select": "^2.3.5",
"@oclif/core": "4.0.37",
"@oclif/core": "4.1.0",
"@oclif/plugin-autocomplete": "3.2.14",
"@oclif/plugin-commands": "4.1.14",
"@oclif/plugin-help": "6.2.19",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1693,10 +1693,10 @@
proc-log "^5.0.0"
which "^5.0.0"

"@oclif/core@4.0.37", "@oclif/core@^4", "@oclif/core@^4.0.23", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.0.34", "@oclif/core@^4.0.37":
version "4.0.37"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.37.tgz#133d3f3951cd7a5fc52a3fec63ba2172921b535c"
integrity sha512-D69KH08/08kAPaDUPzDALYfqC2BXi4LRDQ/+59P3zZoVKYMoFO1kOouNILpI4bQKA+PpI2REctXMebB8U/bYHQ==
"@oclif/core@4.1.0", "@oclif/core@^4", "@oclif/core@^4.0.23", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.0.34", "@oclif/core@^4.0.37":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.1.0.tgz#8c2b6baca894411710f8eea88aa742b4bfdbfdfc"
integrity sha512-+LeOq0KK9ruVYjhnDRyfUmEMB68ZXxBP1usj29tVOjewwHInNIctvR7ghH1ls6S3/ZbeCk/Z/JoiE68i8vU6FQ==
dependencies:
ansi-escapes "^4.3.2"
ansis "^3.3.2"
Expand Down

0 comments on commit df87f59

Please sign in to comment.