@aws-sdk/signature-v4
Advanced tools
Comparing version 3.37.0 to 3.38.0
@@ -5,3 +5,3 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
tslib_1.__exportStar(require("./credentialDerivation"), exports); | ||
tslib_1.__exportStar(require("./SignatureV4"), exports); | ||
var getCanonicalHeaders_1 = require("./getCanonicalHeaders"); | ||
@@ -20,2 +20,2 @@ Object.defineProperty(exports, "getCanonicalHeaders", { enumerable: true, get: function () { return getCanonicalHeaders_1.getCanonicalHeaders; } }); | ||
Object.defineProperty(exports, "normalizeRegionProvider", { enumerable: true, get: function () { return normalizeProvider_1.normalizeRegionProvider; } }); | ||
tslib_1.__exportStar(require("./SignatureV4"), exports); | ||
tslib_1.__exportStar(require("./credentialDerivation"), exports); |
@@ -1,2 +0,2 @@ | ||
export * from "./credentialDerivation"; | ||
export * from "./SignatureV4"; | ||
export { getCanonicalHeaders } from "./getCanonicalHeaders"; | ||
@@ -8,2 +8,2 @@ export { getCanonicalQuery } from "./getCanonicalQuery"; | ||
export { normalizeCredentialsProvider, normalizeRegionProvider } from "./normalizeProvider"; | ||
export * from "./SignatureV4"; | ||
export * from "./credentialDerivation"; |
@@ -1,2 +0,2 @@ | ||
export * from "./credentialDerivation"; | ||
export * from "./SignatureV4"; | ||
export { getCanonicalHeaders } from "./getCanonicalHeaders"; | ||
@@ -8,2 +8,2 @@ export { getCanonicalQuery } from "./getCanonicalQuery"; | ||
export { normalizeCredentialsProvider, normalizeRegionProvider } from "./normalizeProvider"; | ||
export * from "./SignatureV4"; | ||
export * from "./credentialDerivation"; |
@@ -1,2 +0,2 @@ | ||
export * from "./credentialDerivation"; | ||
export * from "./SignatureV4"; | ||
export { getCanonicalHeaders } from "./getCanonicalHeaders"; | ||
@@ -8,2 +8,2 @@ export { getCanonicalQuery } from "./getCanonicalQuery"; | ||
export { normalizeCredentialsProvider, normalizeRegionProvider } from "./normalizeProvider"; | ||
export * from "./SignatureV4"; | ||
export * from "./credentialDerivation"; |
{ | ||
"name": "@aws-sdk/signature-v4", | ||
"version": "3.37.0", | ||
"version": "3.38.0", | ||
"description": "A standalone implementation of the AWS Signature V4 request signing algorithm", | ||
@@ -24,3 +24,3 @@ "main": "./dist-cjs/index.js", | ||
"@aws-sdk/is-array-buffer": "3.37.0", | ||
"@aws-sdk/types": "3.37.0", | ||
"@aws-sdk/types": "3.38.0", | ||
"@aws-sdk/util-hex-encoding": "3.37.0", | ||
@@ -32,3 +32,3 @@ "@aws-sdk/util-uri-escape": "3.37.0", | ||
"@aws-crypto/sha256-js": "^1.0.0", | ||
"@aws-sdk/protocol-http": "3.37.0", | ||
"@aws-sdk/protocol-http": "3.38.0", | ||
"@aws-sdk/util-buffer-from": "3.37.0", | ||
@@ -35,0 +35,0 @@ "@types/jest": "^26.0.4", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
187253
+ Added@aws-sdk/types@3.38.0(transitive)
- Removed@aws-sdk/types@3.37.0(transitive)
Updated@aws-sdk/types@3.38.0