@aws-sdk/middleware-api-key 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 CHANGED
@@ -67,9 +67,11 @@ var getApiKeyPlugin = /* @__PURE__ */ __name((pluginConfig, middlewareConfig) =>
67
67
  }
68
68
  }), "getApiKeyPlugin");
69
69
  // Annotate the CommonJS export names for ESM import in node:
70
+
70
71
  0 && (module.exports = {
72
+ resolveApiKeyConfig,
71
73
  apiKeyMiddleware,
72
74
  apiKeyMiddlewareOptions,
73
- getApiKeyPlugin,
74
- resolveApiKeyConfig
75
+ getApiKeyPlugin
75
76
  });
77
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-api-key",
3
- "version": "3.495.0",
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-api-key",
@@ -20,10 +20,10 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@aws-sdk/types": "3.495.0",
24
- "@smithy/protocol-http": "^3.1.0",
25
- "@smithy/types": "^2.9.0",
26
- "@smithy/util-middleware": "^2.1.0",
23
+ "@aws-sdk/types": "3.502.0",
24
+ "@smithy/protocol-http": "^3.1.1",
25
+ "@smithy/types": "^2.9.1",
26
+ "@smithy/util-middleware": "^2.1.1",
27
27
  "tslib": "^2.5.0"
28
28
  },
29
29
  "engines": {