@aws-sdk/middleware-signing 3.495.0 → 3.502.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/dist-cjs/index.js +5 -3
- package/package.json +7 -7
package/dist-cjs/index.js
CHANGED
|
@@ -215,11 +215,13 @@ var getAwsAuthPlugin = /* @__PURE__ */ __name((options) => ({
|
|
|
215
215
|
}), "getAwsAuthPlugin");
|
|
216
216
|
var getSigV4AuthPlugin = getAwsAuthPlugin;
|
|
217
217
|
// Annotate the CommonJS export names for ESM import in node:
|
|
218
|
+
|
|
218
219
|
0 && (module.exports = {
|
|
220
|
+
resolveAwsAuthConfig,
|
|
221
|
+
resolveSigV4AuthConfig,
|
|
219
222
|
awsAuthMiddleware,
|
|
220
223
|
awsAuthMiddlewareOptions,
|
|
221
224
|
getAwsAuthPlugin,
|
|
222
|
-
getSigV4AuthPlugin
|
|
223
|
-
resolveAwsAuthConfig,
|
|
224
|
-
resolveSigV4AuthConfig
|
|
225
|
+
getSigV4AuthPlugin
|
|
225
226
|
});
|
|
227
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/middleware-signing",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.502.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline middleware-signing",
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
},
|
|
23
23
|
"license": "Apache-2.0",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@aws-sdk/types": "3.
|
|
26
|
-
"@smithy/property-provider": "^2.1.
|
|
27
|
-
"@smithy/protocol-http": "^3.1.
|
|
28
|
-
"@smithy/signature-v4": "^2.1.
|
|
29
|
-
"@smithy/types": "^2.9.
|
|
30
|
-
"@smithy/util-middleware": "^2.1.
|
|
25
|
+
"@aws-sdk/types": "3.502.0",
|
|
26
|
+
"@smithy/property-provider": "^2.1.1",
|
|
27
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
28
|
+
"@smithy/signature-v4": "^2.1.1",
|
|
29
|
+
"@smithy/types": "^2.9.1",
|
|
30
|
+
"@smithy/util-middleware": "^2.1.1",
|
|
31
31
|
"tslib": "^2.5.0"
|
|
32
32
|
},
|
|
33
33
|
"engines": {
|