@depup/aws-sdk__nested-clients 3.997.44-depup.1 → 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 -3
- package/changes.json +11 -3
- package/package.json +15 -7
package/README.md
CHANGED
|
@@ -14,15 +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-09-
|
|
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/
|
|
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 |
|
|
26
28
|
| tslib | ^2.6.2 | ^2.8.1 |
|
|
27
29
|
|
|
28
30
|
---
|
package/changes.json
CHANGED
|
@@ -1,14 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bumped": {
|
|
3
|
+
"@smithy/fetch-http-handler": {
|
|
4
|
+
"from": "^5.7.2",
|
|
5
|
+
"to": "^5.8.0"
|
|
6
|
+
},
|
|
3
7
|
"@smithy/node-http-handler": {
|
|
4
8
|
"from": "^4.11.3",
|
|
5
|
-
"to": "^4.12.
|
|
9
|
+
"to": "^4.12.1"
|
|
10
|
+
},
|
|
11
|
+
"@smithy/types": {
|
|
12
|
+
"from": "^4.17.2",
|
|
13
|
+
"to": "^4.18.0"
|
|
6
14
|
},
|
|
7
15
|
"tslib": {
|
|
8
16
|
"from": "^2.6.2",
|
|
9
17
|
"to": "^2.8.1"
|
|
10
18
|
}
|
|
11
19
|
},
|
|
12
|
-
"timestamp": "2026-09-
|
|
13
|
-
"totalUpdated":
|
|
20
|
+
"timestamp": "2026-09-04T00:42:45.290Z",
|
|
21
|
+
"totalUpdated": 4
|
|
14
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.12.
|
|
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,19 +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
|
+
},
|
|
133
137
|
"@smithy/node-http-handler": {
|
|
134
138
|
"from": "^4.11.3",
|
|
135
|
-
"to": "^4.12.
|
|
139
|
+
"to": "^4.12.1"
|
|
140
|
+
},
|
|
141
|
+
"@smithy/types": {
|
|
142
|
+
"from": "^4.17.2",
|
|
143
|
+
"to": "^4.18.0"
|
|
136
144
|
},
|
|
137
145
|
"tslib": {
|
|
138
146
|
"from": "^2.6.2",
|
|
139
147
|
"to": "^2.8.1"
|
|
140
148
|
}
|
|
141
149
|
},
|
|
142
|
-
"depsUpdated":
|
|
150
|
+
"depsUpdated": 4,
|
|
143
151
|
"originalPackage": "@aws-sdk/nested-clients",
|
|
144
152
|
"originalVersion": "3.997.44",
|
|
145
|
-
"processedAt": "2026-09-
|
|
153
|
+
"processedAt": "2026-09-04T00:44:46.879Z",
|
|
146
154
|
"smokeTest": "failed"
|
|
147
155
|
}
|
|
148
156
|
}
|