@aws-sdk/polly-request-presigner 3.362.0 → 3.369.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.
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getSignedUrl = void 0;
|
|
4
|
-
const protocol_http_1 = require("@aws-sdk/protocol-http");
|
|
5
|
-
const signature_v4_1 = require("@aws-sdk/signature-v4");
|
|
6
4
|
const util_format_url_1 = require("@aws-sdk/util-format-url");
|
|
5
|
+
const protocol_http_1 = require("@smithy/protocol-http");
|
|
6
|
+
const signature_v4_1 = require("@smithy/signature-v4");
|
|
7
7
|
const getSignedUrl = async (client, command, options = {}) => {
|
|
8
8
|
const signer = new signature_v4_1.SignatureV4({
|
|
9
9
|
service: options.service || "polly",
|
package/dist-es/getSignedUrls.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { HttpRequest } from "@aws-sdk/protocol-http";
|
|
2
|
-
import { SignatureV4 } from "@aws-sdk/signature-v4";
|
|
3
1
|
import { formatUrl } from "@aws-sdk/util-format-url";
|
|
2
|
+
import { HttpRequest } from "@smithy/protocol-http";
|
|
3
|
+
import { SignatureV4 } from "@smithy/signature-v4";
|
|
4
4
|
export const getSignedUrl = async (client, command, options = {}) => {
|
|
5
5
|
const signer = new SignatureV4({
|
|
6
6
|
service: options.service || "polly",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/polly-request-presigner",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.369.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",
|
|
@@ -21,11 +21,12 @@
|
|
|
21
21
|
},
|
|
22
22
|
"license": "Apache-2.0",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@aws-sdk/client-polly": "3.
|
|
25
|
-
"@aws-sdk/
|
|
26
|
-
"@aws-sdk/
|
|
27
|
-
"@
|
|
28
|
-
"@
|
|
24
|
+
"@aws-sdk/client-polly": "3.369.0",
|
|
25
|
+
"@aws-sdk/types": "3.369.0",
|
|
26
|
+
"@aws-sdk/util-format-url": "3.369.0",
|
|
27
|
+
"@smithy/protocol-http": "^1.1.0",
|
|
28
|
+
"@smithy/signature-v4": "^1.0.1",
|
|
29
|
+
"@smithy/types": "^1.1.0",
|
|
29
30
|
"tslib": "^2.5.0"
|
|
30
31
|
},
|
|
31
32
|
"devDependencies": {
|