@aws-sdk/polly-request-presigner 3.54.1 → 3.55.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/polly-request-presigner
9
+
10
+
11
+
12
+
13
+
6
14
  ## [3.54.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.0...v3.54.1) (2022-03-15)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/polly-request-presigner
@@ -55,6 +55,6 @@ const getSignedUrl = async (client, command, options = {}) => {
55
55
  finally {
56
56
  client.middlewareStack.remove("presignInterceptMiddleware");
57
57
  }
58
- return util_format_url_1.formatUrl(presigned);
58
+ return (0, util_format_url_1.formatUrl)(presigned);
59
59
  };
60
60
  exports.getSignedUrl = getSignedUrl;
@@ -6,6 +6,6 @@ const getSignedUrls_1 = require("./getSignedUrls");
6
6
  const getSynthesizeSpeechUrl = async (input) => {
7
7
  const command = new client_polly_1.SynthesizeSpeechCommand(input.params);
8
8
  const options = input.options || {};
9
- return await getSignedUrls_1.getSignedUrl(input.client, command, options);
9
+ return await (0, getSignedUrls_1.getSignedUrl)(input.client, command, options);
10
10
  };
11
11
  exports.getSynthesizeSpeechUrl = getSynthesizeSpeechUrl;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/polly-request-presigner",
3
- "version": "3.54.1",
3
+ "version": "3.55.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -19,23 +19,23 @@
19
19
  },
20
20
  "license": "Apache-2.0",
21
21
  "dependencies": {
22
- "@aws-sdk/client-polly": "3.54.1",
23
- "@aws-sdk/protocol-http": "3.54.1",
24
- "@aws-sdk/signature-v4": "3.54.1",
25
- "@aws-sdk/types": "3.54.1",
26
- "@aws-sdk/util-create-request": "3.54.1",
27
- "@aws-sdk/util-format-url": "3.54.1",
28
- "tslib": "^2.3.0"
22
+ "@aws-sdk/client-polly": "3.55.0",
23
+ "@aws-sdk/protocol-http": "3.55.0",
24
+ "@aws-sdk/signature-v4": "3.55.0",
25
+ "@aws-sdk/types": "3.55.0",
26
+ "@aws-sdk/util-create-request": "3.55.0",
27
+ "@aws-sdk/util-format-url": "3.55.0",
28
+ "tslib": "^2.3.1"
29
29
  },
30
30
  "devDependencies": {
31
- "@aws-sdk/hash-node": "3.54.1",
31
+ "@aws-sdk/hash-node": "3.55.0",
32
32
  "@tsconfig/recommended": "1.0.1",
33
33
  "@types/node": "^12.0.2",
34
34
  "concurrently": "7.0.0",
35
35
  "downlevel-dts": "0.7.0",
36
36
  "rimraf": "3.0.2",
37
37
  "typedoc": "0.19.2",
38
- "typescript": "~4.3.5"
38
+ "typescript": "~4.6.2"
39
39
  },
40
40
  "engines": {
41
41
  "node": ">= 12.0.0"