@depup/aws-sdk__nested-clients 3.997.41-depup.0 → 3.997.42-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 +7 -3
- package/changes.json +18 -2
- 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 +28 -12
package/README.md
CHANGED
|
@@ -13,15 +13,19 @@ 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-08-
|
|
16
|
+
| Original | [@aws-sdk/nested-clients](https://www.npmjs.com/package/@aws-sdk/nested-clients) @ 3.997.42 |
|
|
17
|
+
| Processed | 2026-08-12 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 5 |
|
|
20
20
|
|
|
21
21
|
## Dependency Changes
|
|
22
22
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
|
+
| @smithy/core | ^3.31.1 | ^3.32.0 |
|
|
26
|
+
| @smithy/fetch-http-handler | ^5.6.13 | ^5.7.0 |
|
|
27
|
+
| @smithy/node-http-handler | ^4.9.13 | ^4.10.0 |
|
|
28
|
+
| @smithy/types | ^4.16.1 | ^4.17.0 |
|
|
25
29
|
| tslib | ^2.6.2 | ^2.8.1 |
|
|
26
30
|
|
|
27
31
|
---
|
package/changes.json
CHANGED
|
@@ -1,10 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bumped": {
|
|
3
|
+
"@smithy/core": {
|
|
4
|
+
"from": "^3.31.1",
|
|
5
|
+
"to": "^3.32.0"
|
|
6
|
+
},
|
|
7
|
+
"@smithy/fetch-http-handler": {
|
|
8
|
+
"from": "^5.6.13",
|
|
9
|
+
"to": "^5.7.0"
|
|
10
|
+
},
|
|
11
|
+
"@smithy/node-http-handler": {
|
|
12
|
+
"from": "^4.9.13",
|
|
13
|
+
"to": "^4.10.0"
|
|
14
|
+
},
|
|
15
|
+
"@smithy/types": {
|
|
16
|
+
"from": "^4.16.1",
|
|
17
|
+
"to": "^4.17.0"
|
|
18
|
+
},
|
|
3
19
|
"tslib": {
|
|
4
20
|
"from": "^2.6.2",
|
|
5
21
|
"to": "^2.8.1"
|
|
6
22
|
}
|
|
7
23
|
},
|
|
8
|
-
"timestamp": "2026-08-
|
|
9
|
-
"totalUpdated":
|
|
24
|
+
"timestamp": "2026-08-12T00:26:50.219Z",
|
|
25
|
+
"totalUpdated": 5
|
|
10
26
|
}
|
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.42-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",
|
|
@@ -102,20 +102,20 @@
|
|
|
102
102
|
"test:watch": "yarn g:vitest watch"
|
|
103
103
|
},
|
|
104
104
|
"dependencies": {
|
|
105
|
-
"@aws-sdk/core": "^3.977.
|
|
106
|
-
"@aws-sdk/signature-v4-multi-region": "^3.996.
|
|
107
|
-
"@aws-sdk/types": "^3.974.
|
|
108
|
-
"@smithy/core": "^3.
|
|
109
|
-
"@smithy/fetch-http-handler": "^5.
|
|
110
|
-
"@smithy/node-http-handler": "^4.
|
|
111
|
-
"@smithy/types": "^4.
|
|
105
|
+
"@aws-sdk/core": "^3.977.7",
|
|
106
|
+
"@aws-sdk/signature-v4-multi-region": "^3.996.44",
|
|
107
|
+
"@aws-sdk/types": "^3.974.3",
|
|
108
|
+
"@smithy/core": "^3.32.0",
|
|
109
|
+
"@smithy/fetch-http-handler": "^5.7.0",
|
|
110
|
+
"@smithy/node-http-handler": "^4.10.0",
|
|
111
|
+
"@smithy/types": "^4.17.0",
|
|
112
112
|
"tslib": "^2.8.1"
|
|
113
113
|
},
|
|
114
114
|
"devDependencies": {
|
|
115
115
|
"concurrently": "7.0.0",
|
|
116
116
|
"downlevel-dts": "0.10.1",
|
|
117
117
|
"premove": "4.0.0",
|
|
118
|
-
"typescript": "~
|
|
118
|
+
"typescript": "~6.0.3"
|
|
119
119
|
},
|
|
120
120
|
"engines": {
|
|
121
121
|
"node": ">=20.0.0"
|
|
@@ -130,15 +130,31 @@
|
|
|
130
130
|
],
|
|
131
131
|
"depup": {
|
|
132
132
|
"changes": {
|
|
133
|
+
"@smithy/core": {
|
|
134
|
+
"from": "^3.31.1",
|
|
135
|
+
"to": "^3.32.0"
|
|
136
|
+
},
|
|
137
|
+
"@smithy/fetch-http-handler": {
|
|
138
|
+
"from": "^5.6.13",
|
|
139
|
+
"to": "^5.7.0"
|
|
140
|
+
},
|
|
141
|
+
"@smithy/node-http-handler": {
|
|
142
|
+
"from": "^4.9.13",
|
|
143
|
+
"to": "^4.10.0"
|
|
144
|
+
},
|
|
145
|
+
"@smithy/types": {
|
|
146
|
+
"from": "^4.16.1",
|
|
147
|
+
"to": "^4.17.0"
|
|
148
|
+
},
|
|
133
149
|
"tslib": {
|
|
134
150
|
"from": "^2.6.2",
|
|
135
151
|
"to": "^2.8.1"
|
|
136
152
|
}
|
|
137
153
|
},
|
|
138
|
-
"depsUpdated":
|
|
154
|
+
"depsUpdated": 5,
|
|
139
155
|
"originalPackage": "@aws-sdk/nested-clients",
|
|
140
|
-
"originalVersion": "3.997.
|
|
141
|
-
"processedAt": "2026-08-
|
|
156
|
+
"originalVersion": "3.997.42",
|
|
157
|
+
"processedAt": "2026-08-12T00:26:54.888Z",
|
|
142
158
|
"smokeTest": "failed"
|
|
143
159
|
}
|
|
144
160
|
}
|