Skip to content

Commit

Permalink
Merge pull request #2082 from salesforcecli/release/2.74.3
Browse files Browse the repository at this point in the history
Release PR for 2.74.3 as nightly
  • Loading branch information
svc-cli-bot authored Jan 19, 2025
2 parents dc9a290 + bc4a33d commit c05877e
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.74.2 linux-x64 node-v22.12.0
@salesforce/cli/2.74.3 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.74.2",
"version": "2.74.3",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -149,7 +149,7 @@
"@oclif/plugin-autocomplete": "3.2.17",
"@oclif/plugin-commands": "4.1.16",
"@oclif/plugin-help": "6.2.21",
"@oclif/plugin-not-found": "3.2.35",
"@oclif/plugin-not-found": "3.2.36",
"@oclif/plugin-plugins": "5.4.25",
"@oclif/plugin-search": "1.2.18",
"@oclif/plugin-update": "4.6.23",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2136,10 +2136,10 @@
dependencies:
"@oclif/core" "^4"

"@oclif/[email protected].35", "@oclif/plugin-not-found@^3.2.32":
version "3.2.35"
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.35.tgz#40687bf643c537c9f2cff7ba001389fde25fa015"
integrity sha512-cn1Gz0SdadzrACAm08Wcr4+UNVtQhabNANu46B6vRGzOkdM4M8nTcdC57L64vBZxwcgujXjhCrfrnRImEfE8nQ==
"@oclif/[email protected].36", "@oclif/plugin-not-found@^3.2.32":
version "3.2.36"
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.36.tgz#d325a403cc4facb6e18c91ec464269b0099b6409"
integrity sha512-q4bMUtnAvkaV0W7FSGmjSJGAFLa609NOAH7vre+/yqZD0+UTcj6yD7IhYs+d4OORdfh2uYP03KAZureuk6KAYw==
dependencies:
"@inquirer/prompts" "^7.2.1"
"@oclif/core" "^4"
Expand Down

0 comments on commit c05877e

Please sign in to comment.