Skip to content

Commit

Permalink
fix(polly-request-presigner): add missing polly dependency (#3010)
Browse files Browse the repository at this point in the history
* fix(polly-request-presigner): add missing polly dependency

* fix(polly-request-presigner): add missing polly dependency
  • Loading branch information
AllanZhengYP authored Nov 11, 2021
1 parent 0b4b833 commit c2873e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/polly-request-presigner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/protocol-http": "3.40.0",
"@aws-sdk/client-polly": "3.40.0",
"@aws-sdk/signature-v4": "3.40.0",
"@aws-sdk/types": "3.40.0",
"@aws-sdk/util-create-request": "3.40.0",
"@aws-sdk/util-format-url": "3.40.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@aws-sdk/client-polly": "3.40.0",
"@aws-sdk/hash-node": "3.40.0",
"@types/jest": "^26.0.4",
"@types/node": "^12.0.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Polly, PollyClient, SynthesizeSpeechCommand, SynthesizeSpeechInput } from "@aws-sdk/client-polly";
import { PollyClient, SynthesizeSpeechCommand, SynthesizeSpeechInput } from "@aws-sdk/client-polly";

import { getSignedUrl } from "./getSignedUrls";

Expand Down

0 comments on commit c2873e7

Please sign in to comment.