From 45aba5e519a76dfb06558fbd0b8ef6cf1284de2d Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 5 Mar 2024 02:08:03 +0000 Subject: [PATCH] chore(release): bump to 2.32.5 --- README.md | 183 +++++++++++--------- package.json | 14 +- yarn.lock | 478 +++++++++++---------------------------------------- 3 files changed, 209 insertions(+), 466 deletions(-) diff --git a/README.md b/README.md index 99daa144..dbcfaa31 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.32.4 linux-x64 node-v20.11.1 +@salesforce/cli/2.32.5 linux-x64 node-v20.11.1 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -329,7 +329,7 @@ FLAG DESCRIPTIONS directory. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.20/src/commands/analytics/generate/template.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.21/src/commands/analytics/generate/template.ts)_ ## `sf apex generate class` @@ -385,7 +385,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.20/src/commands/apex/generate/class.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.21/src/commands/apex/generate/class.ts)_ ## `sf apex generate trigger` @@ -452,7 +452,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.20/src/commands/apex/generate/trigger.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.21/src/commands/apex/generate/trigger.ts)_ ## `sf apex get log` @@ -2104,7 +2104,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.20/src/commands/lightning/generate/app.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.21/src/commands/lightning/generate/app.ts)_ ## `sf lightning generate component` @@ -2172,7 +2172,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.20/src/commands/lightning/generate/component.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.21/src/commands/lightning/generate/component.ts)_ ## `sf lightning generate event` @@ -2225,7 +2225,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.20/src/commands/lightning/generate/event.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.21/src/commands/lightning/generate/event.ts)_ ## `sf lightning generate interface` @@ -2278,7 +2278,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.20/src/commands/lightning/generate/interface.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.21/src/commands/lightning/generate/interface.ts)_ ## `sf lightning generate test` @@ -2331,7 +2331,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.20/src/commands/lightning/generate/test.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.21/src/commands/lightning/generate/test.ts)_ ## `sf org assign permset` @@ -5271,7 +5271,7 @@ EXAMPLES $ sf plugins ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.7/src/commands/plugins/index.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.0/src/commands/plugins/index.ts)_ ## `sf plugins discover` @@ -5315,7 +5315,7 @@ EXAMPLES $ sf plugins inspect myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.7/src/commands/plugins/inspect.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.0/src/commands/plugins/inspect.ts)_ ## `sf plugins:install PLUGIN...` @@ -5359,7 +5359,7 @@ EXAMPLES $ sf plugins install someuser/someplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.7/src/commands/plugins/install.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.0/src/commands/plugins/install.ts)_ ## `sf plugins:link PLUGIN` @@ -5389,7 +5389,7 @@ EXAMPLES $ sf plugins link myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.7/src/commands/plugins/link.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.0/src/commands/plugins/link.ts)_ ## `sf plugins reset` @@ -5404,7 +5404,7 @@ FLAGS --reinstall Reinstall all plugins after uninstalling. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.7/src/commands/plugins/reset.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.0/src/commands/plugins/reset.ts)_ ## `sf plugins trust verify` @@ -5460,7 +5460,7 @@ EXAMPLES $ sf plugins uninstall myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.7/src/commands/plugins/uninstall.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.0/src/commands/plugins/uninstall.ts)_ ## `sf plugins update` @@ -5478,7 +5478,7 @@ DESCRIPTION Update installed plugins. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.7/src/commands/plugins/update.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.0/src/commands/plugins/update.ts)_ ## `sf project convert mdapi` @@ -5540,7 +5540,7 @@ FLAG DESCRIPTIONS If you specify this parameter, don’t specify --metadata or --source-dir. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.23/src/commands/project/convert/mdapi.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.25/src/commands/project/convert/mdapi.ts)_ ## `sf project convert source` @@ -5552,7 +5552,7 @@ USAGE | -m ] FLAGS - -d, --output-dir= [default: metadataPackage_1709380111509] Output directory to store the Metadata + -d, --output-dir= [default: metadataPackage_1709594365139] Output directory to store the Metadata API–formatted files in. -m, --metadata=... Metadata component names to convert. -n, --package-name= Name of the package to associate with the metadata-formatted files. @@ -5612,7 +5612,7 @@ FLAG DESCRIPTIONS Override the api version used for api requests made by this command ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.23/src/commands/project/convert/source.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.25/src/commands/project/convert/source.ts)_ ## `sf project delete source` @@ -5751,7 +5751,7 @@ FLAG DESCRIPTIONS - Separate the test names with spaces: --tests Test1 Test2 "Test With Space" ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.23/src/commands/project/delete/source.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.25/src/commands/project/delete/source.ts)_ ## `sf project delete tracking` @@ -5787,7 +5787,7 @@ EXAMPLES $ sf project delete tracking --target-org my-scratch ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.23/src/commands/project/delete/tracking.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.25/src/commands/project/delete/tracking.ts)_ ## `sf project deploy cancel` @@ -5857,7 +5857,7 @@ FLAG DESCRIPTIONS project deploy report". ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.23/src/commands/project/deploy/cancel.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.25/src/commands/project/deploy/cancel.ts)_ ## `sf project deploy preview` @@ -5941,7 +5941,7 @@ FLAG DESCRIPTIONS All child components are included. If you specify this flag, don’t specify --metadata or --source-dir. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.23/src/commands/project/deploy/preview.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.25/src/commands/project/deploy/preview.ts)_ ## `sf project deploy quick` @@ -5981,6 +5981,9 @@ DESCRIPTION This command doesn't support source-tracking. The source you deploy overwrites the corresponding metadata in your org. This command doesn’t attempt to merge your source with the versions in your org. + Note: Don't use this command on sandboxes; the command is intended to be used on production orgs. By default, + sandboxes don't run tests during a deploy. Use `sf project deploy start` instead. + ALIASES $ sf deploy metadata quick @@ -6034,7 +6037,7 @@ ERROR CODES Canceling (69) The deploy is being canceled. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.23/src/commands/project/deploy/quick.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.25/src/commands/project/deploy/quick.ts)_ ## `sf project deploy report` @@ -6129,7 +6132,7 @@ FLAG DESCRIPTIONS --coverage-formatters lcov --coverage-formatters clover ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.23/src/commands/project/deploy/report.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.25/src/commands/project/deploy/report.ts)_ ## `sf project deploy resume` @@ -6225,7 +6228,7 @@ ERROR CODES Canceling (69) The deploy is being canceled. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.23/src/commands/project/deploy/resume.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.25/src/commands/project/deploy/resume.ts)_ ## `sf project deploy start` @@ -6255,8 +6258,8 @@ FLAGS SOURCE FORMAT FLAGS -d, --source-dir=... Path to the local source files to deploy. - -m, --metadata=... Metadata component names to deploy. Wildcards ( `*` ) supported as long as you use - quotes, such as `ApexClass:MyClass*` + -m, --metadata=... Metadata component names to deploy. Wildcards (`*` ) supported as long as you use quotes, + such as `ApexClass:MyClass*`. -x, --manifest= Full file path for manifest (package.xml) of components to deploy. TEST FLAGS @@ -6281,7 +6284,7 @@ DELETE FLAGS --post-destructive-changes= File path for a manifest (destructiveChangesPost.xml) of components to delete after the deploy. --pre-destructive-changes= File path for a manifest (destructiveChangesPre.xml) of components to delete - before the deploy + before the deploy. --purge-on-delete Specify that deleted components in the destructive changes manifest file are immediately eligible for deletion rather than being stored in the Recycle Bin. @@ -6295,7 +6298,7 @@ DESCRIPTION want to deploy. If your org allows source tracking, then this command tracks the changes in your source. Some orgs, such as production - org, never allow source tracking. Source tracking is enabled by default on scratch and sandbox orgs; you can disable + orgs, never allow source tracking. Source tracking is enabled by default on scratch and sandbox orgs; you can disable source tracking when you create the orgs by specifying the --no-track-source flag on the "sf org create scratch|sandbox" commands. @@ -6311,29 +6314,34 @@ EXAMPLES $ sf project deploy start - Deploy the source files in a directory to an org with alias "my-scratch": + Deploy all source files in the "force-app" directory to an org with alias "my-scratch"; show only concise output, in + other words don't print a list of all the source that was deployed: - $ sf project deploy start --source-dir path/to/source --target-org my-scratch + $ sf project deploy start --source-dir force-app --target-org my-scratch --concise - Deploy a specific Apex class and the objects whose source is in a directory (both examples are equivalent): + Deploy all the Apex classes and custom objects that are in the "force-app" directory. The list views, layouts, etc, + that are associated with the custom objects are also deployed. Both examples are equivalent: - $ sf project deploy start --source-dir path/to/apex/classes/MyClass.cls path/to/source/objects - $ sf project deploy start --source-dir path/to/apex/classes/MyClass.cls --source-dir path/to/source/objects + $ sf project deploy start --source-dir force-app/main/default/classes force-app/main/default/objects + $ sf project deploy start --source-dir force-app/main/default/classes --source-dir \ + force-app/main/default/objects - Deploy all Apex classes: + Deploy all Apex classes that are in all package directories defined in the "sfdx-project.json" file: $ sf project deploy start --metadata ApexClass - Deploy a specific Apex class: + Deploy a specific Apex class; ignore any conflicts between the local project and org (be careful with this flag, + because it will overwrite the Apex class in the org if there are conflicts!): - $ sf project deploy start --metadata ApexClass:MyApexClass + $ sf project deploy start --metadata ApexClass:MyApexClass --ignore-conflicts Deploy specific Apex classes that match a pattern; in this example, deploy Apex classes whose names contain the - string "MyApex": + string "MyApex". Also ignore any deployment warnings (again, be careful with this flag! You typically want to see + the warnings): - $ sf project deploy start --metadata 'ApexClass:MyApex*' + $ sf project deploy start --metadata 'ApexClass:MyApex*' --ignore-warnings - Deploy all custom objects and Apex classes (both examples are equivalent): + Deploy all custom objects and Apex classes found in all defined package directories (both examples are equivalent): $ sf project deploy start --metadata CustomObject ApexClass $ sf project deploy start --metadata CustomObject --metadata ApexClass @@ -6370,8 +6378,13 @@ FLAG DESCRIPTIONS -g, --ignore-warnings Ignore warnings and allow a deployment to complete successfully. - If a warning occurs and this flag is set to true, the success status of the deployment is set to true. When this - flag is set to false, success is set to false, and the warning is treated like an error. + If you specify this flag, and a warning occurs, the success status of the deployment is set to true. If you don't + specify this flag, and a warning occurs, then the success status is set to false, and the warning is treated like an + error. + + This flag is useful in a CI environment and your deployment includes destructive changes; if you try to delete a + component that doesn't exist in the org, you get a warning. In this case, to ensure that the command returns a + success value of true, specify this flag. -l, --test-level=NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg Deployment Apex testing level. @@ -6401,9 +6414,8 @@ FLAG DESCRIPTIONS -r, --ignore-errors Ignore any errors and don’t roll back deployment. - When deploying to a production org, keep this flag set to false (default value). When set to true, components - without errors are deployed and components with errors are skipped, and could result in an inconsistent production - org. + Never use this flag when deploying to a production org. If you specify it, components without errors are deployed + and components with errors are skipped, and could result in an inconsistent production org. -t, --tests=... Apex tests to run when --test-level is RunSpecifiedTests. @@ -6454,7 +6466,7 @@ ERROR CODES Canceling (69) The deploy is being canceled. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.23/src/commands/project/deploy/start.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.25/src/commands/project/deploy/start.ts)_ ## `sf project deploy validate` @@ -6528,20 +6540,28 @@ DESCRIPTION --metadata flag with multiple names separated by spaces. Enclose names that contain spaces in one set of double quotes. The same syntax applies to --manifest and --source-dir. + Note: Don't use this command on sandboxes; the command is intended to be used on production orgs. By default, + sandboxes don't run tests during a deploy. If you want to validate a deployment with tests on a sandbox, use "sf + project deploy start --dry-run --test-level RunLocalTests" instead. + ALIASES $ sf deploy metadata validate EXAMPLES NOTE: These examples focus on validating large deployments. See the help for "sf project deploy start" for examples of deploying smaller sets of metadata which you can also use to validate. - Validate the deployment of all source files in a directory to the default org: + Validate the deployment of all source files in the "force-app" directory to the default org: + + $ sf project deploy validate --source-dir force-app - $ sf project deploy validate --source-dir path/to/source + Validate the deployment of all source files in two directories: "force-app" and "force-app-utils": + + $ sf project deploy validate --source-dir force-app --source-dir force-app-utils Asynchronously validate the deployment and run all tests in the org with alias "my-prod-org"; command immediately returns the job ID: - $ sf project deploy validate --source-dir path/to/source --async --test-level RunAllTestsInOrg --target-org \ + $ sf project deploy validate --source-dir force-app --async --test-level RunAllTestsInOrg --target-org \ my-prod-org Validate the deployment of all components listed in a manifest: @@ -6563,8 +6583,13 @@ FLAG DESCRIPTIONS -g, --ignore-warnings Ignore warnings and allow a deployment to complete successfully. - If a warning occurs and this flag is set to true, the success status of the deployment is set to true. When this - flag is set to false, success is set to false, and the warning is treated like an error. + If you specify this flag, and a warning occurs, the success status of the deployment is set to true. If you don't + specify this flag, and a warning occurs, then the success status is set to false, and the warning is treated like an + error. + + This flag is useful in a CI environment and your deployment includes destructive changes; if you try to delete a + component that doesn't exist in the org, you get a warning. In this case, to ensure that the command returns a + success value of true, specify this flag. -l, --test-level=RunAllTestsInOrg|RunLocalTests|RunSpecifiedTests Deployment Apex testing level. @@ -6633,7 +6658,7 @@ ERROR CODES Canceling (69) The deploy is being canceled. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.23/src/commands/project/deploy/validate.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.25/src/commands/project/deploy/validate.ts)_ ## `sf project generate` @@ -6737,7 +6762,7 @@ FLAG DESCRIPTIONS Override the api version used for api requests made by this command ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.20/src/commands/project/generate.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.21/src/commands/project/generate.ts)_ ## `sf project generate manifest` @@ -6812,7 +6837,7 @@ EXAMPLES $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.23/src/commands/project/generate/manifest.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.25/src/commands/project/generate/manifest.ts)_ ## `sf project list ignored` @@ -6853,7 +6878,7 @@ EXAMPLES $ sf project list ignored --source-dir package.xml ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.23/src/commands/project/list/ignored.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.25/src/commands/project/list/ignored.ts)_ ## `sf project reset tracking` @@ -6901,7 +6926,7 @@ EXAMPLES $ sf project reset tracking --revision 30 ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.23/src/commands/project/reset/tracking.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.25/src/commands/project/reset/tracking.ts)_ ## `sf project retrieve preview` @@ -6957,7 +6982,7 @@ FLAG DESCRIPTIONS Overrides your default org. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.23/src/commands/project/retrieve/preview.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.25/src/commands/project/retrieve/preview.ts)_ ## `sf project retrieve start` @@ -6973,8 +6998,8 @@ FLAGS -c, --ignore-conflicts Ignore conflicts and retrieve and save files to your local filesystem, even if they overwrite your local changes. -d, --source-dir=... File paths for source to retrieve from the org. - -m, --metadata=... Metadata component names to retrieve. Wildcards ( `*` ) supported as long as you use - quotes, such as `ApexClass:MyClass*` + -m, --metadata=... Metadata component names to retrieve. Wildcards (`*`) supported as long as you use + quotes, such as `ApexClass:MyClass*`. -n, --package-name=... Package names to retrieve. -o, --target-org= (required) Login username or alias for the target org. -r, --output-dir= Directory root for the retrieved source files. @@ -7000,7 +7025,7 @@ DESCRIPTION --target-metadata-dir flag, which retrieves the components into a ZIP file in the specified directory. If your org allows source tracking, then this command tracks the changes in your source. Some orgs, such as production - org, never allow source tracking. Source tracking is enabled by default on scratch and sandbox orgs; you can disable + orgs, never allow source tracking. Source tracking is enabled by default on scratch and sandbox orgs; you can disable source tracking when you create the orgs by specifying the --no-track-source flag on the "sf org create scratch|sandbox" commands. @@ -7012,33 +7037,37 @@ ALIASES $ sf retrieve metadata EXAMPLES - Retrieve remote changes from your default org: + Retrieve all remote changes from your default org: $ sf project retrieve start - Retrieve the source files in a directory from an org with alias "my-scratch": + Retrieve the source files in the "force-app" directory from an org with alias "my-scratch": - $ sf project retrieve start --source-dir path/to/source --target-org my-scratch + $ sf project retrieve start --source-dir force-app --target-org my-scratch - Retrieve a specific Apex class and the objects whose source is in a directory (both examples are equivalent): + Retrieve all the Apex classes and custom objects whose source is in the "force-app" directory. The list views, + layouts, etc, that are associated with the custom objects are also retrieved. Both examples are equivalent: - $ sf project retrieve start --source-dir path/to/apex/classes/MyClass.cls path/to/source/objects - $ sf project retrieve start --source-dir path/to/apex/classes/MyClass.cls --source-dir path/to/source/objects + $ sf project retrieve start --source-dir force-app/main/default/classes force-app/main/default/objects + $ sf project retrieve start --source-dir force-app/main/default/classes --source-dir \ + force-app/main/default/objects - Retrieve all Apex classes: + Retrieve all Apex classes that are in all package directories defined in the "sfdx-project.json" file: $ sf project retrieve start --metadata ApexClass - Retrieve a specific Apex class: + Retrieve a specific Apex class; ignore any conflicts between the local project and org (be careful with this flag, + because it will overwrite the Apex class source files in your local project if there are conflicts!): - $ sf project retrieve start --metadata ApexClass:MyApexClass + $ sf project retrieve start --metadata ApexClass:MyApexClass --ignore-conflicts Retrieve specific Apex classes that match a pattern; in this example, retrieve Apex classes whose names contain the string "MyApex": $ sf project retrieve start --metadata 'ApexClass:MyApex*' - Retrieve all custom objects and Apex classes (both examples are equivalent): + Retrieve all custom objects and Apex classes found in all defined package directories (both examples are + equivalent): $ sf project retrieve start --metadata CustomObject ApexClass $ sf project retrieve start --metadata CustomObject --metadata ApexClass @@ -7111,7 +7140,7 @@ ENVIRONMENT VARIABLES SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.23/src/commands/project/retrieve/start.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.25/src/commands/project/retrieve/start.ts)_ ## `sf schema generate field` @@ -7308,7 +7337,7 @@ DESCRIPTION Once you select a command, hit enter and it will show the help for that command. ``` -_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.18/src/commands/search.ts)_ +_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.19/src/commands/search.ts)_ ## `sf sobject describe` @@ -7452,7 +7481,7 @@ FLAG DESCRIPTIONS etc. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.20/src/commands/static-resource/generate.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.21/src/commands/static-resource/generate.ts)_ ## `sf update [CHANNEL]` @@ -7489,7 +7518,7 @@ EXAMPLES $ sf update --available ``` -_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.1.15/src/commands/update.ts)_ +_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.1.16/src/commands/update.ts)_ ## `sf version` @@ -7564,7 +7593,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.20/src/commands/visualforce/generate/component.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.21/src/commands/visualforce/generate/component.ts)_ ## `sf visualforce generate page` @@ -7612,7 +7641,7 @@ FLAG DESCRIPTIONS The name can be up to 40 characters and must start with a letter. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.20/src/commands/visualforce/generate/page.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.21/src/commands/visualforce/generate/page.ts)_ ## `sf which` diff --git a/package.json b/package.json index 179d2758..4777e43a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.32.4", + "version": "2.32.5", "author": "Salesforce", "bin": { "sf": "./bin/run.js", @@ -136,14 +136,14 @@ }, "dependencies": { "@inquirer/select": "^1.3.1", - "@oclif/core": "3.20.0", + "@oclif/core": "3.22.0", "@oclif/plugin-autocomplete": "3.0.11", "@oclif/plugin-commands": "3.1.7", "@oclif/plugin-help": "6.0.15", "@oclif/plugin-not-found": "3.0.13", - "@oclif/plugin-plugins": "4.2.7", - "@oclif/plugin-search": "1.0.18", - "@oclif/plugin-update": "4.1.15", + "@oclif/plugin-plugins": "4.3.0", + "@oclif/plugin-search": "1.0.19", + "@oclif/plugin-update": "4.1.16", "@oclif/plugin-version": "2.0.13", "@oclif/plugin-warn-if-update-available": "3.0.12", "@oclif/plugin-which": "3.1.2", @@ -151,7 +151,7 @@ "@salesforce/plugin-apex": "3.0.26", "@salesforce/plugin-auth": "3.3.20", "@salesforce/plugin-data": "3.1.7", - "@salesforce/plugin-deploy-retrieve": "3.2.23", + "@salesforce/plugin-deploy-retrieve": "3.2.25", "@salesforce/plugin-info": "3.0.28", "@salesforce/plugin-limits": "3.1.13", "@salesforce/plugin-marketplace": "1.0.26", @@ -162,7 +162,7 @@ "@salesforce/plugin-sobject": "1.1.17", "@salesforce/plugin-source": "3.1.18", "@salesforce/plugin-telemetry": "3.1.15", - "@salesforce/plugin-templates": "56.0.20", + "@salesforce/plugin-templates": "56.0.21", "@salesforce/plugin-trust": "3.3.16", "@salesforce/plugin-user": "3.3.1", "@salesforce/sf-plugins-core": "7.1.14", diff --git a/yarn.lock b/yarn.lock index 4ef72f48..2b46bd9f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -911,7 +911,7 @@ "@smithy/types" "^2.10.1" tslib "^2.5.0" -"@aws-sdk/types@3.515.0", "@aws-sdk/types@^3.222.0": +"@aws-sdk/types@3.515.0": version "3.515.0" resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.515.0.tgz#ee97c887293211f1891bc1d8f0aaf354072b6002" integrity sha512-B3gUpiMlpT6ERaLvZZ61D0RyrQPsFYDkCncLPVkZOKkCOoFU46zi1o6T5JcYiz8vkx1q9RGloQ5exh79s5pU/w== @@ -919,7 +919,7 @@ "@smithy/types" "^2.9.1" tslib "^2.5.0" -"@aws-sdk/types@3.523.0": +"@aws-sdk/types@3.523.0", "@aws-sdk/types@^3.222.0": version "3.523.0" resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.523.0.tgz#2bb11390023949f31d9211212f41e245a7f03489" integrity sha512-AqGIu4u+SxPiUuNBp2acCVcq80KDUFjxe6e3cMTvKWTzCbrVk1AXv0dAaJnCmdkWIha6zJDWxpIk/aL4EGhZ9A== @@ -2127,10 +2127,10 @@ node-gyp "^10.0.0" which "^4.0.0" -"@oclif/core@3.20.0", "@oclif/core@^3", "@oclif/core@^3.10.2", "@oclif/core@^3.15.1", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6", "@oclif/core@^3.20.0": - version "3.20.0" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.20.0.tgz#534458dc6e8c46d8f03906aaadaca079e16a6554" - integrity sha512-8BajhglY8frYGAS1whAukeouFZUN9MgQoLfNXtScPVEAjPlaD2BbSIAYQH2yF2qb/iVvbj/1DwYS3gqicYOq1A== +"@oclif/core@3.21.0": + version "3.21.0" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.21.0.tgz#a235704e66589c8c104ccd616d0a8f1f36cf693e" + integrity sha512-xR7qGPOWtOnYmdYocSn6oEh2oTQLsPOXoj3HYGpb26V3WulwF8Cm33WPnMsSISv4ben3Rtc5i59u9O5NnuG42g== dependencies: "@types/cli-progress" "^3.11.5" ansi-escapes "^4.3.2" @@ -2160,6 +2160,40 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" +"@oclif/core@3.22.0", "@oclif/core@^3", "@oclif/core@^3.15.1", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0": + version "3.22.0" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.22.0.tgz#92e414347e9a0823504f45fae8c99a2604708f13" + integrity sha512-w7V1la5PAS5Ojr5aOG904A245kdVJRMcvgcRr3NG28EX2vIm7jkg71gIULlbvhDrFRzljH2iX2VYqF7ho3x8GQ== + dependencies: + "@types/cli-progress" "^3.11.5" + ansi-escapes "^4.3.2" + ansi-styles "^4.3.0" + cardinal "^2.1.1" + chalk "^4.1.2" + clean-stack "^3.0.1" + cli-progress "^3.12.0" + color "^4.2.3" + debug "^4.3.4" + ejs "^3.1.9" + get-package-type "^0.1.0" + globby "^11.1.0" + hyperlinker "^1.0.0" + indent-string "^4.0.0" + is-wsl "^2.2.0" + js-yaml "^3.14.1" + minimatch "^9.0.3" + natural-orderby "^2.0.3" + object-treeify "^1.1.33" + password-prompt "^1.1.3" + slice-ansi "^4.0.0" + string-width "^4.2.3" + strip-ansi "^6.0.1" + supports-color "^8.1.1" + supports-hyperlinks "^2.2.0" + widest-line "^3.1.0" + wordwrap "^1.0.0" + wrap-ansi "^7.0.0" + "@oclif/core@^2.11.8": version "2.15.0" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.15.0.tgz#f27797b30a77d13279fba88c1698fc34a0bd0d2a" @@ -2244,12 +2278,12 @@ chalk "^5.3.0" fast-levenshtein "^3.0.0" -"@oclif/plugin-plugins@4.2.7": - version "4.2.7" - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-4.2.7.tgz#ff348d6ce1a966ce3958a27d57499c4b91d04cac" - integrity sha512-kyFa8uHXIE/XsphRt69kTlpdpaQSLxaaKhHeJWn3GnqwajS8EXbQ+Izq6z60y1+KjqFTLbVSQUUXLuNCqfhimw== +"@oclif/plugin-plugins@4.3.0": + version "4.3.0" + resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-4.3.0.tgz#ba2e9bb251ee133f3b5928a90634d68fad4dbad2" + integrity sha512-n3Qgf9/bbQR0bGGslD7ODDaxv8om382tyaRtA8IdOjgiboTX8X1kG/xWEONObWrZ4vrXz6osaoWbCRgxlOYutQ== dependencies: - "@oclif/core" "^3.10.2" + "@oclif/core" "^3.21.0" chalk "^5.3.0" debug "^4.3.4" npm "10.5.0" @@ -2259,18 +2293,18 @@ validate-npm-package-name "^5.0.0" yarn "^1.22.21" -"@oclif/plugin-search@1.0.18": - version "1.0.18" - resolved "https://registry.yarnpkg.com/@oclif/plugin-search/-/plugin-search-1.0.18.tgz#a5f4b16af4ac3123321e4ef49730e38c0e362b5b" - integrity sha512-NNC9pIrt5OuNL4hYHiixf1TisKJ227jkc/Oac6gyI4Uz+WThvCCYYKG9Nfe5T7yHfyLlel4R7tjX+o0yacURWw== +"@oclif/plugin-search@1.0.19": + version "1.0.19" + resolved "https://registry.yarnpkg.com/@oclif/plugin-search/-/plugin-search-1.0.19.tgz#1c275698a5da0dde24db77e824d4b66b6ca4b508" + integrity sha512-fpjXmrSo5dDpx4wJr2f1frV3L9kZYRyD5Mxa1Iyx9M4hYQFbd1SuqqDpR3agD7pewF2TpRma3CRljJHx4ok9mA== dependencies: - "@oclif/core" "^3.20.0" + "@oclif/core" "3.21.0" inquirer-autocomplete-standalone "^0.8.1" -"@oclif/plugin-update@4.1.15": - version "4.1.15" - resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-4.1.15.tgz#a8a473bfd4706936f3b4c513c24807f6d318d7c3" - integrity sha512-rfwgW8UJo6t5PcEt1PWXdIYcY2ZQ41OChrjH1E1vgClsC5XVTrjIqQ8kwK2u/znxUi/kfYXqh8jwhtAKvMbKZQ== +"@oclif/plugin-update@4.1.16": + version "4.1.16" + resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-4.1.16.tgz#ff641e5223405dc2436ccffc1f2e120503ec9823" + integrity sha512-jS8qsmHye2ZCi6iu6OSVrjY3gnMPHt8n2MdiJnComOsjcsCleijKXc+IFU+i/dCaKbg+mhk+5an4APrADiVRUg== dependencies: "@oclif/core" "^3.20.0" chalk "^5" @@ -2278,7 +2312,7 @@ debug "^4.3.1" filesize "^6.1.0" http-call "^5.3.0" - inquirer "^9.2.13" + inquirer "^9.2.15" lodash.throttle "^4.1.1" semver "^7.6.0" tar-fs "^2.1.1" @@ -2750,10 +2784,10 @@ csv-stringify "^6.4.5" jsforce "^2.0.0-beta.29" -"@salesforce/plugin-deploy-retrieve@3.2.23": - version "3.2.23" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.2.23.tgz#2c3b8e251510d7b23ddaa31fae008797f2a4e1ca" - integrity sha512-dbAy5H0v2EpCx+IUqkZ0tGrBY2QKU8TXCVQQYw6Zk4peOS4lZDLT5UDxjtovSvKf4XBhyDmTmsR5HtFMBi4TcA== +"@salesforce/plugin-deploy-retrieve@3.2.25": + version "3.2.25" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.2.25.tgz#61d2b90bcd2d15f55d4e543e883eabeebaad77d3" + integrity sha512-XShTuEX7yVq0wXpa8gadvltSrsWd8/9wbCODK7SeZWgF10NLzk243dtKhHxiEBQ6lBvomoDew1TwLk7edMs8OA== dependencies: "@oclif/core" "^3.20.0" "@salesforce/apex-node" "^3.0.2" @@ -2922,12 +2956,12 @@ "@salesforce/telemetry" "^5.0.10" debug "^4.3.4" -"@salesforce/plugin-templates@56.0.20": - version "56.0.20" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-templates/-/plugin-templates-56.0.20.tgz#024f9853c95808c3313b4e1466f7935c53c67b8f" - integrity sha512-e4uuhHqZ0efE2nJkSZhXyGF3pI1tFST0Q3VEsiCHPvIsfY5IH8lZbPg3H0a3DvuS6xFK9QYo/F/Zi6ttlmRQuw== +"@salesforce/plugin-templates@56.0.21": + version "56.0.21" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-templates/-/plugin-templates-56.0.21.tgz#f3655484ec0ef38569cf07f53649986a9a55f059" + integrity sha512-42ni3OyyOM6mAZWm1JpY/MF2t7/52BzTo5r5ay0ISJvWDaciSvBGViL6Zl6m85tGFvDgctyHPJch2VKtix2XRg== dependencies: - "@oclif/core" "^3.19.6" + "@oclif/core" "^3.20.0" "@salesforce/core" "^6.4.2" "@salesforce/sf-plugins-core" "^7.1.14" "@salesforce/templates" "^59.0.4" @@ -3208,14 +3242,6 @@ resolved "https://registry.yarnpkg.com/@sinonjs/text-encoding/-/text-encoding-0.7.2.tgz#5981a8db18b56ba38ef0efb7d995b12aa7b51918" integrity sha512-sXXKG+uL9IrKqViTtao2Ws6dy0znu9sOaP1di/jKGW1M6VssO8vlpXCQcpZ+jisQ1tTFAC5Jo/EOzFbggBagFQ== -"@smithy/abort-controller@^2.1.1": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-2.1.1.tgz#bb68596a7c8213c2ef259bc7fb0f0c118c67ea9d" - integrity sha512-1+qdrUqLhaALYL0iOcN43EP6yAXXQ2wWZ6taf4S2pNGowmOc5gx+iMQv+E42JizNJjB0+gEadOXeV1Bf7JWL1Q== - dependencies: - "@smithy/types" "^2.9.1" - tslib "^2.5.0" - "@smithy/abort-controller@^2.1.3": version "2.1.3" resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-2.1.3.tgz#19997b701b36294c8d27bbc5e59167da2c719fae" @@ -3239,18 +3265,7 @@ dependencies: tslib "^2.5.0" -"@smithy/config-resolver@^2.1.1": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@smithy/config-resolver/-/config-resolver-2.1.1.tgz#fc6b036084b98fd26a8ff01a5d7eb676e41749c7" - integrity sha512-lxfLDpZm+AWAHPFZps5JfDoO9Ux1764fOgvRUBpHIO8HWHcSN1dkgsago1qLRVgm1BZ8RCm8cgv99QvtaOWIhw== - dependencies: - "@smithy/node-config-provider" "^2.2.1" - "@smithy/types" "^2.9.1" - "@smithy/util-config-provider" "^2.2.1" - "@smithy/util-middleware" "^2.1.1" - tslib "^2.5.0" - -"@smithy/config-resolver@^2.1.4": +"@smithy/config-resolver@^2.1.1", "@smithy/config-resolver@^2.1.4": version "2.1.4" resolved "https://registry.yarnpkg.com/@smithy/config-resolver/-/config-resolver-2.1.4.tgz#cb870f82494b10c223c60ba4298b438d9185b4be" integrity sha512-AW2WUZmBAzgO3V3ovKtsUbI3aBNMeQKFDumoqkNxaVDWF/xfnxAWqBKDr/NuG7c06N2Rm4xeZLPiJH/d+na0HA== @@ -3261,21 +3276,7 @@ "@smithy/util-middleware" "^2.1.3" tslib "^2.5.0" -"@smithy/core@^1.3.2": - version "1.3.2" - resolved "https://registry.yarnpkg.com/@smithy/core/-/core-1.3.2.tgz#e11f3860b69ec0bdbd31e6afaa54963c02dc7f8e" - integrity sha512-tYDmTp0f2TZVE18jAOH1PnmkngLQ+dOGUlMd1u67s87ieueNeyqhja6z/Z4MxhybEiXKOWFOmGjfTZWFxljwJw== - dependencies: - "@smithy/middleware-endpoint" "^2.4.1" - "@smithy/middleware-retry" "^2.1.1" - "@smithy/middleware-serde" "^2.1.1" - "@smithy/protocol-http" "^3.1.1" - "@smithy/smithy-client" "^2.3.1" - "@smithy/types" "^2.9.1" - "@smithy/util-middleware" "^2.1.1" - tslib "^2.5.0" - -"@smithy/core@^1.3.5": +"@smithy/core@^1.3.2", "@smithy/core@^1.3.5": version "1.3.5" resolved "https://registry.yarnpkg.com/@smithy/core/-/core-1.3.5.tgz#7523da67b49e165e09ee8019601bea410bf92c38" integrity sha512-Rrc+e2Jj6Gu7Xbn0jvrzZlSiP2CZocIOfZ9aNUA82+1sa6GBnxqL9+iZ9EKHeD9aqD1nU8EK4+oN2EiFpSv7Yw== @@ -3289,18 +3290,7 @@ "@smithy/util-middleware" "^2.1.3" tslib "^2.5.0" -"@smithy/credential-provider-imds@^2.2.1": - version "2.2.1" - resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-2.2.1.tgz#4805bf5e104718b959cf8699113fa9de6ddeeafa" - integrity sha512-7XHjZUxmZYnONheVQL7j5zvZXga+EWNgwEAP6OPZTi7l8J4JTeNh9aIOfE5fKHZ/ee2IeNOh54ZrSna+Vc6TFA== - dependencies: - "@smithy/node-config-provider" "^2.2.1" - "@smithy/property-provider" "^2.1.1" - "@smithy/types" "^2.9.1" - "@smithy/url-parser" "^2.1.1" - tslib "^2.5.0" - -"@smithy/credential-provider-imds@^2.2.3", "@smithy/credential-provider-imds@^2.2.4": +"@smithy/credential-provider-imds@^2.2.1", "@smithy/credential-provider-imds@^2.2.3", "@smithy/credential-provider-imds@^2.2.4": version "2.2.4" resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-2.2.4.tgz#7b237ad8623b782578335b61a616c5463b13451b" integrity sha512-DdatjmBZQnhGe1FhI8gO98f7NmvQFSDiZTwC3WMvLTCKQUY+Y1SVkhJqIuLu50Eb7pTheoXQmK+hKYUgpUWsNA== @@ -3311,17 +3301,7 @@ "@smithy/url-parser" "^2.1.3" tslib "^2.5.0" -"@smithy/eventstream-codec@^2.1.1": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@smithy/eventstream-codec/-/eventstream-codec-2.1.1.tgz#4405ab0f9c77d439c575560c4886e59ee17d6d38" - integrity sha512-E8KYBxBIuU4c+zrpR22VsVrOPoEDzk35bQR3E+xm4k6Pa6JqzkDOdMyf9Atac5GPNKHJBdVaQ4JtjdWX2rl/nw== - dependencies: - "@aws-crypto/crc32" "3.0.0" - "@smithy/types" "^2.9.1" - "@smithy/util-hex-encoding" "^2.1.1" - tslib "^2.5.0" - -"@smithy/eventstream-codec@^2.1.3": +"@smithy/eventstream-codec@^2.1.1", "@smithy/eventstream-codec@^2.1.3": version "2.1.3" resolved "https://registry.yarnpkg.com/@smithy/eventstream-codec/-/eventstream-codec-2.1.3.tgz#6be114d3c4d94f3bfd2e32cb258851baa6129acf" integrity sha512-rGlCVuwSDv6qfKH4/lRxFjcZQnIE0LZ3D4lkMHg7ZSltK9rA74r0VuGSvWVQ4N/d70VZPaniFhp4Z14QYZsa+A== @@ -3366,18 +3346,7 @@ "@smithy/types" "^2.9.1" tslib "^2.5.0" -"@smithy/fetch-http-handler@^2.4.1": - version "2.4.1" - resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-2.4.1.tgz#b4d73bbc1449f61234077d58c705b843a8587bf0" - integrity sha512-VYGLinPsFqH68lxfRhjQaSkjXM7JysUOJDTNjHBuN/ykyRb2f1gyavN9+VhhPTWCy32L4yZ2fdhpCs/nStEicg== - dependencies: - "@smithy/protocol-http" "^3.1.1" - "@smithy/querystring-builder" "^2.1.1" - "@smithy/types" "^2.9.1" - "@smithy/util-base64" "^2.1.1" - tslib "^2.5.0" - -"@smithy/fetch-http-handler@^2.4.3": +"@smithy/fetch-http-handler@^2.4.1", "@smithy/fetch-http-handler@^2.4.3": version "2.4.3" resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-2.4.3.tgz#568bd2031af242fc9172e41dfb364d36d48631d1" integrity sha512-Fn/KYJFo6L5I4YPG8WQb2hOmExgRmNpVH5IK2zU3JKrY5FKW7y9ar5e0BexiIC9DhSKqKX+HeWq/Y18fq7Dkpw== @@ -3398,17 +3367,7 @@ "@smithy/types" "^2.9.1" tslib "^2.5.0" -"@smithy/hash-node@^2.1.1": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@smithy/hash-node/-/hash-node-2.1.1.tgz#0f8a22d97565ca948724f72267e4d3a2f33740a8" - integrity sha512-Qhoq0N8f2OtCnvUpCf+g1vSyhYQrZjhSwvJ9qvR8BUGOtTXiyv2x1OD2e6jVGmlpC4E4ax1USHoyGfV9JFsACg== - dependencies: - "@smithy/types" "^2.9.1" - "@smithy/util-buffer-from" "^2.1.1" - "@smithy/util-utf8" "^2.1.1" - tslib "^2.5.0" - -"@smithy/hash-node@^2.1.3": +"@smithy/hash-node@^2.1.1", "@smithy/hash-node@^2.1.3": version "2.1.3" resolved "https://registry.yarnpkg.com/@smithy/hash-node/-/hash-node-2.1.3.tgz#649b056966e1cba9f738236cbf4f05e8e9820deb" integrity sha512-FsAPCUj7VNJIdHbSxMd5uiZiF20G2zdSDgrgrDrHqIs/VMxK85Vqk5kMVNNDMCZmMezp6UKnac0B4nAyx7HJ9g== @@ -3427,15 +3386,7 @@ "@smithy/util-utf8" "^2.1.1" tslib "^2.5.0" -"@smithy/invalid-dependency@^2.1.1": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@smithy/invalid-dependency/-/invalid-dependency-2.1.1.tgz#bd69fa24dd35e9bc65a160bd86becdf1399e4463" - integrity sha512-7WTgnKw+VPg8fxu2v9AlNOQ5yaz6RA54zOVB4f6vQuR0xFKd+RzlCpt0WidYTsye7F+FYDIaS/RnJW4pxjNInw== - dependencies: - "@smithy/types" "^2.9.1" - tslib "^2.5.0" - -"@smithy/invalid-dependency@^2.1.3": +"@smithy/invalid-dependency@^2.1.1", "@smithy/invalid-dependency@^2.1.3": version "2.1.3" resolved "https://registry.yarnpkg.com/@smithy/invalid-dependency/-/invalid-dependency-2.1.3.tgz#0f0895d3db2e03493f933e10c27551f059b92b6c" integrity sha512-wkra7d/G4CbngV4xsjYyAYOvdAhahQje/WymuQdVEnXFExJopEu7fbL5AEAlBPgWHXwu94VnCSG00gVzRfExyg== @@ -3459,16 +3410,7 @@ "@smithy/util-utf8" "^2.1.1" tslib "^2.5.0" -"@smithy/middleware-content-length@^2.1.1": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@smithy/middleware-content-length/-/middleware-content-length-2.1.1.tgz#df767de12d594bc5622009fb0fc8343522697d8c" - integrity sha512-rSr9ezUl9qMgiJR0UVtVOGEZElMdGFyl8FzWEF5iEKTlcWxGr2wTqGfDwtH3LAB7h+FPkxqv4ZU4cpuCN9Kf/g== - dependencies: - "@smithy/protocol-http" "^3.1.1" - "@smithy/types" "^2.9.1" - tslib "^2.5.0" - -"@smithy/middleware-content-length@^2.1.3": +"@smithy/middleware-content-length@^2.1.1", "@smithy/middleware-content-length@^2.1.3": version "2.1.3" resolved "https://registry.yarnpkg.com/@smithy/middleware-content-length/-/middleware-content-length-2.1.3.tgz#243d74789a311366948dec5a85b03146ac580c51" integrity sha512-aJduhkC+dcXxdnv5ZpM3uMmtGmVFKx412R1gbeykS5HXDmRU6oSsyy2SoHENCkfOGKAQOjVE2WVqDJibC0d21g== @@ -3477,20 +3419,7 @@ "@smithy/types" "^2.10.1" tslib "^2.5.0" -"@smithy/middleware-endpoint@^2.4.1": - version "2.4.1" - resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-2.4.1.tgz#9e500df4d944741808e92018ccd2e948b598a49f" - integrity sha512-XPZTb1E2Oav60Ven3n2PFx+rX9EDsU/jSTA8VDamt7FXks67ekjPY/XrmmPDQaFJOTUHJNKjd8+kZxVO5Ael4Q== - dependencies: - "@smithy/middleware-serde" "^2.1.1" - "@smithy/node-config-provider" "^2.2.1" - "@smithy/shared-ini-file-loader" "^2.3.1" - "@smithy/types" "^2.9.1" - "@smithy/url-parser" "^2.1.1" - "@smithy/util-middleware" "^2.1.1" - tslib "^2.5.0" - -"@smithy/middleware-endpoint@^2.4.4": +"@smithy/middleware-endpoint@^2.4.1", "@smithy/middleware-endpoint@^2.4.4": version "2.4.4" resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-2.4.4.tgz#aa42dc8340a8511a8c66d597cf774e27f0109dd9" integrity sha512-4yjHyHK2Jul4JUDBo2sTsWY9UshYUnXeb/TAK/MTaPEb8XQvDmpwSFnfIRDU45RY1a6iC9LCnmJNg/yHyfxqkw== @@ -3503,22 +3432,7 @@ "@smithy/util-middleware" "^2.1.3" tslib "^2.5.0" -"@smithy/middleware-retry@^2.1.1": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-2.1.1.tgz#ddc749dd927f136714f76ca5a52dcfb0993ee162" - integrity sha512-eMIHOBTXro6JZ+WWzZWd/8fS8ht5nS5KDQjzhNMHNRcG5FkNTqcKpYhw7TETMYzbLfhO5FYghHy1vqDWM4FLDA== - dependencies: - "@smithy/node-config-provider" "^2.2.1" - "@smithy/protocol-http" "^3.1.1" - "@smithy/service-error-classification" "^2.1.1" - "@smithy/smithy-client" "^2.3.1" - "@smithy/types" "^2.9.1" - "@smithy/util-middleware" "^2.1.1" - "@smithy/util-retry" "^2.1.1" - tslib "^2.5.0" - uuid "^8.3.2" - -"@smithy/middleware-retry@^2.1.4": +"@smithy/middleware-retry@^2.1.1", "@smithy/middleware-retry@^2.1.4": version "2.1.4" resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-2.1.4.tgz#a468c64b0186b8edeef444ee9249a88675f3fe23" integrity sha512-Cyolv9YckZTPli1EkkaS39UklonxMd08VskiuMhURDjC0HHa/AD6aK/YoD21CHv9s0QLg0WMLvk9YeLTKkXaFQ== @@ -3533,15 +3447,7 @@ tslib "^2.5.0" uuid "^8.3.2" -"@smithy/middleware-serde@^2.1.1": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@smithy/middleware-serde/-/middleware-serde-2.1.1.tgz#2c5750f76e276a5249720f6c3c24fac29abbee16" - integrity sha512-D8Gq0aQBeE1pxf3cjWVkRr2W54t+cdM2zx78tNrVhqrDykRA7asq8yVJij1u5NDtKzKqzBSPYh7iW0svUKg76g== - dependencies: - "@smithy/types" "^2.9.1" - tslib "^2.5.0" - -"@smithy/middleware-serde@^2.1.3": +"@smithy/middleware-serde@^2.1.1", "@smithy/middleware-serde@^2.1.3": version "2.1.3" resolved "https://registry.yarnpkg.com/@smithy/middleware-serde/-/middleware-serde-2.1.3.tgz#dbb3c4257b66fdab3019809106b02f953bd42a44" integrity sha512-s76LId+TwASrHhUa9QS4k/zeXDUAuNuddKklQzRgumbzge5BftVXHXIqL4wQxKGLocPwfgAOXWx+HdWhQk9hTg== @@ -3549,15 +3455,7 @@ "@smithy/types" "^2.10.1" tslib "^2.5.0" -"@smithy/middleware-stack@^2.1.1": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@smithy/middleware-stack/-/middleware-stack-2.1.1.tgz#67f992dc36e8a6861f881f80a81c1c30956a0396" - integrity sha512-KPJhRlhsl8CjgGXK/DoDcrFGfAqoqvuwlbxy+uOO4g2Azn1dhH+GVfC3RAp+6PoL5PWPb+vt6Z23FP+Mr6qeCw== - dependencies: - "@smithy/types" "^2.9.1" - tslib "^2.5.0" - -"@smithy/middleware-stack@^2.1.3": +"@smithy/middleware-stack@^2.1.1", "@smithy/middleware-stack@^2.1.3": version "2.1.3" resolved "https://registry.yarnpkg.com/@smithy/middleware-stack/-/middleware-stack-2.1.3.tgz#7cf77e6ad5c885bc0b8b0857e9349017d530f7d1" integrity sha512-opMFufVQgvBSld/b7mD7OOEBxF6STyraVr1xel1j0abVILM8ALJvRoFbqSWHGmaDlRGIiV9Q5cGbWi0sdiEaLQ== @@ -3565,17 +3463,7 @@ "@smithy/types" "^2.10.1" tslib "^2.5.0" -"@smithy/node-config-provider@^2.2.1": - version "2.2.1" - resolved "https://registry.yarnpkg.com/@smithy/node-config-provider/-/node-config-provider-2.2.1.tgz#c440c7948d58d72f0e212aa1967aa12f0729defd" - integrity sha512-epzK3x1xNxA9oJgHQ5nz+2j6DsJKdHfieb+YgJ7ATWxzNcB7Hc+Uya2TUck5MicOPhDV8HZImND7ZOecVr+OWg== - dependencies: - "@smithy/property-provider" "^2.1.1" - "@smithy/shared-ini-file-loader" "^2.3.1" - "@smithy/types" "^2.9.1" - tslib "^2.5.0" - -"@smithy/node-config-provider@^2.2.4": +"@smithy/node-config-provider@^2.2.1", "@smithy/node-config-provider@^2.2.4": version "2.2.4" resolved "https://registry.yarnpkg.com/@smithy/node-config-provider/-/node-config-provider-2.2.4.tgz#6c2406a47c4ece45f158a282bb148a6be7867817" integrity sha512-nqazHCp8r4KHSFhRQ+T0VEkeqvA0U+RhehBSr1gunUuNW3X7j0uDrWBxB2gE9eutzy6kE3Y7L+Dov/UXT871vg== @@ -3585,18 +3473,7 @@ "@smithy/types" "^2.10.1" tslib "^2.5.0" -"@smithy/node-http-handler@^2.3.1": - version "2.3.1" - resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-2.3.1.tgz#77d23279ff0a12cbe7cde93c5e7c0e86ad56dd20" - integrity sha512-gLA8qK2nL9J0Rk/WEZSvgin4AppvuCYRYg61dcUo/uKxvMZsMInL5I5ZdJTogOvdfVug3N2dgI5ffcUfS4S9PA== - dependencies: - "@smithy/abort-controller" "^2.1.1" - "@smithy/protocol-http" "^3.1.1" - "@smithy/querystring-builder" "^2.1.1" - "@smithy/types" "^2.9.1" - tslib "^2.5.0" - -"@smithy/node-http-handler@^2.4.1": +"@smithy/node-http-handler@^2.3.1", "@smithy/node-http-handler@^2.4.1": version "2.4.1" resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-2.4.1.tgz#08409108460fcfaa9068f78e1ef655d7af952fef" integrity sha512-HCkb94soYhJMxPCa61wGKgmeKpJ3Gftx1XD6bcWEB2wMV1L9/SkQu/6/ysKBnbOzWRE01FGzwrTxucHypZ8rdg== @@ -3607,15 +3484,7 @@ "@smithy/types" "^2.10.1" tslib "^2.5.0" -"@smithy/property-provider@^2.1.1": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@smithy/property-provider/-/property-provider-2.1.1.tgz#0f7ffc5e43829eaca5b2b5aae8554807a52b30f3" - integrity sha512-FX7JhhD/o5HwSwg6GLK9zxrMUrGnb3PzNBrcthqHKBc3dH0UfgEAU24xnJ8F0uow5mj17UeBEOI6o3CF2k7Mhw== - dependencies: - "@smithy/types" "^2.9.1" - tslib "^2.5.0" - -"@smithy/property-provider@^2.1.3": +"@smithy/property-provider@^2.1.1", "@smithy/property-provider@^2.1.3": version "2.1.3" resolved "https://registry.yarnpkg.com/@smithy/property-provider/-/property-provider-2.1.3.tgz#faaa9b7f605725168493e74600a74beca1b059fb" integrity sha512-bMz3se+ySKWNrgm7eIiQMa2HO/0fl2D0HvLAdg9pTMcpgp4SqOAh6bz7Ik6y7uQqSrk4rLjIKgbQ6yzYgGehCQ== @@ -3623,15 +3492,7 @@ "@smithy/types" "^2.10.1" tslib "^2.5.0" -"@smithy/protocol-http@^3.1.1": - version "3.1.1" - resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-3.1.1.tgz#eee522d0ed964a72b735d64925e07bcfb7a7806f" - integrity sha512-6ZRTSsaXuSL9++qEwH851hJjUA0OgXdQFCs+VDw4tGH256jQ3TjYY/i34N4vd24RV3nrjNsgd1yhb57uMoKbzQ== - dependencies: - "@smithy/types" "^2.9.1" - tslib "^2.5.0" - -"@smithy/protocol-http@^3.2.1": +"@smithy/protocol-http@^3.1.1", "@smithy/protocol-http@^3.2.1": version "3.2.1" resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-3.2.1.tgz#946fcd076525f8208d659fbc70e2a32d21ed1291" integrity sha512-KLrQkEw4yJCeAmAH7hctE8g9KwA7+H2nSJwxgwIxchbp/L0B5exTdOQi9D5HinPLlothoervGmhpYKelZ6AxIA== @@ -3639,15 +3500,6 @@ "@smithy/types" "^2.10.1" tslib "^2.5.0" -"@smithy/querystring-builder@^2.1.1": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-2.1.1.tgz#b9693448ad3f8e0767d84cf5cae29f35514591fb" - integrity sha512-C/ko/CeEa8jdYE4gt6nHO5XDrlSJ3vdCG0ZAc6nD5ZIE7LBp0jCx4qoqp7eoutBu7VrGMXERSRoPqwi1WjCPbg== - dependencies: - "@smithy/types" "^2.9.1" - "@smithy/util-uri-escape" "^2.1.1" - tslib "^2.5.0" - "@smithy/querystring-builder@^2.1.3": version "2.1.3" resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-2.1.3.tgz#e64e126f565b2aae6e9abd1bebc9aa0839842e8d" @@ -3657,14 +3509,6 @@ "@smithy/util-uri-escape" "^2.1.1" tslib "^2.5.0" -"@smithy/querystring-parser@^2.1.1": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@smithy/querystring-parser/-/querystring-parser-2.1.1.tgz#a4282a66cc56844317dbff824e573f469bbfc032" - integrity sha512-H4+6jKGVhG1W4CIxfBaSsbm98lOO88tpDWmZLgkJpt8Zkk/+uG0FmmqMuCAc3HNM2ZDV+JbErxr0l5BcuIf/XQ== - dependencies: - "@smithy/types" "^2.9.1" - tslib "^2.5.0" - "@smithy/querystring-parser@^2.1.3": version "2.1.3" resolved "https://registry.yarnpkg.com/@smithy/querystring-parser/-/querystring-parser-2.1.3.tgz#2786dfa36ac6c7a691eb651339fbcaf160891e69" @@ -3673,13 +3517,6 @@ "@smithy/types" "^2.10.1" tslib "^2.5.0" -"@smithy/service-error-classification@^2.1.1": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@smithy/service-error-classification/-/service-error-classification-2.1.1.tgz#dd24e1ec529ae9ec8e87d8b15f0fc8f7e17f3d02" - integrity sha512-txEdZxPUgM1PwGvDvHzqhXisrc5LlRWYCf2yyHfvITWioAKat7srQvpjMAvgzf0t6t7j8yHrryXU9xt7RZqFpw== - dependencies: - "@smithy/types" "^2.9.1" - "@smithy/service-error-classification@^2.1.3": version "2.1.3" resolved "https://registry.yarnpkg.com/@smithy/service-error-classification/-/service-error-classification-2.1.3.tgz#13dd43ad56576e2b1b7c5a1581affdb9e34dc8ed" @@ -3687,15 +3524,7 @@ dependencies: "@smithy/types" "^2.10.1" -"@smithy/shared-ini-file-loader@^2.3.1": - version "2.3.1" - resolved "https://registry.yarnpkg.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-2.3.1.tgz#a2e28b4d85f8a8262a84403fa2b74a086b3a7703" - integrity sha512-2E2kh24igmIznHLB6H05Na4OgIEilRu0oQpYXo3LCNRrawHAcfDKq9004zJs+sAMt2X5AbY87CUCJ7IpqpSgdw== - dependencies: - "@smithy/types" "^2.9.1" - tslib "^2.5.0" - -"@smithy/shared-ini-file-loader@^2.3.3", "@smithy/shared-ini-file-loader@^2.3.4": +"@smithy/shared-ini-file-loader@^2.3.1", "@smithy/shared-ini-file-loader@^2.3.3", "@smithy/shared-ini-file-loader@^2.3.4": version "2.3.4" resolved "https://registry.yarnpkg.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-2.3.4.tgz#2357bd9dfbb67a951ccd06ca9c872aa845fad888" integrity sha512-CiZmPg9GeDKbKmJGEFvJBsJcFnh0AQRzOtQAzj1XEa8N/0/uSN/v1LYzgO7ry8hhO8+9KB7+DhSW0weqBra4Aw== @@ -3703,21 +3532,7 @@ "@smithy/types" "^2.10.1" tslib "^2.5.0" -"@smithy/signature-v4@^2.1.1": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-2.1.1.tgz#6080171e3d694f40d3f553bbc236c5c433efd4d2" - integrity sha512-Hb7xub0NHuvvQD3YwDSdanBmYukoEkhqBjqoxo+bSdC0ryV9cTfgmNjuAQhTPYB6yeU7hTR+sPRiFMlxqv6kmg== - dependencies: - "@smithy/eventstream-codec" "^2.1.1" - "@smithy/is-array-buffer" "^2.1.1" - "@smithy/types" "^2.9.1" - "@smithy/util-hex-encoding" "^2.1.1" - "@smithy/util-middleware" "^2.1.1" - "@smithy/util-uri-escape" "^2.1.1" - "@smithy/util-utf8" "^2.1.1" - tslib "^2.5.0" - -"@smithy/signature-v4@^2.1.3": +"@smithy/signature-v4@^2.1.1", "@smithy/signature-v4@^2.1.3": version "2.1.3" resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-2.1.3.tgz#ff6b812ce562be97ce182376aeb22e558b64776b" integrity sha512-Jq4iPPdCmJojZTsPePn4r1ULShh6ONkokLuxp1Lnk4Sq7r7rJp4HlA1LbPBq4bD64TIzQezIpr1X+eh5NYkNxw== @@ -3731,19 +3546,7 @@ "@smithy/util-utf8" "^2.1.1" tslib "^2.5.0" -"@smithy/smithy-client@^2.3.1": - version "2.3.1" - resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-2.3.1.tgz#0c3a4a0d3935c7ad2240cc23181f276705212b1f" - integrity sha512-YsTdU8xVD64r2pLEwmltrNvZV6XIAC50LN6ivDopdt+YiF/jGH6PY9zUOu0CXD/d8GMB8gbhnpPsdrjAXHS9QA== - dependencies: - "@smithy/middleware-endpoint" "^2.4.1" - "@smithy/middleware-stack" "^2.1.1" - "@smithy/protocol-http" "^3.1.1" - "@smithy/types" "^2.9.1" - "@smithy/util-stream" "^2.1.1" - tslib "^2.5.0" - -"@smithy/smithy-client@^2.4.2": +"@smithy/smithy-client@^2.3.1", "@smithy/smithy-client@^2.4.2": version "2.4.2" resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-2.4.2.tgz#79e960c8761ae7dc06f592d2691419706745aab7" integrity sha512-ntAFYN51zu3N3mCd95YFcFi/8rmvm//uX+HnK24CRbI6k5Rjackn0JhgKz5zOx/tbNvOpgQIwhSX+1EvEsBLbA== @@ -3755,30 +3558,14 @@ "@smithy/util-stream" "^2.1.3" tslib "^2.5.0" -"@smithy/types@^2.10.1": +"@smithy/types@^2.10.1", "@smithy/types@^2.9.1": version "2.10.1" resolved "https://registry.yarnpkg.com/@smithy/types/-/types-2.10.1.tgz#f2a923fd080447ad2ca19bfd8a77abf15be0b8e8" integrity sha512-hjQO+4ru4cQ58FluQvKKiyMsFg0A6iRpGm2kqdH8fniyNd2WyanoOsYJfMX/IFLuLxEoW6gnRkNZy1y6fUUhtA== dependencies: tslib "^2.5.0" -"@smithy/types@^2.9.1": - version "2.9.1" - resolved "https://registry.yarnpkg.com/@smithy/types/-/types-2.9.1.tgz#ed04d4144eed3b8bd26d20fc85aae8d6e357ebb9" - integrity sha512-vjXlKNXyprDYDuJ7UW5iobdmyDm6g8dDG+BFUncAg/3XJaN45Gy5RWWWUVgrzIK7S4R1KWgIX5LeJcfvSI24bw== - dependencies: - tslib "^2.5.0" - -"@smithy/url-parser@^2.1.1": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@smithy/url-parser/-/url-parser-2.1.1.tgz#a30de227b6734650d740b6dff74d488b874e85e3" - integrity sha512-qC9Bv8f/vvFIEkHsiNrUKYNl8uKQnn4BdhXl7VzQRP774AwIjiSMMwkbT+L7Fk8W8rzYVifzJNYxv1HwvfBo3Q== - dependencies: - "@smithy/querystring-parser" "^2.1.1" - "@smithy/types" "^2.9.1" - tslib "^2.5.0" - -"@smithy/url-parser@^2.1.3": +"@smithy/url-parser@^2.1.1", "@smithy/url-parser@^2.1.3": version "2.1.3" resolved "https://registry.yarnpkg.com/@smithy/url-parser/-/url-parser-2.1.3.tgz#f8a7176fb6fdd38a960d546606576541ae6eb7c0" integrity sha512-X1NRA4WzK/ihgyzTpeGvI9Wn45y8HmqF4AZ/FazwAv8V203Ex+4lXqcYI70naX9ETqbqKVzFk88W6WJJzCggTQ== @@ -3824,18 +3611,7 @@ dependencies: tslib "^2.5.0" -"@smithy/util-defaults-mode-browser@^2.1.1": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-2.1.1.tgz#be9ac82acee6ec4821b610e7187b0e147f0ba8ff" - integrity sha512-lqLz/9aWRO6mosnXkArtRuQqqZBhNpgI65YDpww4rVQBuUT7qzKbDLG5AmnQTCiU4rOquaZO/Kt0J7q9Uic7MA== - dependencies: - "@smithy/property-provider" "^2.1.1" - "@smithy/smithy-client" "^2.3.1" - "@smithy/types" "^2.9.1" - bowser "^2.11.0" - tslib "^2.5.0" - -"@smithy/util-defaults-mode-browser@^2.1.4": +"@smithy/util-defaults-mode-browser@^2.1.1", "@smithy/util-defaults-mode-browser@^2.1.4": version "2.1.4" resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-2.1.4.tgz#e3e85f44480bf8c83a2e22247dd5a7a820ceb655" integrity sha512-J6XAVY+/g7jf03QMnvqPyU+8jqGrrtXoKWFVOS+n1sz0Lg8HjHJ1ANqaDN+KTTKZRZlvG8nU5ZrJOUL6VdwgcQ== @@ -3846,20 +3622,7 @@ bowser "^2.11.0" tslib "^2.5.0" -"@smithy/util-defaults-mode-node@^2.2.0": - version "2.2.0" - resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-2.2.0.tgz#72fd6f945c265f1ef9be647fe829d55df5101390" - integrity sha512-iFJp/N4EtkanFpBUtSrrIbtOIBf69KNuve03ic1afhJ9/korDxdM0c6cCH4Ehj/smI9pDCfVv+bqT3xZjF2WaA== - dependencies: - "@smithy/config-resolver" "^2.1.1" - "@smithy/credential-provider-imds" "^2.2.1" - "@smithy/node-config-provider" "^2.2.1" - "@smithy/property-provider" "^2.1.1" - "@smithy/smithy-client" "^2.3.1" - "@smithy/types" "^2.9.1" - tslib "^2.5.0" - -"@smithy/util-defaults-mode-node@^2.2.3": +"@smithy/util-defaults-mode-node@^2.2.0", "@smithy/util-defaults-mode-node@^2.2.3": version "2.2.3" resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-2.2.3.tgz#23f876eb107ef066c042b4dfdeef637a7c330bb5" integrity sha512-ttUISrv1uVOjTlDa3nznX33f0pthoUlP+4grhTvOzcLhzArx8qHB94/untGACOG3nlf8vU20nI2iWImfzoLkYA== @@ -3872,16 +3635,7 @@ "@smithy/types" "^2.10.1" tslib "^2.5.0" -"@smithy/util-endpoints@^1.1.1": - version "1.1.1" - resolved "https://registry.yarnpkg.com/@smithy/util-endpoints/-/util-endpoints-1.1.1.tgz#45426dba6fb42282a0ad955600b2b3ba050d118f" - integrity sha512-sI4d9rjoaekSGEtq3xSb2nMjHMx8QXcz2cexnVyRWsy4yQ9z3kbDpX+7fN0jnbdOp0b3KSTZJZ2Yb92JWSanLw== - dependencies: - "@smithy/node-config-provider" "^2.2.1" - "@smithy/types" "^2.9.1" - tslib "^2.5.0" - -"@smithy/util-endpoints@^1.1.4": +"@smithy/util-endpoints@^1.1.1", "@smithy/util-endpoints@^1.1.4": version "1.1.4" resolved "https://registry.yarnpkg.com/@smithy/util-endpoints/-/util-endpoints-1.1.4.tgz#4a75de883ac59d042ae5426c9a7d8e274d047980" integrity sha512-/qAeHmK5l4yQ4/bCIJ9p49wDe9rwWtOzhPHblu386fwPNT3pxmodgcs9jDCV52yK9b4rB8o9Sj31P/7Vzka1cg== @@ -3897,15 +3651,7 @@ dependencies: tslib "^2.5.0" -"@smithy/util-middleware@^2.1.1": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@smithy/util-middleware/-/util-middleware-2.1.1.tgz#903ba19bb17704f4b476fb9ade9bf9eb0174bc3d" - integrity sha512-mKNrk8oz5zqkNcbcgAAepeJbmfUW6ogrT2Z2gDbIUzVzNAHKJQTYmH9jcy0jbWb+m7ubrvXKb6uMjkSgAqqsFA== - dependencies: - "@smithy/types" "^2.9.1" - tslib "^2.5.0" - -"@smithy/util-middleware@^2.1.3": +"@smithy/util-middleware@^2.1.1", "@smithy/util-middleware@^2.1.3": version "2.1.3" resolved "https://registry.yarnpkg.com/@smithy/util-middleware/-/util-middleware-2.1.3.tgz#6169d7b1088d2bb29d0129c9146c856a61026e98" integrity sha512-/+2fm7AZ2ozl5h8wM++ZP0ovE9/tiUUAHIbCfGfb3Zd3+Dyk17WODPKXBeJ/TnK5U+x743QmA0xHzlSm8I/qhw== @@ -3913,16 +3659,7 @@ "@smithy/types" "^2.10.1" tslib "^2.5.0" -"@smithy/util-retry@^2.1.1": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-2.1.1.tgz#f2d3566b6e5b841028c7240c852007d4037e49b2" - integrity sha512-Mg+xxWPTeSPrthpC5WAamJ6PW4Kbo01Fm7lWM1jmGRvmrRdsd3192Gz2fBXAMURyXpaNxyZf6Hr/nQ4q70oVEA== - dependencies: - "@smithy/service-error-classification" "^2.1.1" - "@smithy/types" "^2.9.1" - tslib "^2.5.0" - -"@smithy/util-retry@^2.1.3": +"@smithy/util-retry@^2.1.1", "@smithy/util-retry@^2.1.3": version "2.1.3" resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-2.1.3.tgz#715a5c02c194ae56b9be49fda510b362fb075af3" integrity sha512-Kbvd+GEMuozbNUU3B89mb99tbufwREcyx2BOX0X2+qHjq6Gvsah8xSDDgxISDwcOHoDqUWO425F0Uc/QIRhYkg== @@ -3931,21 +3668,7 @@ "@smithy/types" "^2.10.1" tslib "^2.5.0" -"@smithy/util-stream@^2.1.1": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@smithy/util-stream/-/util-stream-2.1.1.tgz#3ae0e88c3a1a45899e29c1655d2e5a3865b6c0a6" - integrity sha512-J7SMIpUYvU4DQN55KmBtvaMc7NM3CZ2iWICdcgaovtLzseVhAqFRYqloT3mh0esrFw+3VEK6nQFteFsTqZSECQ== - dependencies: - "@smithy/fetch-http-handler" "^2.4.1" - "@smithy/node-http-handler" "^2.3.1" - "@smithy/types" "^2.9.1" - "@smithy/util-base64" "^2.1.1" - "@smithy/util-buffer-from" "^2.1.1" - "@smithy/util-hex-encoding" "^2.1.1" - "@smithy/util-utf8" "^2.1.1" - tslib "^2.5.0" - -"@smithy/util-stream@^2.1.3": +"@smithy/util-stream@^2.1.1", "@smithy/util-stream@^2.1.3": version "2.1.3" resolved "https://registry.yarnpkg.com/@smithy/util-stream/-/util-stream-2.1.3.tgz#fd0de1d8dcb0015a95735df7229b4a1ded06b50e" integrity sha512-HvpEQbP8raTy9n86ZfXiAkf3ezp1c3qeeO//zGqwZdrfaoOpGKQgF2Sv1IqZp7wjhna7pvczWaGUHjcOPuQwKw== @@ -3974,16 +3697,7 @@ "@smithy/util-buffer-from" "^2.1.1" tslib "^2.5.0" -"@smithy/util-waiter@^2.1.1": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@smithy/util-waiter/-/util-waiter-2.1.1.tgz#292d4d09cda7df38aba6ea2abd7d948e3f11bf2d" - integrity sha512-kYy6BLJJNif+uqNENtJqWdXcpqo1LS+nj1AfXcDhOpqpSHJSAkVySLyZV9fkmuVO21lzGoxjvd1imGGJHph/IA== - dependencies: - "@smithy/abort-controller" "^2.1.1" - "@smithy/types" "^2.9.1" - tslib "^2.5.0" - -"@smithy/util-waiter@^2.1.3": +"@smithy/util-waiter@^2.1.1", "@smithy/util-waiter@^2.1.3": version "2.1.3" resolved "https://registry.yarnpkg.com/@smithy/util-waiter/-/util-waiter-2.1.3.tgz#b3e4c0374e5ee46ecc9eae7812fa870d7b192897" integrity sha512-3R0wNFAQQoH9e4m+bVLDYNOst2qNxtxFgq03WoNHWTBOqQT3jFnOBRj1W51Rf563xDA5kwqjziksxn6RKkHB+Q== @@ -7847,10 +7561,10 @@ inquirer@^8.0.0, inquirer@^8.2.5: through "^2.3.6" wrap-ansi "^6.0.1" -inquirer@^9.2.13: - version "9.2.14" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-9.2.14.tgz#b55474f1e4f5f0eb28b2f75f09c082209f0cc2ca" - integrity sha512-4ByIMt677Iz5AvjyKrDpzaepIyMewNvDcvwpVVRZNmy9dLakVoVgdCHZXbK1SlVJra1db0JZ6XkJyHsanpdrdQ== +inquirer@^9.2.15: + version "9.2.15" + resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-9.2.15.tgz#2135a36190a6e5c92f5d205e0af1fea36b9d3492" + integrity sha512-vI2w4zl/mDluHt9YEQ/543VTCwPKWiHzKtm9dM2V0NdFcqEexDAjUHzO1oA60HRNaVifGXXM1tRRNluLVHa0Kg== dependencies: "@ljharb/through" "^2.3.12" ansi-escapes "^4.3.2"