@aws-sdk/polly-request-presigner 3.1063.0 → 3.1065.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/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/polly-request-presigner",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1065.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
6
|
-
"build:cjs": "node ../../scripts/compilation/inline
|
|
6
|
+
"build:cjs": "node ../../scripts/compilation/inline",
|
|
7
7
|
"build:es": "tsc -p tsconfig.es.json",
|
|
8
8
|
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
9
9
|
"build:types": "tsc -p tsconfig.types.json",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
},
|
|
26
26
|
"license": "Apache-2.0",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@aws-sdk/client-polly": "3.
|
|
29
|
-
"@aws-sdk/core": "^3.974.
|
|
30
|
-
"@aws-sdk/types": "^3.973.
|
|
28
|
+
"@aws-sdk/client-polly": "3.1065.0",
|
|
29
|
+
"@aws-sdk/core": "^3.974.20",
|
|
30
|
+
"@aws-sdk/types": "^3.973.12",
|
|
31
31
|
"@smithy/core": "^3.24.6",
|
|
32
32
|
"@smithy/signature-v4": "^5.4.6",
|
|
33
33
|
"@smithy/types": "^4.14.3",
|
package/dist-es/constants.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export const ALGORITHM_QUERY_PARAM = "X-Amz-Algorithm";
|
|
2
|
-
export const CREDENTIAL_QUERY_PARAM = "X-Amz-Credential";
|
|
3
|
-
export const AMZ_DATE_QUERY_PARAM = "X-Amz-Date";
|
|
4
|
-
export const SIGNED_HEADERS_QUERY_PARAM = "X-Amz-SignedHeaders";
|
|
5
|
-
export const EXPIRES_QUERY_PARAM = "X-Amz-Expires";
|
|
6
|
-
export const HOST_HEADER = "host";
|
|
7
|
-
export const ALGORITHM_IDENTIFIER = "AWS4-HMAC-SHA256";
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export declare const ALGORITHM_QUERY_PARAM = "X-Amz-Algorithm";
|
|
2
|
-
export declare const CREDENTIAL_QUERY_PARAM = "X-Amz-Credential";
|
|
3
|
-
export declare const AMZ_DATE_QUERY_PARAM = "X-Amz-Date";
|
|
4
|
-
export declare const SIGNED_HEADERS_QUERY_PARAM = "X-Amz-SignedHeaders";
|
|
5
|
-
export declare const EXPIRES_QUERY_PARAM = "X-Amz-Expires";
|
|
6
|
-
export declare const HOST_HEADER = "host";
|
|
7
|
-
export declare const ALGORITHM_IDENTIFIER = "AWS4-HMAC-SHA256";
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export declare const ALGORITHM_QUERY_PARAM = "X-Amz-Algorithm";
|
|
2
|
-
export declare const CREDENTIAL_QUERY_PARAM = "X-Amz-Credential";
|
|
3
|
-
export declare const AMZ_DATE_QUERY_PARAM = "X-Amz-Date";
|
|
4
|
-
export declare const SIGNED_HEADERS_QUERY_PARAM = "X-Amz-SignedHeaders";
|
|
5
|
-
export declare const EXPIRES_QUERY_PARAM = "X-Amz-Expires";
|
|
6
|
-
export declare const HOST_HEADER = "host";
|
|
7
|
-
export declare const ALGORITHM_IDENTIFIER = "AWS4-HMAC-SHA256";
|