@depup/aws-sdk__nested-clients 3.997.44-depup.0 → 3.997.44-depup.1
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 +3 -2
- package/changes.json +6 -2
- package/package.json +8 -4
package/README.md
CHANGED
|
@@ -14,14 +14,15 @@ 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-01 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 2 |
|
|
20
20
|
|
|
21
21
|
## Dependency Changes
|
|
22
22
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
|
+
| @smithy/node-http-handler | ^4.11.3 | ^4.12.0 |
|
|
25
26
|
| tslib | ^2.6.2 | ^2.8.1 |
|
|
26
27
|
|
|
27
28
|
---
|
package/changes.json
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bumped": {
|
|
3
|
+
"@smithy/node-http-handler": {
|
|
4
|
+
"from": "^4.11.3",
|
|
5
|
+
"to": "^4.12.0"
|
|
6
|
+
},
|
|
3
7
|
"tslib": {
|
|
4
8
|
"from": "^2.6.2",
|
|
5
9
|
"to": "^2.8.1"
|
|
6
10
|
}
|
|
7
11
|
},
|
|
8
|
-
"timestamp": "2026-
|
|
9
|
-
"totalUpdated":
|
|
12
|
+
"timestamp": "2026-09-01T00:38:38.502Z",
|
|
13
|
+
"totalUpdated": 2
|
|
10
14
|
}
|
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.1",
|
|
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",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"@aws-sdk/types": "^3.974.5",
|
|
108
108
|
"@smithy/core": "^3.33.3",
|
|
109
109
|
"@smithy/fetch-http-handler": "^5.7.2",
|
|
110
|
-
"@smithy/node-http-handler": "^4.
|
|
110
|
+
"@smithy/node-http-handler": "^4.12.0",
|
|
111
111
|
"@smithy/types": "^4.17.2",
|
|
112
112
|
"tslib": "^2.8.1"
|
|
113
113
|
},
|
|
@@ -130,15 +130,19 @@
|
|
|
130
130
|
],
|
|
131
131
|
"depup": {
|
|
132
132
|
"changes": {
|
|
133
|
+
"@smithy/node-http-handler": {
|
|
134
|
+
"from": "^4.11.3",
|
|
135
|
+
"to": "^4.12.0"
|
|
136
|
+
},
|
|
133
137
|
"tslib": {
|
|
134
138
|
"from": "^2.6.2",
|
|
135
139
|
"to": "^2.8.1"
|
|
136
140
|
}
|
|
137
141
|
},
|
|
138
|
-
"depsUpdated":
|
|
142
|
+
"depsUpdated": 2,
|
|
139
143
|
"originalPackage": "@aws-sdk/nested-clients",
|
|
140
144
|
"originalVersion": "3.997.44",
|
|
141
|
-
"processedAt": "2026-
|
|
145
|
+
"processedAt": "2026-09-01T00:38:41.436Z",
|
|
142
146
|
"smokeTest": "failed"
|
|
143
147
|
}
|
|
144
148
|
}
|