Skip to content

Commit

Permalink
chore(deps-dev): bump prettier to 2.1.0 (#1459)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Aug 25, 2020
1 parent 2c27c55 commit a377957
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions clients/client-transcribe-streaming/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a377957

Please sign in to comment.