diff --git a/README.md b/README.md index 580d3820..414f9376 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.139.4 linux-x64 node-v22.22.3 +@salesforce/cli/2.139.5 linux-x64 node-v22.22.3 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -6972,7 +6972,7 @@ FLAG DESCRIPTIONS --installation-key-bypass flag is required. ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/convert.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/convert.ts)_ ## `sf package create` @@ -7051,7 +7051,7 @@ FLAG DESCRIPTIONS Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide. ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/create.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/create.ts)_ ## `sf package delete` @@ -7093,7 +7093,7 @@ EXAMPLES $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/delete.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/delete.ts)_ ## `sf package install` @@ -7192,7 +7192,7 @@ FLAG DESCRIPTIONS - Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies. ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/install.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/install.ts)_ ## `sf package install report` @@ -7225,7 +7225,7 @@ EXAMPLES $ sf package install report --request-id 0Hf... --target-org me@example.com ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/install/report.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/install/report.ts)_ ## `sf package installed list` @@ -7257,7 +7257,7 @@ EXAMPLES $ sf package installed list --target-org me@example.com ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/installed/list.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/installed/list.ts)_ ## `sf package list` @@ -7295,7 +7295,7 @@ EXAMPLES $ sf package list --target-dev-hub devhub@example.com --verbose ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/list.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/list.ts)_ ## `sf package push-upgrade abort` @@ -7334,7 +7334,7 @@ EXAMPLES $ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/push-upgrade/abort.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/push-upgrade/abort.ts)_ ## `sf package push-upgrade list` @@ -7393,7 +7393,7 @@ EXAMPLES $ sf package push-upgrade list --package 033xyz –-status Failed ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/push-upgrade/list.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/push-upgrade/list.ts)_ ## `sf package push-upgrade report` @@ -7435,7 +7435,7 @@ EXAMPLES $ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/push-upgrade/report.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/push-upgrade/report.ts)_ ## `sf package push-upgrade schedule` @@ -7522,7 +7522,7 @@ FLAG DESCRIPTIONS Overrides the value of the target-dev-hub configuration variable, if set. ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/push-upgrade/schedule.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/push-upgrade/schedule.ts)_ ## `sf package uninstall` @@ -7570,7 +7570,7 @@ EXAMPLES $ sf package uninstall --package "Undesirable Package Alias" ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/uninstall.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/uninstall.ts)_ ## `sf package uninstall report` @@ -7603,7 +7603,7 @@ EXAMPLES $ sf package uninstall report --request-id 06y... --target-org me@example.com ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/uninstall/report.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/uninstall/report.ts)_ ## `sf package update` @@ -7671,7 +7671,7 @@ FLAG DESCRIPTIONS the Installed Packages page. Only released package versions can be set as the recommended version. ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/update.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/update.ts)_ ## `sf package version create` @@ -7848,7 +7848,7 @@ FLAG DESCRIPTIONS periods of no output from commands. ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/create.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/version/create.ts)_ ## `sf package version create list` @@ -7909,7 +7909,7 @@ EXAMPLES $ sf package version create list --created-last-days 0 --status Success ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/create/list.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/version/create/list.ts)_ ## `sf package version create report` @@ -7952,7 +7952,7 @@ EXAMPLES $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/create/report.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/version/create/report.ts)_ ## `sf package version delete` @@ -7993,7 +7993,7 @@ EXAMPLES $ sf package version delete --package 04t... --target-org devhub@example.com ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/delete.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/version/delete.ts)_ ## `sf package version displayancestry` @@ -8053,7 +8053,7 @@ FLAG DESCRIPTIONS You can use the DOT code output in graph visualization software to create tree visualizations. ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/displayancestry.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/version/displayancestry.ts)_ ## `sf package version displaydependencies` @@ -8115,7 +8115,7 @@ FLAG DESCRIPTIONS package, which must be installed last. ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/displaydependencies.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/version/displaydependencies.ts)_ ## `sf package version list` @@ -8191,7 +8191,7 @@ EXAMPLES $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0 ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/list.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/version/list.ts)_ ## `sf package version promote` @@ -8235,7 +8235,7 @@ EXAMPLES $ sf package version promote --package "Awesome Package Alias" ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/promote.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/version/promote.ts)_ ## `sf package version report` @@ -8275,7 +8275,7 @@ EXAMPLES $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/report.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/version/report.ts)_ ## `sf package version retrieve` @@ -8320,7 +8320,7 @@ EXAMPLES $ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/retrieve.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/version/retrieve.ts)_ ## `sf package version update` @@ -8373,7 +8373,7 @@ EXAMPLES $ sf package version update --package 04t... --version-description "New Package Version Description" ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/update.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/version/update.ts)_ ## `sf package1 version create` @@ -8440,7 +8440,7 @@ FLAG DESCRIPTIONS subscribers. ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package1/version/create.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package1/version/create.ts)_ ## `sf package1 version create get` @@ -8473,7 +8473,7 @@ EXAMPLES $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package1/version/create/get.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package1/version/create/get.ts)_ ## `sf package1 version display` @@ -8507,7 +8507,7 @@ EXAMPLES $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package1/version/display.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package1/version/display.ts)_ ## `sf package1 version list` @@ -8545,7 +8545,7 @@ FLAG DESCRIPTIONS If not specified, shows all versions for all packages (managed and unmanaged) in the org. ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package1/version/list.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package1/version/list.ts)_ ## `sf plugins` diff --git a/package.json b/package.json index 9fc95178..4f143f37 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.139.4", + "version": "2.139.5", "author": "Salesforce", "bin": { "sf": "./bin/run.js", @@ -169,7 +169,7 @@ "@salesforce/plugin-limits": "3.3.92", "@salesforce/plugin-marketplace": "1.3.30", "@salesforce/plugin-org": "5.11.7", - "@salesforce/plugin-packaging": "2.28.6", + "@salesforce/plugin-packaging": "2.29.0", "@salesforce/plugin-schema": "3.3.117", "@salesforce/plugin-settings": "2.4.83", "@salesforce/plugin-sobject": "1.4.112", diff --git a/yarn.lock b/yarn.lock index cd0f1232..e0fc5ede 100644 --- a/yarn.lock +++ b/yarn.lock @@ -149,21 +149,7 @@ "@smithy/types" "^4.14.3" tslib "^2.6.2" -"@aws-sdk/core@^3.974.13", "@aws-sdk/core@^3.974.9": - version "3.974.13" - resolved "https://registry.yarnpkg.com/@aws-sdk/core/-/core-3.974.13.tgz#a785d4a726590f679671d18b36c69e3fc9b6cab5" - integrity sha512-+Y5/4tHki0uYgyx8eun146DegRVQBpdKGK5RbV0FTKJPpaKTchvqVxrrRFK6Wk0JksO4iAZKw3eqxGEIwtO98w== - dependencies: - "@aws-sdk/types" "^3.973.9" - "@aws-sdk/xml-builder" "^3.972.25" - "@aws/lambda-invoke-store" "^0.2.2" - "@smithy/core" "^3.24.3" - "@smithy/signature-v4" "^5.4.2" - "@smithy/types" "^4.14.2" - bowser "^2.11.0" - tslib "^2.6.2" - -"@aws-sdk/core@^3.974.18": +"@aws-sdk/core@^3.974.18", "@aws-sdk/core@^3.974.9": version "3.974.18" resolved "https://registry.yarnpkg.com/@aws-sdk/core/-/core-3.974.18.tgz#add4817784a3d96d19057701c40fc4ae76e21506" integrity sha512-JDYCPI0j7zGrzXTDFsLB346cxss7J/AxH7+O0MzWlqppJBEyB9Qe6TQXRL6iwLUo/xZkNv9KFmBL2hqElmwW0g== @@ -177,17 +163,6 @@ bowser "^2.11.0" tslib "^2.6.2" -"@aws-sdk/credential-provider-env@^3.972.39": - version "3.972.39" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.39.tgz#538cc859f2ac0e15b141b9e246613a752849ae8c" - integrity sha512-29wX9zpAvEt1vcj0psha+y6ygBHy2V/S72mp6e7q0KARLWXq+pwE/lR6qGkwknQvruh52lXvlqZIga8Hdxkucw== - dependencies: - "@aws-sdk/core" "^3.974.13" - "@aws-sdk/types" "^3.973.9" - "@smithy/core" "^3.24.3" - "@smithy/types" "^4.14.2" - tslib "^2.6.2" - "@aws-sdk/credential-provider-env@^3.972.44": version "3.972.44" resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.44.tgz#123bf8b3131ac308898b15181478ce14e5e19fe9" @@ -199,19 +174,6 @@ "@smithy/types" "^4.14.3" tslib "^2.6.2" -"@aws-sdk/credential-provider-http@^3.972.41": - version "3.972.41" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.41.tgz#07037e7346881cb8bb8ec1fe9f8ed0104072b63a" - integrity sha512-IA3CQTjtJkb6u1H4mE4936c8OPBMa9Jggtwe8U2Mqw/vvb/tZ5Ebd0mcZcX0uKWQhOyYo/+qNIwkV5Xh+FeJJA== - dependencies: - "@aws-sdk/core" "^3.974.13" - "@aws-sdk/types" "^3.973.9" - "@smithy/core" "^3.24.3" - "@smithy/fetch-http-handler" "^5.4.3" - "@smithy/node-http-handler" "^4.7.3" - "@smithy/types" "^4.14.2" - tslib "^2.6.2" - "@aws-sdk/credential-provider-http@^3.972.46": version "3.972.46" resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.46.tgz#d54eb35e09b0e5ccd7e7171b1bdf2b384b823ea9" @@ -225,25 +187,6 @@ "@smithy/types" "^4.14.3" tslib "^2.6.2" -"@aws-sdk/credential-provider-ini@^3.972.43": - version "3.972.43" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.972.43.tgz#cb9779beebd45bd242c12ea48a820047c77e1b05" - integrity sha512-4mzII+3mZEVXXE1xzrLQrCJL7/r62A63bA6SVzZoNL5rqCJghpf+xgGltVrIBBs0n+mOZBKrQl2tRREtvZ5l6A== - dependencies: - "@aws-sdk/core" "^3.974.13" - "@aws-sdk/credential-provider-env" "^3.972.39" - "@aws-sdk/credential-provider-http" "^3.972.41" - "@aws-sdk/credential-provider-login" "^3.972.43" - "@aws-sdk/credential-provider-process" "^3.972.39" - "@aws-sdk/credential-provider-sso" "^3.972.43" - "@aws-sdk/credential-provider-web-identity" "^3.972.43" - "@aws-sdk/nested-clients" "^3.997.11" - "@aws-sdk/types" "^3.973.9" - "@smithy/core" "^3.24.3" - "@smithy/credential-provider-imds" "^4.3.2" - "@smithy/types" "^4.14.2" - tslib "^2.6.2" - "@aws-sdk/credential-provider-ini@^3.972.50": version "3.972.50" resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.972.50.tgz#bb99cebe7dc335a6c262e43022ead6fde2f0035d" @@ -263,18 +206,6 @@ "@smithy/types" "^4.14.3" tslib "^2.6.2" -"@aws-sdk/credential-provider-login@^3.972.43": - version "3.972.43" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.43.tgz#2d6dd4a7d082b0c54be9c5c5269161c14f7ae717" - integrity sha512-HG7kQCwXtbv3oBV61Ins0oNX8KKyvrMqqRkb6ZiAfQHbMuHaiNaEb2KnpKLPkNpqImSBK82UkVE/kaY6IfWikA== - dependencies: - "@aws-sdk/core" "^3.974.13" - "@aws-sdk/nested-clients" "^3.997.11" - "@aws-sdk/types" "^3.973.9" - "@smithy/core" "^3.24.3" - "@smithy/types" "^4.14.2" - tslib "^2.6.2" - "@aws-sdk/credential-provider-login@^3.972.49": version "3.972.49" resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.49.tgz#f3d04fc835cd1c670441023f3509c0b8c73e3041" @@ -287,24 +218,7 @@ "@smithy/types" "^4.14.3" tslib "^2.6.2" -"@aws-sdk/credential-provider-node@^3.972.40": - version "3.972.44" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.44.tgz#af009a773d2e20214edfcc98894d3d0779fbc1c3" - integrity sha512-sDaBIT0yrNNIPfvlsiTCmANm07zKju+ipWODjEXgZlsjMeIJR3LVp7RDyAOzUoAsTbDfYKDWp+i5WrFiQP6rmQ== - dependencies: - "@aws-sdk/credential-provider-env" "^3.972.39" - "@aws-sdk/credential-provider-http" "^3.972.41" - "@aws-sdk/credential-provider-ini" "^3.972.43" - "@aws-sdk/credential-provider-process" "^3.972.39" - "@aws-sdk/credential-provider-sso" "^3.972.43" - "@aws-sdk/credential-provider-web-identity" "^3.972.43" - "@aws-sdk/types" "^3.973.9" - "@smithy/core" "^3.24.3" - "@smithy/credential-provider-imds" "^4.3.2" - "@smithy/types" "^4.14.2" - tslib "^2.6.2" - -"@aws-sdk/credential-provider-node@^3.972.52": +"@aws-sdk/credential-provider-node@^3.972.40", "@aws-sdk/credential-provider-node@^3.972.52": version "3.972.52" resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.52.tgz#9963981d5d043c9d7b5558e8d8586bfe15b29570" integrity sha512-7QX+PbyiWBEOVipJq8Nke/TqXT6lAPLE7fvTaopa39/IVWuLfS+Fzdy71sZJONf/mLGgmtj6aU17+REw3+aRrw== @@ -321,17 +235,6 @@ "@smithy/types" "^4.14.3" tslib "^2.6.2" -"@aws-sdk/credential-provider-process@^3.972.39": - version "3.972.39" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.39.tgz#236f8822180b297e0e98771ee69aea428280a4a7" - integrity sha512-2k/amBifLd75eXNwgvPw/2lKYSQ3NhvHQgkVKVjfUq13/eJ3JRtHmznuFenn74OK3sSfp4SMy1YB2w+UVXoKqA== - dependencies: - "@aws-sdk/core" "^3.974.13" - "@aws-sdk/types" "^3.973.9" - "@smithy/core" "^3.24.3" - "@smithy/types" "^4.14.2" - tslib "^2.6.2" - "@aws-sdk/credential-provider-process@^3.972.44": version "3.972.44" resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.44.tgz#fe9b358351570e6cd6df38aaba8b7304b89ce879" @@ -343,19 +246,6 @@ "@smithy/types" "^4.14.3" tslib "^2.6.2" -"@aws-sdk/credential-provider-sso@^3.972.43": - version "3.972.43" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.972.43.tgz#24546d197ce74a29c89c37b3860952ee28f90c9b" - integrity sha512-LPc3+Y4vhH1T4x6CMqwCM6hk5+SRf/Lwmgm8INm95wxTtIRHcMwQUVkDzWu4Iw/RSncxYM2BC01OrYbxOPZvyg== - dependencies: - "@aws-sdk/core" "^3.974.13" - "@aws-sdk/nested-clients" "^3.997.11" - "@aws-sdk/token-providers" "3.1052.0" - "@aws-sdk/types" "^3.973.9" - "@smithy/core" "^3.24.3" - "@smithy/types" "^4.14.2" - tslib "^2.6.2" - "@aws-sdk/credential-provider-sso@^3.972.49": version "3.972.49" resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.972.49.tgz#15e53221a59a4c656923acb4c976460fa81ab53b" @@ -369,18 +259,6 @@ "@smithy/types" "^4.14.3" tslib "^2.6.2" -"@aws-sdk/credential-provider-web-identity@^3.972.43": - version "3.972.43" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.43.tgz#1d4e99a4cba32c63bab21184f8d5d418c0744224" - integrity sha512-wQtL34lUD/09VXjwAUo2T+I3aEXRDxMB3DKmTJL/Zj0Gi6sLDTrVhae1XVt01yzkquOWajI/sZW72JGDZ1ciTw== - dependencies: - "@aws-sdk/core" "^3.974.13" - "@aws-sdk/nested-clients" "^3.997.11" - "@aws-sdk/types" "^3.973.9" - "@smithy/core" "^3.24.3" - "@smithy/types" "^4.14.2" - tslib "^2.6.2" - "@aws-sdk/credential-provider-web-identity@^3.972.49": version "3.972.49" resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.49.tgz#9adcc1411d8156df4b521c1ed316ffcdaaf140c4" @@ -455,22 +333,6 @@ "@smithy/types" "^4.14.1" tslib "^2.6.2" -"@aws-sdk/nested-clients@^3.997.11": - version "3.997.11" - resolved "https://registry.yarnpkg.com/@aws-sdk/nested-clients/-/nested-clients-3.997.11.tgz#ed97d5dadc5ee15a31834e8af218e502d986d632" - integrity sha512-nWXXJ1r/r8N2Gw1pWolRgED38/A9A8DHR2ETWIv220zh4PZHcybbR4hUVWWktmNXTRHzDJwRluapHn0rZxuoqA== - dependencies: - "@aws-crypto/sha256-browser" "5.2.0" - "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/core" "^3.974.13" - "@aws-sdk/signature-v4-multi-region" "^3.996.28" - "@aws-sdk/types" "^3.973.9" - "@smithy/core" "^3.24.3" - "@smithy/fetch-http-handler" "^5.4.3" - "@smithy/node-http-handler" "^4.7.3" - "@smithy/types" "^4.14.2" - tslib "^2.6.2" - "@aws-sdk/nested-clients@^3.997.17": version "3.997.17" resolved "https://registry.yarnpkg.com/@aws-sdk/nested-clients/-/nested-clients-3.997.17.tgz#9b2c8f2280bd67dea777d4f31eff74083d9b326f" @@ -497,17 +359,6 @@ "@smithy/types" "^4.14.1" tslib "^2.6.2" -"@aws-sdk/signature-v4-multi-region@^3.996.28": - version "3.996.28" - resolved "https://registry.yarnpkg.com/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.996.28.tgz#79c12506d5545953c06fe75956b38050d57902f2" - integrity sha512-qs9z5LqXO/CZC2Lg9SGKpoLU8Rhi+m2pFKZqfO9pytX1clc0katqtsDNupJxFy0xT9wsZSPzM2v1y+/H/zfp5Q== - dependencies: - "@aws-sdk/types" "^3.973.9" - "@smithy/core" "^3.24.3" - "@smithy/signature-v4" "^5.4.2" - "@smithy/types" "^4.14.2" - tslib "^2.6.2" - "@aws-sdk/signature-v4-multi-region@^3.996.32": version "3.996.32" resolved "https://registry.yarnpkg.com/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.996.32.tgz#1a4c96af7090a423c42c3658119abf2c8168e8f9" @@ -518,18 +369,6 @@ "@smithy/types" "^4.14.3" tslib "^2.6.2" -"@aws-sdk/token-providers@3.1052.0": - version "3.1052.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/token-providers/-/token-providers-3.1052.0.tgz#0793c2f58351bf91937e8f83abf39d11937ec8f2" - integrity sha512-QqZNB3so7UIDxZtroc85TQaLVxdZRFm0eWM1CSR2N+b06as9TOrilvrlTZuj3guYlxMs6yLOgGxnklJ5qMYtTw== - dependencies: - "@aws-sdk/core" "^3.974.13" - "@aws-sdk/nested-clients" "^3.997.11" - "@aws-sdk/types" "^3.973.9" - "@smithy/core" "^3.24.3" - "@smithy/types" "^4.14.2" - tslib "^2.6.2" - "@aws-sdk/token-providers@3.1063.0": version "3.1063.0" resolved "https://registry.yarnpkg.com/@aws-sdk/token-providers/-/token-providers-3.1063.0.tgz#5460afd8c787fcafcf39efcc7aa2e0a9646de6dc" @@ -542,15 +381,7 @@ "@smithy/types" "^4.14.3" tslib "^2.6.2" -"@aws-sdk/types@^3.222.0", "@aws-sdk/types@^3.973.8", "@aws-sdk/types@^3.973.9": - version "3.973.9" - resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.973.9.tgz#7d1c08cc6e82ec2ac2f2da102a7dd55806592f7f" - integrity sha512-kuBfgQVdcz5Bmapc4A13YbpVw/pXkesfhetcFYwbntqas8sF41OHyd4o28+/TG2ZQdHBsv90Lsu5y6oitvYCdg== - dependencies: - "@smithy/types" "^4.14.2" - tslib "^2.6.2" - -"@aws-sdk/types@^3.973.11": +"@aws-sdk/types@^3.222.0", "@aws-sdk/types@^3.973.11", "@aws-sdk/types@^3.973.8": version "3.973.11" resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.973.11.tgz#40689661e7cca5bc285d44afe946160d5a7767a7" integrity sha512-YjS0qFuECClRh4qhEyW8XagW0fwEPBeZ1cfsW/gU73Kh/ExFILxbzxOfPCmzF/2DwEvhvsHYt0b0qnvStwKYrg== @@ -596,16 +427,6 @@ "@smithy/types" "^4.14.1" tslib "^2.6.2" -"@aws-sdk/xml-builder@^3.972.25": - version "3.972.25" - resolved "https://registry.yarnpkg.com/@aws-sdk/xml-builder/-/xml-builder-3.972.25.tgz#252ed0afef165a247c2dcc5d72e54b8f9e45f2e2" - integrity sha512-GH+Kjz4nPKWKHnsiQpnhP1MJdTGIcK4rAka6tzakgjjUkVgNsmPeEbbRAf09SzS1hjGu6duGHCBsxYke0BhHjQ== - dependencies: - "@nodable/entities" "2.1.0" - "@smithy/types" "^4.14.2" - fast-xml-parser "5.7.3" - tslib "^2.6.2" - "@aws-sdk/xml-builder@^3.972.28": version "3.972.28" resolved "https://registry.yarnpkg.com/@aws-sdk/xml-builder/-/xml-builder-3.972.28.tgz#989480c71277d945fc5788df0acd32cc2ea98be5" @@ -1492,7 +1313,7 @@ outvariant "^1.4.3" strict-event-emitter "^0.5.1" -"@nodable/entities@2.1.0", "@nodable/entities@^2.1.0": +"@nodable/entities@^2.1.0": version "2.1.0" resolved "https://registry.yarnpkg.com/@nodable/entities/-/entities-2.1.0.tgz#f543e5c6446720d4cf9e498a83019dd159973bc2" integrity sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA== @@ -2224,16 +2045,16 @@ o11y "^264.5.0" o11y_schema "260.5.0" -"@salesforce/packaging@^4.24.3": - version "4.24.3" - resolved "https://registry.yarnpkg.com/@salesforce/packaging/-/packaging-4.24.3.tgz#e148fd73e20f264f9d04f796c1a1809c9453a706" - integrity sha512-PqLpjyYId1Fjbpl6I6gvvDwRuvgXLVtWMvUDE8a1lYhAi7OhqRaxw0o5NZ/wAp/DyqG02j3q4kwlw1iMFyzt/Q== +"@salesforce/packaging@^4.25.0": + version "4.25.1" + resolved "https://registry.yarnpkg.com/@salesforce/packaging/-/packaging-4.25.1.tgz#f77b1aa59543b10ee01b0f2f2bd43aeaf7d6062c" + integrity sha512-1HAqOzArffpDNmjlFhC7+XZhatmOoPZO7r5+W8oEUy+2wDEogCWvC4u2WEp9YThcg4cQAEYJ6dpXGbuZFgbw4Q== dependencies: "@jsforce/jsforce-node" "^3.10.15" "@salesforce/core" "^8.31.0" "@salesforce/kit" "^3.2.6" "@salesforce/schemas" "^1.10.3" - "@salesforce/source-deploy-retrieve" "^12.36.0" + "@salesforce/source-deploy-retrieve" "^12.36.2" "@salesforce/ts-types" "^2.0.12" "@salesforce/types" "^1.7.3" fast-xml-parser "^5.7.2" @@ -2417,15 +2238,15 @@ open "^10.2.0" terminal-link "^3.0.0" -"@salesforce/plugin-packaging@2.28.6": - version "2.28.6" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-packaging/-/plugin-packaging-2.28.6.tgz#3d477111ec2a2b3aef97245c5313e383987dfaa7" - integrity sha512-RG2UR0HuP1gsJomzMmA8jTizcQmEwkzFTrxlGu9oYxTP43gQOffN50jQiGRnfEJze/gc7+/QuG4tRpVIoMznlw== +"@salesforce/plugin-packaging@2.29.0": + version "2.29.0" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-packaging/-/plugin-packaging-2.29.0.tgz#fe3f15efc335278af189bf30966d5e4772bebbb8" + integrity sha512-j+7K5SB/8SuSYopnREMcY847bXrX/CNH2Y/rknt+yxVyPOG8k7xsqKak9JGDVASDeA3aCGjmm+9DWRmFSxk5HA== dependencies: "@oclif/core" "^4" "@salesforce/core" "^8.31.0" "@salesforce/kit" "^3.2.6" - "@salesforce/packaging" "^4.24.3" + "@salesforce/packaging" "^4.25.0" "@salesforce/sf-plugins-core" "^12.2.22" chalk "^5.6.2" @@ -2853,16 +2674,7 @@ resolved "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.2.tgz" integrity sha512-sXXKG+uL9IrKqViTtao2Ws6dy0znu9sOaP1di/jKGW1M6VssO8vlpXCQcpZ+jisQ1tTFAC5Jo/EOzFbggBagFQ== -"@smithy/core@^3.24.1", "@smithy/core@^3.24.3", "@smithy/core@^3.24.4": - version "3.24.4" - resolved "https://registry.yarnpkg.com/@smithy/core/-/core-3.24.4.tgz#aded2ba46962b5cceaaa75f646433ac4813c2e17" - integrity sha512-3UNRKEyQyAgVgM0LGlerCLm+ChZWZ1GPfde+jBEW6bm6bSBGU1p0EbblaUV3unbhwvidjLA5Zs3sOs7mnZwvAw== - dependencies: - "@aws-crypto/crc32" "5.2.0" - "@smithy/types" "^4.14.2" - tslib "^2.6.2" - -"@smithy/core@^3.24.6": +"@smithy/core@^3.24.1", "@smithy/core@^3.24.6": version "3.24.6" resolved "https://registry.yarnpkg.com/@smithy/core/-/core-3.24.6.tgz#72891bad85d577b2e43f30a8fc67adf36d577798" integrity sha512-wBXDRup6UU97VKyaiRo8AssnfStPtG0oAAfpq/bC0a1YYau8pM86YB4kM6ccoVi1mS8l/UHbn9oDM+7uozr/ug== @@ -2871,15 +2683,6 @@ "@smithy/types" "^4.14.3" tslib "^2.6.2" -"@smithy/credential-provider-imds@^4.3.2": - version "4.3.3" - resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-4.3.3.tgz#bead31aad6bebac48f034016bce77f68f8b2e4ab" - integrity sha512-I2Bti0DKFo2IJyN28ijCsx51BAumEYR4/1yZ1FXyBygy9MqbnMqCev4JPth/MbpRfBSRAX35hITSnAdJRo1u5w== - dependencies: - "@smithy/core" "^3.24.3" - "@smithy/types" "^4.14.2" - tslib "^2.6.2" - "@smithy/credential-provider-imds@^4.3.7": version "4.3.8" resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-4.3.8.tgz#d22f0ed81bac46017fa2f8f848ad89ab506892bb" @@ -2889,16 +2692,7 @@ "@smithy/types" "^4.14.3" tslib "^2.6.2" -"@smithy/fetch-http-handler@^5.4.1", "@smithy/fetch-http-handler@^5.4.3": - version "5.4.4" - resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-5.4.4.tgz#df28cfdbdbd192cef9508347b488d8874d0166dd" - integrity sha512-qM7AUKI4G6d7lNgaZD3lA1tWSolh5r6gcixfTZAPstVURfjIbvreVTPz+994M0yC3HbX4YYhDRgr31Xy3XwWOQ== - dependencies: - "@smithy/core" "^3.24.4" - "@smithy/types" "^4.14.2" - tslib "^2.6.2" - -"@smithy/fetch-http-handler@^5.4.6": +"@smithy/fetch-http-handler@^5.4.1", "@smithy/fetch-http-handler@^5.4.6": version "5.4.6" resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-5.4.6.tgz#745cdf8b6c333632672f8f48360bde04b8955b47" integrity sha512-FEwEYJ1jlBKdhe9TPzfghEi1bP55ZeEImlDkEa62bBBYzUcnB6RUCyuiS2mqKt6ZVjUbBgcNhzfIctH+Hevx9g== @@ -2914,16 +2708,7 @@ dependencies: tslib "^2.6.2" -"@smithy/node-http-handler@^4.6.1", "@smithy/node-http-handler@^4.7.1", "@smithy/node-http-handler@^4.7.3": - version "4.7.4" - resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.7.4.tgz#dfa9634130841cbb0a780c8b4a3ea7ec1c904f0c" - integrity sha512-HIeF+1vrDGzPkkv39Hj2vlHSXHY3p958jd/8ZnePIY6+ZOsQX8coyEUKO5yQu4r0bQIVsbpotVIrXXwyycMStQ== - dependencies: - "@smithy/core" "^3.24.4" - "@smithy/types" "^4.14.2" - tslib "^2.6.2" - -"@smithy/node-http-handler@^4.7.6": +"@smithy/node-http-handler@^4.6.1", "@smithy/node-http-handler@^4.7.1", "@smithy/node-http-handler@^4.7.6": version "4.7.7" resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.7.7.tgz#cd0669141c5ee10c8b0516b652326ca4c28d643a" integrity sha512-ZAFvHXrEk6K180EVhmZVg8GU5pUH5BSFqRs27JW3j1qEFx9YyYwWFx17x/MHcjALYimGAji7qEOlF1++be+G5A== @@ -2932,15 +2717,6 @@ "@smithy/types" "^4.14.3" tslib "^2.6.2" -"@smithy/signature-v4@^5.4.2": - version "5.4.3" - resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-5.4.3.tgz#d5bea6e6c32fef6bee0afe6819b9c9551b905103" - integrity sha512-53+75QuPl6DL+ct6vVEB51FDO5oulXr20TPV46VvJZg76lIlXNWfxi8j+G2V/t0I2qxCBOa3vX/8bmjrpFVo9g== - dependencies: - "@smithy/core" "^3.24.3" - "@smithy/types" "^4.14.2" - tslib "^2.6.2" - "@smithy/signature-v4@^5.4.6": version "5.4.6" resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-5.4.6.tgz#5d2b98aa10e629b6aef36f2289226df81ba4c98e" @@ -2950,14 +2726,7 @@ "@smithy/types" "^4.14.3" tslib "^2.6.2" -"@smithy/types@^4.11.0", "@smithy/types@^4.14.1", "@smithy/types@^4.14.2": - version "4.14.2" - resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.14.2.tgz#6034ff1e0e52bfb7d744ac371b651a8bf21f30f1" - integrity sha512-P+otAxbV4CqBybp7EkcJCrig63yE2E7PuNVOmilVMRcx/O+QDzGULTrKsq4DV13gSfak9ObPrWaHl/9bL5YcWw== - dependencies: - tslib "^2.6.2" - -"@smithy/types@^4.14.3": +"@smithy/types@^4.11.0", "@smithy/types@^4.14.1", "@smithy/types@^4.14.3": version "4.14.3" resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.14.3.tgz#784e6d556231645744edf3fea85daaac9054eb40" integrity sha512-YupL0ZWmFtJexUN2cHzkvvF/b9pKrtAIfT1o7/oY/Ppu8IYeZ+lDPM5vZdQJaSeA132dJCqojjGC9NhXeF71VQ==