@depup/aws-sdk__nested-clients 3.997.40-depup.0 → 3.997.41-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 +2 -2
- package/changes.json +1 -1
- 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 +4 -4
package/README.md
CHANGED
|
@@ -13,8 +13,8 @@ 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.41 |
|
|
17
|
+
| Processed | 2026-08-05 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
19
|
| Deps updated | 1 |
|
|
20
20
|
|
package/changes.json
CHANGED
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.41-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,7 +102,7 @@
|
|
|
102
102
|
"test:watch": "yarn g:vitest watch"
|
|
103
103
|
},
|
|
104
104
|
"dependencies": {
|
|
105
|
-
"@aws-sdk/core": "^3.977.
|
|
105
|
+
"@aws-sdk/core": "^3.977.6",
|
|
106
106
|
"@aws-sdk/signature-v4-multi-region": "^3.996.43",
|
|
107
107
|
"@aws-sdk/types": "^3.974.2",
|
|
108
108
|
"@smithy/core": "^3.31.1",
|
|
@@ -137,8 +137,8 @@
|
|
|
137
137
|
},
|
|
138
138
|
"depsUpdated": 1,
|
|
139
139
|
"originalPackage": "@aws-sdk/nested-clients",
|
|
140
|
-
"originalVersion": "3.997.
|
|
141
|
-
"processedAt": "2026-08-
|
|
140
|
+
"originalVersion": "3.997.41",
|
|
141
|
+
"processedAt": "2026-08-05T00:37:03.095Z",
|
|
142
142
|
"smokeTest": "failed"
|
|
143
143
|
}
|
|
144
144
|
}
|