From a37795799ef045d68f8122cc7a15b9f803c03ae9 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Tue, 25 Aug 2020 12:51:55 -0700 Subject: [PATCH] chore(deps-dev): bump prettier to 2.1.0 (#1459) --- clients/client-transcribe-streaming/README.md | 4 ++-- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/clients/client-transcribe-streaming/README.md b/clients/client-transcribe-streaming/README.md index ad4d7cc3add9..fc5629c8bb1d 100644 --- a/clients/client-transcribe-streaming/README.md +++ b/clients/client-transcribe-streaming/README.md @@ -206,9 +206,9 @@ If you are using `async...await` style code, you are able to catch the errors wi categories of exceptions can be thrown: - Immediate exceptions thrown before transcription is started, like signature -exceptions, invalid parameters exceptions, and network errors; + exceptions, invalid parameters exceptions, and network errors; - Streaming exceptions that happens after transcription is -started, like `InternalFailureException` or `ConflictException`. + started, like `InternalFailureException` or `ConflictException`. For immediate exceptions, the SDK client will retry the request if the error is retryable, like network errors. You can config the client to behave as you intend to. diff --git a/package.json b/package.json index 95a271cfd702..ffb5f2e3449f 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "lerna": "3.22.1", "lint-staged": "^10.0.1", "mocha": "^8.0.1", - "prettier": "2.0.5", + "prettier": "2.1.0", "puppeteer": "^5.1.0", "ts-loader": "^7.0.5", "typescript": "~4.0.2", diff --git a/yarn.lock b/yarn.lock index 9602c2d57a90..09146d84aef6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9566,10 +9566,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@2.0.5: - version "2.0.5" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.5.tgz#d6d56282455243f2f92cc1716692c08aa31522d4" - integrity sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg== +prettier@2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.1.0.tgz#5a9789f767a243118c60f3e56d95cb6544914fbb" + integrity sha512-lz28cCbA1cDFHVuY8vvj6QuqOwIpyIfPUYkSl8AZ/vxH8qBXMMjE2knfLHCrZCmUsK/H1bg1P0tOo0dJkTJHvw== pretty-format@^25.2.1, pretty-format@^25.5.0: version "25.5.0"