From 8639d258e9d8540efcafa18ba0b66c8324933108 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 10 Sep 2024 02:23:25 +0000 Subject: [PATCH] chore(release): bump to 2.59.5 --- README.md | 6 +++--- package.json | 4 ++-- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index dd6da9c5..86bf2649 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli $ sf COMMAND running command... $ sf (--version|-v) -@salesforce/cli/2.59.4 linux-x64 node-v20.17.0 +@salesforce/cli/2.59.5 linux-x64 node-v20.17.0 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -7805,7 +7805,7 @@ EXAMPLES $ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api ``` -_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.28/src/commands/sobject/describe.ts)_ +_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.29/src/commands/sobject/describe.ts)_ ## `sf sobject list` @@ -7844,7 +7844,7 @@ EXAMPLES $ sf sobject list --sobject custom --target-org my-scratch-org ``` -_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.28/src/commands/sobject/list.ts)_ +_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.29/src/commands/sobject/list.ts)_ ## `sf static-resource generate` diff --git a/package.json b/package.json index 173b491a..d5434bd2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.59.4", + "version": "2.59.5", "author": "Salesforce", "bin": { "sf": "./bin/run.js", @@ -163,7 +163,7 @@ "@salesforce/plugin-marketplace": "1.2.25", "@salesforce/plugin-org": "4.5.8", "@salesforce/plugin-packaging": "2.8.4", - "@salesforce/plugin-schema": "3.3.28", + "@salesforce/plugin-schema": "3.3.29", "@salesforce/plugin-settings": "2.3.19", "@salesforce/plugin-sobject": "1.4.35", "@salesforce/plugin-source": "3.5.19", diff --git a/yarn.lock b/yarn.lock index ba42798e..b5dd57ea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2357,10 +2357,10 @@ strip-ansi "^6" yarn-deduplicate "^6.0.2" -"@salesforce/plugin-schema@3.3.28": - version "3.3.28" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-schema/-/plugin-schema-3.3.28.tgz#cb70bf77cb38f37baf28bccebd7fef5c73f2111c" - integrity sha512-qp2G6TiNVlvVE36tU3RduNNjcLmfK3ruea4StTpDcDaMM9u/2CdaPLeWpFty37TWmHeD7/KLrLV+zqZvGRfwpA== +"@salesforce/plugin-schema@3.3.29": + version "3.3.29" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-schema/-/plugin-schema-3.3.29.tgz#af410a5f202611f0708718f33f06b4e15e46399e" + integrity sha512-u6lP3P/SyBYpRQSA8jvk7AzTkYdt1veteoiAVFw3C38ABkJSeQ9qI9/5GiSHjOUS7izEdzdZrMZwzp2tHmGjeQ== dependencies: "@oclif/core" "^4" "@salesforce/core" "^8.5.5"