@aws-sdk/config 3.998.0 → 3.999.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.
@@ -1,4 +1,4 @@
1
- import { Logger } from "@smithy/types";
1
+ import type { Logger } from "@smithy/types";
2
2
  /**
3
3
  * Can be provided to the SDK to log all messages at or above
4
4
  * the given level.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/config",
3
- "version": "3.998.0",
3
+ "version": "3.999.0",
4
4
  "description": "Injectable dependencies, extensions, and other plugins for AWS SDK clients.",
5
5
  "scripts": {
6
6
  "build": "yarn lint && concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
@@ -86,9 +86,9 @@
86
86
  },
87
87
  "license": "Apache-2.0",
88
88
  "dependencies": {
89
- "@aws-sdk/core": "^3.973.14",
90
- "@aws-sdk/credential-providers": "3.998.0",
91
- "@aws-sdk/types": "^3.973.3",
89
+ "@aws-sdk/core": "^3.973.15",
90
+ "@aws-sdk/credential-providers": "3.999.0",
91
+ "@aws-sdk/types": "^3.973.4",
92
92
  "@smithy/core": "^3.23.6",
93
93
  "@smithy/fetch-http-handler": "^5.3.11",
94
94
  "@smithy/node-http-handler": "^4.4.12",