@depup/aws-sdk__checksums 3.1000.20-depup.0 → 3.1000.22-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 CHANGED
@@ -13,17 +13,16 @@ 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.20 |
17
- | Processed | 2026-07-25 |
16
+ | Original | [@aws-sdk/checksums](https://www.npmjs.com/package/@aws-sdk/checksums) @ 3.1000.22 |
17
+ | Processed | 2026-07-29 |
18
18
  | Smoke test | failed |
19
- | Deps updated | 3 |
19
+ | Deps updated | 2 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | @aws-sdk/core | ^3.977.0 | ^3.977.1 |
26
- | @smithy/core | ^3.29.8 | ^3.30.0 |
25
+ | @smithy/core | ^3.29.8 | ^3.31.0 |
27
26
  | tslib | ^2.6.2 | ^2.8.1 |
28
27
 
29
28
  ---
package/changes.json CHANGED
@@ -1,18 +1,14 @@
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.30.0"
5
+ "to": "^3.31.0"
10
6
  },
11
7
  "tslib": {
12
8
  "from": "^2.6.2",
13
9
  "to": "^2.8.1"
14
10
  }
15
11
  },
16
- "timestamp": "2026-07-25T00:38:41.875Z",
17
- "totalUpdated": 3
12
+ "timestamp": "2026-07-29T00:34:52.423Z",
13
+ "totalUpdated": 2
18
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/aws-sdk__checksums",
3
- "version": "3.1000.20-depup.0",
3
+ "version": "3.1000.22-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.977.1",
118
+ "@aws-sdk/core": "^3.977.2",
119
119
  "@aws-sdk/types": "^3.974.2",
120
- "@smithy/core": "^3.30.0",
120
+ "@smithy/core": "^3.31.0",
121
121
  "@smithy/types": "^4.16.1",
122
122
  "tslib": "^2.8.1"
123
123
  },
@@ -141,23 +141,19 @@
141
141
  ],
142
142
  "depup": {
143
143
  "changes": {
144
- "@aws-sdk/core": {
145
- "from": "^3.977.0",
146
- "to": "^3.977.1"
147
- },
148
144
  "@smithy/core": {
149
145
  "from": "^3.29.8",
150
- "to": "^3.30.0"
146
+ "to": "^3.31.0"
151
147
  },
152
148
  "tslib": {
153
149
  "from": "^2.6.2",
154
150
  "to": "^2.8.1"
155
151
  }
156
152
  },
157
- "depsUpdated": 3,
153
+ "depsUpdated": 2,
158
154
  "originalPackage": "@aws-sdk/checksums",
159
- "originalVersion": "3.1000.20",
160
- "processedAt": "2026-07-25T00:38:47.693Z",
155
+ "originalVersion": "3.1000.22",
156
+ "processedAt": "2026-07-29T00:34:57.704Z",
161
157
  "smokeTest": "failed"
162
158
  }
163
159
  }