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