@depup/aws-sdk__nested-clients 3.997.44-depup.2 → 3.997.45-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-09-
|
|
16
|
+
| Original | [@aws-sdk/nested-clients](https://www.npmjs.com/package/@aws-sdk/nested-clients) @ 3.997.45 |
|
|
17
|
+
| Processed | 2026-09-10 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
19
|
| Deps updated | 4 |
|
|
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.45-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.
|
|
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
108
|
"@smithy/core": "^3.33.3",
|
|
@@ -149,8 +149,8 @@
|
|
|
149
149
|
},
|
|
150
150
|
"depsUpdated": 4,
|
|
151
151
|
"originalPackage": "@aws-sdk/nested-clients",
|
|
152
|
-
"originalVersion": "3.997.
|
|
153
|
-
"processedAt": "2026-09-
|
|
152
|
+
"originalVersion": "3.997.45",
|
|
153
|
+
"processedAt": "2026-09-10T00:30:56.575Z",
|
|
154
154
|
"smokeTest": "failed"
|
|
155
155
|
}
|
|
156
156
|
}
|