@depup/aws-sdk__nested-clients 3.997.45-depup.0 → 3.997.45-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 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.45 |
17
- | Processed | 2026-09-10 |
17
+ | Processed | 2026-09-11 |
18
18
  | Smoke test | failed |
19
- | Deps updated | 4 |
19
+ | Deps updated | 5 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
+ | @smithy/core | ^3.33.3 | ^3.34.0 |
25
26
  | @smithy/fetch-http-handler | ^5.7.2 | ^5.8.0 |
26
27
  | @smithy/node-http-handler | ^4.11.3 | ^4.12.1 |
27
28
  | @smithy/types | ^4.17.2 | ^4.18.0 |
package/changes.json CHANGED
@@ -1,5 +1,9 @@
1
1
  {
2
2
  "bumped": {
3
+ "@smithy/core": {
4
+ "from": "^3.33.3",
5
+ "to": "^3.34.0"
6
+ },
3
7
  "@smithy/fetch-http-handler": {
4
8
  "from": "^5.7.2",
5
9
  "to": "^5.8.0"
@@ -17,6 +21,6 @@
17
21
  "to": "^2.8.1"
18
22
  }
19
23
  },
20
- "timestamp": "2026-09-10T00:30:53.763Z",
21
- "totalUpdated": 4
24
+ "timestamp": "2026-09-11T16:10:11.483Z",
25
+ "totalUpdated": 5
22
26
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/aws-sdk__nested-clients",
3
- "version": "3.997.45-depup.0",
3
+ "version": "3.997.45-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",
@@ -105,7 +105,7 @@
105
105
  "@aws-sdk/core": "^3.978.0",
106
106
  "@aws-sdk/signature-v4-multi-region": "^3.996.46",
107
107
  "@aws-sdk/types": "^3.974.5",
108
- "@smithy/core": "^3.33.3",
108
+ "@smithy/core": "^3.34.0",
109
109
  "@smithy/fetch-http-handler": "^5.8.0",
110
110
  "@smithy/node-http-handler": "^4.12.1",
111
111
  "@smithy/types": "^4.18.0",
@@ -130,6 +130,10 @@
130
130
  ],
131
131
  "depup": {
132
132
  "changes": {
133
+ "@smithy/core": {
134
+ "from": "^3.33.3",
135
+ "to": "^3.34.0"
136
+ },
133
137
  "@smithy/fetch-http-handler": {
134
138
  "from": "^5.7.2",
135
139
  "to": "^5.8.0"
@@ -147,10 +151,10 @@
147
151
  "to": "^2.8.1"
148
152
  }
149
153
  },
150
- "depsUpdated": 4,
154
+ "depsUpdated": 5,
151
155
  "originalPackage": "@aws-sdk/nested-clients",
152
156
  "originalVersion": "3.997.45",
153
- "processedAt": "2026-09-10T00:30:56.575Z",
157
+ "processedAt": "2026-09-11T16:10:15.786Z",
154
158
  "smokeTest": "failed"
155
159
  }
156
160
  }