@depup/aws-sdk__checksums 3.1000.19-depup.0 → 3.1000.20-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 +5 -4
- package/changes.json +8 -4
- package/package.json +12 -8
package/README.md
CHANGED
|
@@ -13,16 +13,17 @@ npm install @depup/aws-sdk__checksums
|
|
|
13
13
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
|
-
| Original | [@aws-sdk/checksums](https://www.npmjs.com/package/@aws-sdk/checksums) @ 3.1000.
|
|
17
|
-
| Processed | 2026-07-
|
|
16
|
+
| Original | [@aws-sdk/checksums](https://www.npmjs.com/package/@aws-sdk/checksums) @ 3.1000.20 |
|
|
17
|
+
| Processed | 2026-07-25 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 3 |
|
|
20
20
|
|
|
21
21
|
## Dependency Changes
|
|
22
22
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
|
-
| @
|
|
25
|
+
| @aws-sdk/core | ^3.977.0 | ^3.977.1 |
|
|
26
|
+
| @smithy/core | ^3.29.8 | ^3.30.0 |
|
|
26
27
|
| tslib | ^2.6.2 | ^2.8.1 |
|
|
27
28
|
|
|
28
29
|
---
|
package/changes.json
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bumped": {
|
|
3
|
+
"@aws-sdk/core": {
|
|
4
|
+
"from": "^3.977.0",
|
|
5
|
+
"to": "^3.977.1"
|
|
6
|
+
},
|
|
3
7
|
"@smithy/core": {
|
|
4
|
-
"from": "^3.29.
|
|
5
|
-
"to": "^3.
|
|
8
|
+
"from": "^3.29.8",
|
|
9
|
+
"to": "^3.30.0"
|
|
6
10
|
},
|
|
7
11
|
"tslib": {
|
|
8
12
|
"from": "^2.6.2",
|
|
9
13
|
"to": "^2.8.1"
|
|
10
14
|
}
|
|
11
15
|
},
|
|
12
|
-
"timestamp": "2026-07-
|
|
13
|
-
"totalUpdated":
|
|
16
|
+
"timestamp": "2026-07-25T00:38:41.875Z",
|
|
17
|
+
"totalUpdated": 3
|
|
14
18
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/aws-sdk__checksums",
|
|
3
|
-
"version": "3.1000.
|
|
3
|
+
"version": "3.1000.20-depup.0",
|
|
4
4
|
"description": "Checksum algorithms and flexible checksums middleware for the AWS SDK (with updated dependencies)",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/checksums",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -115,9 +115,9 @@
|
|
|
115
115
|
"test:e2e:watch": "yarn g:vitest watch -c vitest.config.e2e.mts"
|
|
116
116
|
},
|
|
117
117
|
"dependencies": {
|
|
118
|
-
"@aws-sdk/core": "^3.
|
|
118
|
+
"@aws-sdk/core": "^3.977.1",
|
|
119
119
|
"@aws-sdk/types": "^3.974.2",
|
|
120
|
-
"@smithy/core": "^3.
|
|
120
|
+
"@smithy/core": "^3.30.0",
|
|
121
121
|
"@smithy/types": "^4.16.1",
|
|
122
122
|
"tslib": "^2.8.1"
|
|
123
123
|
},
|
|
@@ -141,19 +141,23 @@
|
|
|
141
141
|
],
|
|
142
142
|
"depup": {
|
|
143
143
|
"changes": {
|
|
144
|
+
"@aws-sdk/core": {
|
|
145
|
+
"from": "^3.977.0",
|
|
146
|
+
"to": "^3.977.1"
|
|
147
|
+
},
|
|
144
148
|
"@smithy/core": {
|
|
145
|
-
"from": "^3.29.
|
|
146
|
-
"to": "^3.
|
|
149
|
+
"from": "^3.29.8",
|
|
150
|
+
"to": "^3.30.0"
|
|
147
151
|
},
|
|
148
152
|
"tslib": {
|
|
149
153
|
"from": "^2.6.2",
|
|
150
154
|
"to": "^2.8.1"
|
|
151
155
|
}
|
|
152
156
|
},
|
|
153
|
-
"depsUpdated":
|
|
157
|
+
"depsUpdated": 3,
|
|
154
158
|
"originalPackage": "@aws-sdk/checksums",
|
|
155
|
-
"originalVersion": "3.1000.
|
|
156
|
-
"processedAt": "2026-07-
|
|
159
|
+
"originalVersion": "3.1000.20",
|
|
160
|
+
"processedAt": "2026-07-25T00:38:47.693Z",
|
|
157
161
|
"smokeTest": "failed"
|
|
158
162
|
}
|
|
159
163
|
}
|