@depup/aws-sdk__nested-clients 3.997.44-depup.0 → 3.997.44-depup.2
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/README.md +5 -2
- package/changes.json +14 -2
- package/package.json +18 -6
package/README.md
CHANGED
|
@@ -14,14 +14,17 @@ npm install @depup/aws-sdk__nested-clients
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [@aws-sdk/nested-clients](https://www.npmjs.com/package/@aws-sdk/nested-clients) @ 3.997.44 |
|
|
17
|
-
| Processed | 2026-
|
|
17
|
+
| Processed | 2026-09-04 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 4 |
|
|
20
20
|
|
|
21
21
|
## Dependency Changes
|
|
22
22
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
|
+
| @smithy/fetch-http-handler | ^5.7.2 | ^5.8.0 |
|
|
26
|
+
| @smithy/node-http-handler | ^4.11.3 | ^4.12.1 |
|
|
27
|
+
| @smithy/types | ^4.17.2 | ^4.18.0 |
|
|
25
28
|
| tslib | ^2.6.2 | ^2.8.1 |
|
|
26
29
|
|
|
27
30
|
---
|
package/changes.json
CHANGED
|
@@ -1,10 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bumped": {
|
|
3
|
+
"@smithy/fetch-http-handler": {
|
|
4
|
+
"from": "^5.7.2",
|
|
5
|
+
"to": "^5.8.0"
|
|
6
|
+
},
|
|
7
|
+
"@smithy/node-http-handler": {
|
|
8
|
+
"from": "^4.11.3",
|
|
9
|
+
"to": "^4.12.1"
|
|
10
|
+
},
|
|
11
|
+
"@smithy/types": {
|
|
12
|
+
"from": "^4.17.2",
|
|
13
|
+
"to": "^4.18.0"
|
|
14
|
+
},
|
|
3
15
|
"tslib": {
|
|
4
16
|
"from": "^2.6.2",
|
|
5
17
|
"to": "^2.8.1"
|
|
6
18
|
}
|
|
7
19
|
},
|
|
8
|
-
"timestamp": "2026-
|
|
9
|
-
"totalUpdated":
|
|
20
|
+
"timestamp": "2026-09-04T00:42:45.290Z",
|
|
21
|
+
"totalUpdated": 4
|
|
10
22
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/aws-sdk__nested-clients",
|
|
3
|
-
"version": "3.997.44-depup.
|
|
3
|
+
"version": "3.997.44-depup.2",
|
|
4
4
|
"description": "Nested clients for AWS SDK packages. (with updated dependencies)",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/nested-clients",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -106,9 +106,9 @@
|
|
|
106
106
|
"@aws-sdk/signature-v4-multi-region": "^3.996.46",
|
|
107
107
|
"@aws-sdk/types": "^3.974.5",
|
|
108
108
|
"@smithy/core": "^3.33.3",
|
|
109
|
-
"@smithy/fetch-http-handler": "^5.
|
|
110
|
-
"@smithy/node-http-handler": "^4.
|
|
111
|
-
"@smithy/types": "^4.
|
|
109
|
+
"@smithy/fetch-http-handler": "^5.8.0",
|
|
110
|
+
"@smithy/node-http-handler": "^4.12.1",
|
|
111
|
+
"@smithy/types": "^4.18.0",
|
|
112
112
|
"tslib": "^2.8.1"
|
|
113
113
|
},
|
|
114
114
|
"devDependencies": {
|
|
@@ -130,15 +130,27 @@
|
|
|
130
130
|
],
|
|
131
131
|
"depup": {
|
|
132
132
|
"changes": {
|
|
133
|
+
"@smithy/fetch-http-handler": {
|
|
134
|
+
"from": "^5.7.2",
|
|
135
|
+
"to": "^5.8.0"
|
|
136
|
+
},
|
|
137
|
+
"@smithy/node-http-handler": {
|
|
138
|
+
"from": "^4.11.3",
|
|
139
|
+
"to": "^4.12.1"
|
|
140
|
+
},
|
|
141
|
+
"@smithy/types": {
|
|
142
|
+
"from": "^4.17.2",
|
|
143
|
+
"to": "^4.18.0"
|
|
144
|
+
},
|
|
133
145
|
"tslib": {
|
|
134
146
|
"from": "^2.6.2",
|
|
135
147
|
"to": "^2.8.1"
|
|
136
148
|
}
|
|
137
149
|
},
|
|
138
|
-
"depsUpdated":
|
|
150
|
+
"depsUpdated": 4,
|
|
139
151
|
"originalPackage": "@aws-sdk/nested-clients",
|
|
140
152
|
"originalVersion": "3.997.44",
|
|
141
|
-
"processedAt": "2026-
|
|
153
|
+
"processedAt": "2026-09-04T00:44:46.879Z",
|
|
142
154
|
"smokeTest": "failed"
|
|
143
155
|
}
|
|
144
156
|
}
|