@aws-sdk/middleware-signing 3.972.4 → 3.972.6

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,5 +1,5 @@
1
- import { SignatureV4CryptoInit, SignatureV4Init } from "@smithy/signature-v4";
2
- import { AuthScheme, AwsCredentialIdentity, ChecksumConstructor, HashConstructor, Logger, MemoizedProvider, Provider, RegionInfoProvider, RequestSigner } from "@smithy/types";
1
+ import type { SignatureV4CryptoInit, SignatureV4Init } from "@smithy/signature-v4";
2
+ import type { AuthScheme, AwsCredentialIdentity, ChecksumConstructor, HashConstructor, Logger, MemoizedProvider, Provider, RegionInfoProvider, RequestSigner } from "@smithy/types";
3
3
  /**
4
4
  * @public
5
5
  * @deprecated only used in legacy auth.
@@ -1,5 +1,5 @@
1
- import { FinalizeRequestMiddleware, Pluggable, RelativeMiddlewareOptions } from "@smithy/types";
2
- import { AwsAuthResolvedConfig } from "./awsAuthConfiguration";
1
+ import type { FinalizeRequestMiddleware, Pluggable, RelativeMiddlewareOptions } from "@smithy/types";
2
+ import type { AwsAuthResolvedConfig } from "./awsAuthConfiguration";
3
3
  /**
4
4
  * @deprecated only used in legacy auth.
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-signing",
3
- "version": "3.972.4",
3
+ "version": "3.972.6",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-signing",
@@ -25,12 +25,12 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/types": "^3.973.2",
29
- "@smithy/property-provider": "^4.2.9",
30
- "@smithy/protocol-http": "^5.3.9",
31
- "@smithy/signature-v4": "^5.3.9",
32
- "@smithy/types": "^4.12.1",
33
- "@smithy/util-middleware": "^4.2.9",
28
+ "@aws-sdk/types": "^3.973.4",
29
+ "@smithy/property-provider": "^4.2.10",
30
+ "@smithy/protocol-http": "^5.3.10",
31
+ "@smithy/signature-v4": "^5.3.10",
32
+ "@smithy/types": "^4.13.0",
33
+ "@smithy/util-middleware": "^4.2.10",
34
34
  "tslib": "^2.6.2"
35
35
  },
36
36
  "engines": {