diff --git a/README.md b/README.md index 00280cdf..053b0500 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli $ sf COMMAND running command... $ sf (--version|-v) -@salesforce/cli/2.108.4 linux-x64 node-v22.19.0 +@salesforce/cli/2.108.5 linux-x64 node-v22.19.0 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -243,7 +243,7 @@ EXAMPLES $ sf agent activate --api-name Resort_Manager --target-org my-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/activate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/src/commands/agent/activate.ts)_ ## `sf agent create` @@ -305,7 +305,7 @@ EXAMPLES $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/src/commands/agent/create.ts)_ ## `sf agent deactivate` @@ -345,7 +345,7 @@ EXAMPLES $ sf agent deactivate --api-name Resort_Manager --target-org my-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/deactivate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/src/commands/agent/deactivate.ts)_ ## `sf agent generate agent-spec` @@ -450,7 +450,7 @@ EXAMPLES $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/generate/agent-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/src/commands/agent/generate/agent-spec.ts)_ ## `sf agent generate template` @@ -498,7 +498,7 @@ EXAMPLES force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1 ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/generate/template.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/src/commands/agent/generate/template.ts)_ ## `sf agent generate test-spec` @@ -559,7 +559,7 @@ EXAMPLES force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/generate/test-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/src/commands/agent/generate/test-spec.ts)_ ## `sf agent preview` @@ -623,7 +623,7 @@ EXAMPLES transcripts/my-preview ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/preview.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/src/commands/agent/preview.ts)_ ## `sf agent test create` @@ -678,7 +678,7 @@ EXAMPLES $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/test/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/src/commands/agent/test/create.ts)_ ## `sf agent test list` @@ -713,7 +713,7 @@ EXAMPLES $ sf agent test list --target-org my-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/test/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/src/commands/agent/test/list.ts)_ ## `sf agent test results` @@ -779,7 +779,7 @@ FLAG DESCRIPTIONS expression when using custom evaluations. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/test/results.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/src/commands/agent/test/results.ts)_ ## `sf agent test resume` @@ -852,7 +852,7 @@ FLAG DESCRIPTIONS expression when using custom evaluations. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/test/resume.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/src/commands/agent/test/resume.ts)_ ## `sf agent test run` @@ -926,7 +926,7 @@ FLAG DESCRIPTIONS expression when using custom evaluations. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/test/run.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/src/commands/agent/test/run.ts)_ ## `sf alias list` diff --git a/package.json b/package.json index 86db09cf..cbbfd84e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.108.4", + "version": "2.108.5", "author": "Salesforce", "bin": { "sf": "./bin/run.js", @@ -157,7 +157,7 @@ "@oclif/plugin-which": "3.2.40", "@salesforce/core": "^8.9.1", "@salesforce/kit": "^3.1.6", - "@salesforce/plugin-agent": "1.24.12", + "@salesforce/plugin-agent": "1.24.13", "@salesforce/plugin-apex": "3.8.1", "@salesforce/plugin-api": "1.3.3", "@salesforce/plugin-auth": "3.9.8", diff --git a/yarn.lock b/yarn.lock index 404c16b4..045315cd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -854,7 +854,7 @@ "@smithy/types" "^4.5.0" tslib "^2.6.2" -"@aws-sdk/types@3.887.0", "@aws-sdk/types@^3.222.0": +"@aws-sdk/types@3.887.0": version "3.887.0" resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.887.0.tgz#989f3b67d7ddb97443e4bdb80ad2313c604b240d" integrity sha512-fmTEJpUhsPsovQ12vZSpVTEP/IaRoJAMBGQXlQNjtCpkBp6Iq3KQDa/HDaPINE+3xxo6XvTdtibsNOd5zJLV9A== @@ -862,7 +862,7 @@ "@smithy/types" "^4.5.0" tslib "^2.6.2" -"@aws-sdk/types@3.893.0": +"@aws-sdk/types@3.893.0", "@aws-sdk/types@^3.222.0": version "3.893.0" resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.893.0.tgz#1afbdb9d62bf86caeac380e3cac11a051076400a" integrity sha512-Aht1nn5SnA0N+Tjv0dzhAY7CQbxVtmq1bBR6xI0MhG7p2XYVh1wXuKTzrldEvQWwA3odOYunAfT9aBiKZx9qIg== @@ -2505,15 +2505,15 @@ jszip "^3.10.1" object-treeify "^2" -"@salesforce/plugin-agent@1.24.12": - version "1.24.12" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.24.12.tgz#bfefae77e23e8088530af6d19fb8334da6761bf8" - integrity sha512-TSby+ixVvnnqoeceIjVfLXfvEFZt+yaHTJr6a6pHbVgP8YMkzZKCS3swEMArs+nqo4QqrEoKLklQMctk2YkpPw== +"@salesforce/plugin-agent@1.24.13": + version "1.24.13" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.24.13.tgz#2ed3ec1879a80a8d961e89aa7d7033555dfd4bf1" + integrity sha512-ppk/JJJpFyiwzGbTXIck7dQU3i/zqsisKVNM0VZFzLqVxKGuzpLuOJst9SjXOKsxBrHr4WKKE2qSa74OSkPtlw== dependencies: "@inquirer/core" "^10.2.2" "@inquirer/prompts" "^7.8.4" "@oclif/core" "^4" - "@oclif/multi-stage-output" "^0.8.20" + "@oclif/multi-stage-output" "^0.8.22" "@salesforce/agents" "^0.17.9" "@salesforce/core" "^8.18.5" "@salesforce/kit" "^3.2.3" @@ -3150,18 +3150,7 @@ dependencies: tslib "^2.6.2" -"@smithy/config-resolver@^4.2.1": - version "4.2.1" - resolved "https://registry.yarnpkg.com/@smithy/config-resolver/-/config-resolver-4.2.1.tgz#12c24e550e2675e03a78bec64a652ed129bce718" - integrity sha512-FXil8q4QN7mgKwU2hCLm0ltab8NyY/1RiqEf25Jnf6WLS3wmb11zGAoLETqg1nur2Aoibun4w4MjeN9CMJ4G6A== - dependencies: - "@smithy/node-config-provider" "^4.2.1" - "@smithy/types" "^4.5.0" - "@smithy/util-config-provider" "^4.1.0" - "@smithy/util-middleware" "^4.1.1" - tslib "^2.6.2" - -"@smithy/config-resolver@^4.2.2": +"@smithy/config-resolver@^4.2.1", "@smithy/config-resolver@^4.2.2": version "4.2.2" resolved "https://registry.yarnpkg.com/@smithy/config-resolver/-/config-resolver-4.2.2.tgz#3f6a3c163f9b5b7f852d7d1817bc9e3b2136fa5f" integrity sha512-IT6MatgBWagLybZl1xQcURXRICvqz1z3APSCAI9IqdvfCkrA7RaQIEfgC6G/KvfxnDfQUDqFV+ZlixcuFznGBQ== @@ -3172,24 +3161,7 @@ "@smithy/util-middleware" "^4.1.1" tslib "^2.6.2" -"@smithy/core@^3.11.0": - version "3.11.0" - resolved "https://registry.yarnpkg.com/@smithy/core/-/core-3.11.0.tgz#18ee04696ca35889046169e422a894bea1bec59d" - integrity sha512-Abs5rdP1o8/OINtE49wwNeWuynCu0kme1r4RI3VXVrHr4odVDG7h7mTnw1WXXfN5Il+c25QOnrdL2y56USfxkA== - dependencies: - "@smithy/middleware-serde" "^4.1.1" - "@smithy/protocol-http" "^5.2.1" - "@smithy/types" "^4.5.0" - "@smithy/util-base64" "^4.1.0" - "@smithy/util-body-length-browser" "^4.1.0" - "@smithy/util-middleware" "^4.1.1" - "@smithy/util-stream" "^4.3.1" - "@smithy/util-utf8" "^4.1.0" - "@types/uuid" "^9.0.1" - tslib "^2.6.2" - uuid "^9.0.1" - -"@smithy/core@^3.11.1": +"@smithy/core@^3.11.0", "@smithy/core@^3.11.1": version "3.11.1" resolved "https://registry.yarnpkg.com/@smithy/core/-/core-3.11.1.tgz#670067d5c9e81f860b6d4d1494520ec518b38f43" integrity sha512-REH7crwORgdjSpYs15JBiIWOYjj0hJNC3aCecpJvAlMMaaqL5i2CLb1i6Hc4yevToTKSqslLMI9FKjhugEwALA== @@ -3206,18 +3178,7 @@ tslib "^2.6.2" uuid "^9.0.1" -"@smithy/credential-provider-imds@^4.0.7", "@smithy/credential-provider-imds@^4.1.1": - version "4.1.1" - resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-4.1.1.tgz#e1535a0121a98a2d872eaffc2470eccc057cebd5" - integrity sha512-1WdBfM9DwA59pnpIizxnUvBf/de18p4GP+6zP2AqrlFzoW3ERpZaT4QueBR0nS9deDMaQRkBlngpVlnkuuTisQ== - dependencies: - "@smithy/node-config-provider" "^4.2.1" - "@smithy/property-provider" "^4.1.1" - "@smithy/types" "^4.5.0" - "@smithy/url-parser" "^4.1.1" - tslib "^2.6.2" - -"@smithy/credential-provider-imds@^4.1.2": +"@smithy/credential-provider-imds@^4.0.7", "@smithy/credential-provider-imds@^4.1.2": version "4.1.2" resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-4.1.2.tgz#68662c873dbe812c13159cb2be3c4ba8aeb52149" integrity sha512-JlYNq8TShnqCLg0h+afqe2wLAwZpuoSgOyzhYvTgbiKBWRov+uUve+vrZEQO6lkdLOWPh7gK5dtb9dS+KGendg== @@ -3353,21 +3314,7 @@ "@smithy/types" "^4.5.0" tslib "^2.6.2" -"@smithy/middleware-endpoint@^4.2.1": - version "4.2.1" - resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-4.2.1.tgz#54c61a113e6da7b615724d03517879d377d3888d" - integrity sha512-fUTMmQvQQZakXOuKizfu7fBLDpwvWZjfH6zUK2OLsoNZRZGbNUdNSdLJHpwk1vS208jtDjpUIskh+JoA8zMzZg== - dependencies: - "@smithy/core" "^3.11.0" - "@smithy/middleware-serde" "^4.1.1" - "@smithy/node-config-provider" "^4.2.1" - "@smithy/shared-ini-file-loader" "^4.1.1" - "@smithy/types" "^4.5.0" - "@smithy/url-parser" "^4.1.1" - "@smithy/util-middleware" "^4.1.1" - tslib "^2.6.2" - -"@smithy/middleware-endpoint@^4.2.3": +"@smithy/middleware-endpoint@^4.2.1", "@smithy/middleware-endpoint@^4.2.3": version "4.2.3" resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-4.2.3.tgz#6d64026923420971f2da937d6ea642011471f7a5" integrity sha512-+1H5A28DeffRVrqmVmtqtRraEjoaC6JVap3xEQdVoBh2EagCVY7noPmcBcG4y7mnr9AJitR1ZAse2l+tEtK5vg== @@ -3381,23 +3328,7 @@ "@smithy/util-middleware" "^4.1.1" tslib "^2.6.2" -"@smithy/middleware-retry@^4.2.1": - version "4.2.1" - resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-4.2.1.tgz#61be10c06e183c392a3769cb8b03c7846b37bee7" - integrity sha512-JzfvjwSJXWRl7LkLgIRTUTd2Wj639yr3sQGpViGNEOjtb0AkAuYqRAHs+jSOI/LPC0ZTjmFVVtfrCICMuebexw== - dependencies: - "@smithy/node-config-provider" "^4.2.1" - "@smithy/protocol-http" "^5.2.1" - "@smithy/service-error-classification" "^4.1.1" - "@smithy/smithy-client" "^4.6.1" - "@smithy/types" "^4.5.0" - "@smithy/util-middleware" "^4.1.1" - "@smithy/util-retry" "^4.1.1" - "@types/uuid" "^9.0.1" - tslib "^2.6.2" - uuid "^9.0.1" - -"@smithy/middleware-retry@^4.2.4": +"@smithy/middleware-retry@^4.2.1", "@smithy/middleware-retry@^4.2.4": version "4.2.4" resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-4.2.4.tgz#16334bf0f5b588a404255f5c827c79bb39888104" integrity sha512-amyqYQFewnAviX3yy/rI/n1HqAgfvUdkEhc04kDjxsngAUREKuOI24iwqQUirrj6GtodWmR4iO5Zeyl3/3BwWg== @@ -3430,17 +3361,7 @@ "@smithy/types" "^4.5.0" tslib "^2.6.2" -"@smithy/node-config-provider@^4.2.1": - version "4.2.1" - resolved "https://registry.yarnpkg.com/@smithy/node-config-provider/-/node-config-provider-4.2.1.tgz#31be8865dbea9a9f23aee278a6728317d0ed0250" - integrity sha512-AIA0BJZq2h295J5NeCTKhg1WwtdTA/GqBCaVjk30bDgMHwniUETyh5cP9IiE9VrId7Kt8hS7zvREVMTv1VfA6g== - dependencies: - "@smithy/property-provider" "^4.1.1" - "@smithy/shared-ini-file-loader" "^4.1.1" - "@smithy/types" "^4.5.0" - tslib "^2.6.2" - -"@smithy/node-config-provider@^4.2.2": +"@smithy/node-config-provider@^4.2.1", "@smithy/node-config-provider@^4.2.2": version "4.2.2" resolved "https://registry.yarnpkg.com/@smithy/node-config-provider/-/node-config-provider-4.2.2.tgz#ede9ac2f689cfdf26815a53fadf139e6aa77bdbb" integrity sha512-SYGTKyPvyCfEzIN5rD8q/bYaOPZprYUPD2f5g9M7OjaYupWOoQFYJ5ho+0wvxIRf471i2SR4GoiZ2r94Jq9h6A== @@ -3469,7 +3390,7 @@ "@smithy/types" "^4.5.0" tslib "^2.6.2" -"@smithy/protocol-http@^5.1.3", "@smithy/protocol-http@^5.2.1": +"@smithy/protocol-http@^5.2.1": version "5.2.1" resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-5.2.1.tgz#33f2b8e4e1082c3ae0372d1322577e6fa71d7824" integrity sha512-T8SlkLYCwfT/6m33SIU/JOVGNwoelkrvGjFKDSDtVvAXj/9gOT78JVJEas5a+ETjOu4SVvpCstKgd0PxSu/aHw== @@ -3494,13 +3415,6 @@ "@smithy/types" "^4.5.0" tslib "^2.6.2" -"@smithy/service-error-classification@^4.1.1": - version "4.1.1" - resolved "https://registry.yarnpkg.com/@smithy/service-error-classification/-/service-error-classification-4.1.1.tgz#86a615298ae406c3b6c7dc63c1c1738c54cfdfc6" - integrity sha512-Iam75b/JNXyDE41UvrlM6n8DNOa/r1ylFyvgruTUx7h2Uk7vDNV9AAwP1vfL1fOL8ls0xArwEGVcGZVd7IO/Cw== - dependencies: - "@smithy/types" "^4.5.0" - "@smithy/service-error-classification@^4.1.2": version "4.1.2" resolved "https://registry.yarnpkg.com/@smithy/service-error-classification/-/service-error-classification-4.1.2.tgz#06839c332f4620a4b80c78a0c32377732dc6697a" @@ -3508,15 +3422,7 @@ dependencies: "@smithy/types" "^4.5.0" -"@smithy/shared-ini-file-loader@^4.0.5", "@smithy/shared-ini-file-loader@^4.1.1": - version "4.1.1" - resolved "https://registry.yarnpkg.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.1.1.tgz#d4a748bb8027e1111635464c9b1e546d608fc089" - integrity sha512-YkpikhIqGc4sfXeIbzSj10t2bJI/sSoP5qxLue6zG+tEE3ngOBSm8sO3+djacYvS/R5DfpxN/L9CyZsvwjWOAQ== - dependencies: - "@smithy/types" "^4.5.0" - tslib "^2.6.2" - -"@smithy/shared-ini-file-loader@^4.2.0": +"@smithy/shared-ini-file-loader@^4.0.5", "@smithy/shared-ini-file-loader@^4.2.0": version "4.2.0" resolved "https://registry.yarnpkg.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.2.0.tgz#e4717242686bf611bd1a5d6f79870abe480c1c99" integrity sha512-OQTfmIEp2LLuWdxa8nEEPhZmiOREO6bcB6pjs0AySf4yiZhl6kMOfqmcwcY8BaBPX+0Tb+tG7/Ia/6mwpoZ7Pw== @@ -3524,21 +3430,7 @@ "@smithy/types" "^4.5.0" tslib "^2.6.2" -"@smithy/signature-v4@^5.1.3": - version "5.1.3" - resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-5.1.3.tgz#92a4f6e9ce66730eeb0d996cd0478c5cbaf5b3f5" - integrity sha512-mARDSXSEgllNzMw6N+mC+r1AQlEBO3meEAkR/UlfAgnMzJUB3goRBWgip1EAMG99wh36MDqzo86SfIX5Y+VEaw== - dependencies: - "@smithy/is-array-buffer" "^4.0.0" - "@smithy/protocol-http" "^5.1.3" - "@smithy/types" "^4.3.2" - "@smithy/util-hex-encoding" "^4.0.0" - "@smithy/util-middleware" "^4.0.5" - "@smithy/util-uri-escape" "^4.0.0" - "@smithy/util-utf8" "^4.0.0" - tslib "^2.6.2" - -"@smithy/signature-v4@^5.2.1": +"@smithy/signature-v4@^5.1.3", "@smithy/signature-v4@^5.2.1": version "5.2.1" resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-5.2.1.tgz#0048489d2f1b3c888382595a085edd31967498f8" integrity sha512-M9rZhWQLjlQVCCR37cSjHfhriGRN+FQ8UfgrYNufv66TJgk+acaggShl3KS5U/ssxivvZLlnj7QH2CUOKlxPyA== @@ -3552,20 +3444,7 @@ "@smithy/util-utf8" "^4.1.0" tslib "^2.6.2" -"@smithy/smithy-client@^4.6.1": - version "4.6.1" - resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-4.6.1.tgz#4bebcf313431bd274da0b28c7ddc4ba335f9994b" - integrity sha512-WolVLDb9UTPMEPPOncrCt6JmAMCSC/V2y5gst2STWJ5r7+8iNac+EFYQnmvDCYMfOLcilOSEpm5yXZXwbLak1Q== - dependencies: - "@smithy/core" "^3.11.0" - "@smithy/middleware-endpoint" "^4.2.1" - "@smithy/middleware-stack" "^4.1.1" - "@smithy/protocol-http" "^5.2.1" - "@smithy/types" "^4.5.0" - "@smithy/util-stream" "^4.3.1" - tslib "^2.6.2" - -"@smithy/smithy-client@^4.6.3": +"@smithy/smithy-client@^4.6.1", "@smithy/smithy-client@^4.6.3": version "4.6.3" resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-4.6.3.tgz#5ec0c2c993371c246e061ac29550ab4f63db99bc" integrity sha512-K27LqywsaqKz4jusdUQYJh/YP2VbnbdskZ42zG8xfV+eovbTtMc2/ZatLWCfSkW0PDsTUXlpvlaMyu8925HsOw== @@ -3578,7 +3457,7 @@ "@smithy/util-stream" "^4.3.2" tslib "^2.6.2" -"@smithy/types@^4.3.2", "@smithy/types@^4.5.0": +"@smithy/types@^4.5.0": version "4.5.0" resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.5.0.tgz#850e334662a1ef1286c35814940c80880400a370" integrity sha512-RkUpIOsVlAwUIZXO1dsz8Zm+N72LClFfsNqf173catVlvRZiwPy0x2u0JLEA4byreOPKDZPGjmPDylMoP8ZJRg== @@ -3640,18 +3519,7 @@ dependencies: tslib "^2.6.2" -"@smithy/util-defaults-mode-browser@^4.1.1": - version "4.1.1" - resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.1.1.tgz#40b9659d6fc15aa1101e440d1a92579cb66ebfa3" - integrity sha512-hA1AKIHFUMa9Tl6q6y8p0pJ9aWHCCG8s57flmIyLE0W7HcJeYrYtnqXDcGnftvXEhdQnSexyegXnzzTGk8bKLA== - dependencies: - "@smithy/property-provider" "^4.1.1" - "@smithy/smithy-client" "^4.6.1" - "@smithy/types" "^4.5.0" - bowser "^2.11.0" - tslib "^2.6.2" - -"@smithy/util-defaults-mode-browser@^4.1.3": +"@smithy/util-defaults-mode-browser@^4.1.1", "@smithy/util-defaults-mode-browser@^4.1.3": version "4.1.3" resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.1.3.tgz#889e0999c6b1536e434c2814a97bb9e7a9febc60" integrity sha512-5fm3i2laE95uhY6n6O6uGFxI5SVbqo3/RWEuS3YsT0LVmSZk+0eUqPhKd4qk0KxBRPaT5VNT/WEBUqdMyYoRgg== @@ -3662,20 +3530,7 @@ bowser "^2.11.0" tslib "^2.6.2" -"@smithy/util-defaults-mode-node@^4.1.1": - version "4.1.1" - resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.1.1.tgz#bca834c5ee16949bf8d0db9ac7bf988ad0d3ce10" - integrity sha512-RGSpmoBrA+5D2WjwtK7tto6Pc2wO9KSXKLpLONhFZ8VyuCbqlLdiDAfuDTNY9AJe4JoE+Cx806cpTQQoQ71zPQ== - dependencies: - "@smithy/config-resolver" "^4.2.1" - "@smithy/credential-provider-imds" "^4.1.1" - "@smithy/node-config-provider" "^4.2.1" - "@smithy/property-provider" "^4.1.1" - "@smithy/smithy-client" "^4.6.1" - "@smithy/types" "^4.5.0" - tslib "^2.6.2" - -"@smithy/util-defaults-mode-node@^4.1.3": +"@smithy/util-defaults-mode-node@^4.1.1", "@smithy/util-defaults-mode-node@^4.1.3": version "4.1.3" resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.1.3.tgz#7cc46d336dce27f716280a1979c51ca2bf5839ff" integrity sha512-lwnMzlMslZ9GJNt+/wVjz6+fe9Wp5tqR1xAyQn+iywmP+Ymj0F6NhU/KfHM5jhGPQchRSCcau5weKhFdLIM4cA== @@ -3688,16 +3543,7 @@ "@smithy/types" "^4.5.0" tslib "^2.6.2" -"@smithy/util-endpoints@^3.1.1": - version "3.1.1" - resolved "https://registry.yarnpkg.com/@smithy/util-endpoints/-/util-endpoints-3.1.1.tgz#62c7e10e3a685c9cbb4080220d9e819ee79be8ff" - integrity sha512-qB4R9kO0SetA11Rzu6MVGFIaGYX3p6SGGGfWwsKnC6nXIf0n/0AKVwRTsYsz9ToN8CeNNtNgQRwKFBndGJZdyw== - dependencies: - "@smithy/node-config-provider" "^4.2.1" - "@smithy/types" "^4.5.0" - tslib "^2.6.2" - -"@smithy/util-endpoints@^3.1.2": +"@smithy/util-endpoints@^3.1.1", "@smithy/util-endpoints@^3.1.2": version "3.1.2" resolved "https://registry.yarnpkg.com/@smithy/util-endpoints/-/util-endpoints-3.1.2.tgz#be4005c8616923d453347048ef26a439267b2782" integrity sha512-+AJsaaEGb5ySvf1SKMRrPZdYHRYSzMkCoK16jWnIMpREAnflVspMIDeCVSZJuj+5muZfgGpNpijE3mUNtjv01Q== @@ -3706,14 +3552,14 @@ "@smithy/types" "^4.5.0" tslib "^2.6.2" -"@smithy/util-hex-encoding@^4.0.0", "@smithy/util-hex-encoding@^4.1.0": +"@smithy/util-hex-encoding@^4.1.0": version "4.1.0" resolved "https://registry.yarnpkg.com/@smithy/util-hex-encoding/-/util-hex-encoding-4.1.0.tgz#9b27cf0c25d0de2c8ebfe75cc20df84e5014ccc9" integrity sha512-1LcueNN5GYC4tr8mo14yVYbh/Ur8jHhWOxniZXii+1+ePiIbsLZ5fEI0QQGtbRRP5mOhmooos+rLmVASGGoq5w== dependencies: tslib "^2.6.2" -"@smithy/util-middleware@^4.0.5", "@smithy/util-middleware@^4.1.1": +"@smithy/util-middleware@^4.1.1": version "4.1.1" resolved "https://registry.yarnpkg.com/@smithy/util-middleware/-/util-middleware-4.1.1.tgz#e19749a127499c9bdada713a8afd807d92d846e2" integrity sha512-CGmZ72mL29VMfESz7S6dekqzCh8ZISj3B+w0g1hZFXaOjGTVaSqfAEFAq8EGp8fUL+Q2l8aqNmt8U1tglTikeg== @@ -3721,16 +3567,7 @@ "@smithy/types" "^4.5.0" tslib "^2.6.2" -"@smithy/util-retry@^4.1.1": - version "4.1.1" - resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-4.1.1.tgz#f4a99d9b0ffb9e4bb119ac5a24e54e54d891e22c" - integrity sha512-jGeybqEZ/LIordPLMh5bnmnoIgsqnp4IEimmUp5c5voZ8yx+5kAlN5+juyr7p+f7AtZTgvhmInQk4Q0UVbrZ0Q== - dependencies: - "@smithy/service-error-classification" "^4.1.1" - "@smithy/types" "^4.5.0" - tslib "^2.6.2" - -"@smithy/util-retry@^4.1.2": +"@smithy/util-retry@^4.1.1", "@smithy/util-retry@^4.1.2": version "4.1.2" resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-4.1.2.tgz#8d28c27cf69643e173c75cc18ff0186deb7cefed" integrity sha512-NCgr1d0/EdeP6U5PSZ9Uv5SMR5XRRYoVr1kRVtKZxWL3tixEL3UatrPIMFZSKwHlCcp2zPLDvMubVDULRqeunA== @@ -3739,21 +3576,7 @@ "@smithy/types" "^4.5.0" tslib "^2.6.2" -"@smithy/util-stream@^4.3.1": - version "4.3.1" - resolved "https://registry.yarnpkg.com/@smithy/util-stream/-/util-stream-4.3.1.tgz#63cce0f09d99d75142c6dc8fe03e55ac0171de47" - integrity sha512-khKkW/Jqkgh6caxMWbMuox9+YfGlsk9OnHOYCGVEdYQb/XVzcORXHLYUubHmmda0pubEDncofUrPNniS9d+uAA== - dependencies: - "@smithy/fetch-http-handler" "^5.2.1" - "@smithy/node-http-handler" "^4.2.1" - "@smithy/types" "^4.5.0" - "@smithy/util-base64" "^4.1.0" - "@smithy/util-buffer-from" "^4.1.0" - "@smithy/util-hex-encoding" "^4.1.0" - "@smithy/util-utf8" "^4.1.0" - tslib "^2.6.2" - -"@smithy/util-stream@^4.3.2": +"@smithy/util-stream@^4.3.1", "@smithy/util-stream@^4.3.2": version "4.3.2" resolved "https://registry.yarnpkg.com/@smithy/util-stream/-/util-stream-4.3.2.tgz#7ce40c266b1e828d73c27e545959cda4f42fd61f" integrity sha512-Ka+FA2UCC/Q1dEqUanCdpqwxOFdf5Dg2VXtPtB1qxLcSGh5C1HdzklIt18xL504Wiy9nNUKwDMRTVCbKGoK69g== @@ -3767,7 +3590,7 @@ "@smithy/util-utf8" "^4.1.0" tslib "^2.6.2" -"@smithy/util-uri-escape@^4.0.0", "@smithy/util-uri-escape@^4.1.0": +"@smithy/util-uri-escape@^4.1.0": version "4.1.0" resolved "https://registry.yarnpkg.com/@smithy/util-uri-escape/-/util-uri-escape-4.1.0.tgz#ed4a5c498f1da07122ca1e3df4ca3e2c67c6c18a" integrity sha512-b0EFQkq35K5NHUYxU72JuoheM6+pytEVUGlTwiFxWFpmddA+Bpz3LgsPRIpBk8lnPE47yT7AF2Egc3jVnKLuPg== @@ -3782,7 +3605,7 @@ "@smithy/util-buffer-from" "^2.2.0" tslib "^2.6.2" -"@smithy/util-utf8@^4.0.0", "@smithy/util-utf8@^4.1.0": +"@smithy/util-utf8@^4.1.0": version "4.1.0" resolved "https://registry.yarnpkg.com/@smithy/util-utf8/-/util-utf8-4.1.0.tgz#912c33c1a06913f39daa53da79cb8f7ab740d97b" integrity sha512-mEu1/UIXAdNYuBcyEPbjScKi/+MQVXNIuY/7Cm5XLIWe319kDrT5SizBE95jqtmEXoDbGoZxKLCMttdZdqTZKQ==