@aws-sdk/middleware-user-agent 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 +5 -3
- package/package.json +5 -5
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
|
-
getUserAgentMiddlewareOptions,
|
|
117
|
-
getUserAgentPlugin,
|
|
118
117
|
resolveUserAgentConfig,
|
|
119
|
-
userAgentMiddleware
|
|
118
|
+
userAgentMiddleware,
|
|
119
|
+
getUserAgentMiddlewareOptions,
|
|
120
|
+
getUserAgentPlugin
|
|
120
121
|
});
|
|
122
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/middleware-user-agent",
|
|
3
|
-
"version": "3.
|
|
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-user-agent",
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
},
|
|
23
23
|
"license": "Apache-2.0",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@aws-sdk/types": "3.
|
|
26
|
-
"@aws-sdk/util-endpoints": "3.
|
|
27
|
-
"@smithy/protocol-http": "^3.1.
|
|
28
|
-
"@smithy/types": "^2.9.
|
|
25
|
+
"@aws-sdk/types": "3.502.0",
|
|
26
|
+
"@aws-sdk/util-endpoints": "3.502.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": {
|