@depup/aws-sdk__nested-clients 3.997.35-depup.0 → 3.997.36-depup.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/README.md +6 -7
- package/changes.json +5 -9
- package/dist-cjs/submodules/cognito-identity/index.js +1 -1
- package/dist-cjs/submodules/signin/index.js +1 -1
- package/dist-cjs/submodules/sso/index.js +1 -1
- package/dist-cjs/submodules/sso-oidc/index.js +1 -1
- package/dist-cjs/submodules/sts/index.js +1 -1
- package/package.json +10 -14
package/README.md
CHANGED
|
@@ -13,19 +13,18 @@ npm install @depup/aws-sdk__nested-clients
|
|
|
13
13
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
|
-
| Original | [@aws-sdk/nested-clients](https://www.npmjs.com/package/@aws-sdk/nested-clients) @ 3.997.
|
|
17
|
-
| Processed | 2026-07-
|
|
16
|
+
| Original | [@aws-sdk/nested-clients](https://www.npmjs.com/package/@aws-sdk/nested-clients) @ 3.997.36 |
|
|
17
|
+
| Processed | 2026-07-28 |
|
|
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
|
-
| @
|
|
26
|
-
| @smithy/
|
|
27
|
-
| @smithy/
|
|
28
|
-
| @smithy/node-http-handler | ^4.9.10 | ^4.9.11 |
|
|
25
|
+
| @smithy/core | ^3.29.8 | ^3.31.0 |
|
|
26
|
+
| @smithy/fetch-http-handler | ^5.6.10 | ^5.6.12 |
|
|
27
|
+
| @smithy/node-http-handler | ^4.9.10 | ^4.9.12 |
|
|
29
28
|
| tslib | ^2.6.2 | ^2.8.1 |
|
|
30
29
|
|
|
31
30
|
---
|
package/changes.json
CHANGED
|
@@ -1,26 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bumped": {
|
|
3
|
-
"@aws-sdk/core": {
|
|
4
|
-
"from": "^3.977.0",
|
|
5
|
-
"to": "^3.977.1"
|
|
6
|
-
},
|
|
7
3
|
"@smithy/core": {
|
|
8
4
|
"from": "^3.29.8",
|
|
9
|
-
"to": "^3.
|
|
5
|
+
"to": "^3.31.0"
|
|
10
6
|
},
|
|
11
7
|
"@smithy/fetch-http-handler": {
|
|
12
8
|
"from": "^5.6.10",
|
|
13
|
-
"to": "^5.6.
|
|
9
|
+
"to": "^5.6.12"
|
|
14
10
|
},
|
|
15
11
|
"@smithy/node-http-handler": {
|
|
16
12
|
"from": "^4.9.10",
|
|
17
|
-
"to": "^4.9.
|
|
13
|
+
"to": "^4.9.12"
|
|
18
14
|
},
|
|
19
15
|
"tslib": {
|
|
20
16
|
"from": "^2.6.2",
|
|
21
17
|
"to": "^2.8.1"
|
|
22
18
|
}
|
|
23
19
|
},
|
|
24
|
-
"timestamp": "2026-07-
|
|
25
|
-
"totalUpdated":
|
|
20
|
+
"timestamp": "2026-07-28T00:37:55.364Z",
|
|
21
|
+
"totalUpdated": 4
|
|
26
22
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/aws-sdk__nested-clients",
|
|
3
|
-
"version": "3.997.
|
|
3
|
+
"version": "3.997.36-depup.0",
|
|
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,9 +105,9 @@
|
|
|
105
105
|
"@aws-sdk/core": "^3.977.1",
|
|
106
106
|
"@aws-sdk/signature-v4-multi-region": "^3.996.42",
|
|
107
107
|
"@aws-sdk/types": "^3.974.2",
|
|
108
|
-
"@smithy/core": "^3.
|
|
109
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
110
|
-
"@smithy/node-http-handler": "^4.9.
|
|
108
|
+
"@smithy/core": "^3.31.0",
|
|
109
|
+
"@smithy/fetch-http-handler": "^5.6.12",
|
|
110
|
+
"@smithy/node-http-handler": "^4.9.12",
|
|
111
111
|
"@smithy/types": "^4.16.1",
|
|
112
112
|
"tslib": "^2.8.1"
|
|
113
113
|
},
|
|
@@ -130,31 +130,27 @@
|
|
|
130
130
|
],
|
|
131
131
|
"depup": {
|
|
132
132
|
"changes": {
|
|
133
|
-
"@aws-sdk/core": {
|
|
134
|
-
"from": "^3.977.0",
|
|
135
|
-
"to": "^3.977.1"
|
|
136
|
-
},
|
|
137
133
|
"@smithy/core": {
|
|
138
134
|
"from": "^3.29.8",
|
|
139
|
-
"to": "^3.
|
|
135
|
+
"to": "^3.31.0"
|
|
140
136
|
},
|
|
141
137
|
"@smithy/fetch-http-handler": {
|
|
142
138
|
"from": "^5.6.10",
|
|
143
|
-
"to": "^5.6.
|
|
139
|
+
"to": "^5.6.12"
|
|
144
140
|
},
|
|
145
141
|
"@smithy/node-http-handler": {
|
|
146
142
|
"from": "^4.9.10",
|
|
147
|
-
"to": "^4.9.
|
|
143
|
+
"to": "^4.9.12"
|
|
148
144
|
},
|
|
149
145
|
"tslib": {
|
|
150
146
|
"from": "^2.6.2",
|
|
151
147
|
"to": "^2.8.1"
|
|
152
148
|
}
|
|
153
149
|
},
|
|
154
|
-
"depsUpdated":
|
|
150
|
+
"depsUpdated": 4,
|
|
155
151
|
"originalPackage": "@aws-sdk/nested-clients",
|
|
156
|
-
"originalVersion": "3.997.
|
|
157
|
-
"processedAt": "2026-07-
|
|
152
|
+
"originalVersion": "3.997.36",
|
|
153
|
+
"processedAt": "2026-07-28T00:37:59.454Z",
|
|
158
154
|
"smokeTest": "failed"
|
|
159
155
|
}
|
|
160
156
|
}
|