@aws-sdk/middleware-token 3.495.0 → 3.496.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
@@ -81,9 +81,11 @@ var resolveTokenConfig = /* @__PURE__ */ __name((input) => ({
81
81
  token: input.token ? normalizeTokenProvider(input.token) : (0, import_tokenDefaultProvider.tokenDefaultProvider)(input)
82
82
  }), "resolveTokenConfig");
83
83
  // Annotate the CommonJS export names for ESM import in node:
84
+
84
85
  0 && (module.exports = {
85
86
  getTokenPlugin,
86
87
  resolveTokenConfig,
87
88
  tokenMiddleware,
88
89
  tokenMiddlewareOptions
89
90
  });
91
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-token",
3
- "version": "3.495.0",
3
+ "version": "3.496.0",
4
4
  "description": "Middleware and Plugin for setting token authentication",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,12 +26,12 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/token-providers": "3.495.0",
30
- "@aws-sdk/types": "3.495.0",
31
- "@smithy/property-provider": "^2.1.0",
32
- "@smithy/protocol-http": "^3.1.0",
33
- "@smithy/types": "^2.9.0",
34
- "@smithy/util-middleware": "^2.1.0",
29
+ "@aws-sdk/token-providers": "3.496.0",
30
+ "@aws-sdk/types": "3.496.0",
31
+ "@smithy/property-provider": "^2.1.1",
32
+ "@smithy/protocol-http": "^3.1.1",
33
+ "@smithy/types": "^2.9.1",
34
+ "@smithy/util-middleware": "^2.1.1",
35
35
  "tslib": "^2.5.0"
36
36
  },
37
37
  "devDependencies": {