@aws-sdk/middleware-recursion-detection 3.972.5 → 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,4 +1,4 @@
1
- import { AbsoluteLocation, BuildHandlerOptions } from "@smithy/types";
1
+ import type { AbsoluteLocation, BuildHandlerOptions } from "@smithy/types";
2
2
  /**
3
3
  * @internal
4
4
  */
@@ -1,4 +1,4 @@
1
- import { Pluggable } from "@smithy/types";
1
+ import type { Pluggable } from "@smithy/types";
2
2
  /**
3
3
  * @internal
4
4
  */
@@ -1,4 +1,4 @@
1
- import { BuildMiddleware } from "@smithy/types";
1
+ import type { BuildMiddleware } from "@smithy/types";
2
2
  /**
3
3
  * No-op middleware for runtimes outside of Node.js
4
4
  * @internal
@@ -1,4 +1,4 @@
1
- import { BuildMiddleware } from "@smithy/types";
1
+ import type { BuildMiddleware } from "@smithy/types";
2
2
  /**
3
3
  * Inject to trace ID to request header to detect recursion invocation in Lambda.
4
4
  * @internal
@@ -1,4 +1,4 @@
1
- import { BuildMiddleware } from "@smithy/types";
1
+ import type { BuildMiddleware } from "@smithy/types";
2
2
  /**
3
3
  * No-op middleware for runtimes outside of Node.js
4
4
  * @internal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-recursion-detection",
3
- "version": "3.972.5",
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-recursion-detection",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "^3.973.3",
27
+ "@aws-sdk/types": "^3.973.4",
28
28
  "@aws/lambda-invoke-store": "^0.2.2",
29
29
  "@smithy/protocol-http": "^5.3.10",
30
30
  "@smithy/types": "^4.13.0",