@aws-sdk/middleware-user-agent 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
@@ -112,9 +112,11 @@ var getUserAgentPlugin = /* @__PURE__ */ __name((config) => ({
112
112
  }
113
113
  }), "getUserAgentPlugin");
114
114
  // Annotate the CommonJS export names for ESM import in node:
115
+
115
116
  0 && (module.exports = {
116
117
  getUserAgentMiddlewareOptions,
117
118
  getUserAgentPlugin,
118
119
  resolveUserAgentConfig,
119
120
  userAgentMiddleware
120
121
  });
122
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.495.0",
3
+ "version": "3.496.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-user-agent",
@@ -22,10 +22,10 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.495.0",
26
- "@aws-sdk/util-endpoints": "3.495.0",
27
- "@smithy/protocol-http": "^3.1.0",
28
- "@smithy/types": "^2.9.0",
25
+ "@aws-sdk/types": "3.496.0",
26
+ "@aws-sdk/util-endpoints": "3.496.0",
27
+ "@smithy/protocol-http": "^3.1.1",
28
+ "@smithy/types": "^2.9.1",
29
29
  "tslib": "^2.5.0"
30
30
  },
31
31
  "devDependencies": {