@depup/viem 2.47.12-depup.0 → 2.47.12-depup.1
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 +4 -3
- package/changes.json +7 -3
- package/package.json +10 -6
package/README.md
CHANGED
|
@@ -14,18 +14,19 @@ npm install @depup/viem
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [viem](https://www.npmjs.com/package/viem) @ 2.47.12 |
|
|
17
|
-
| Processed | 2026-04-
|
|
17
|
+
| Processed | 2026-04-11 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 6 |
|
|
20
20
|
|
|
21
21
|
## Dependency Changes
|
|
22
22
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
25
|
| @noble/curves | 1.9.1 | ^2.0.1 |
|
|
26
|
-
| @noble/hashes | 1.8.0 | ^2.0
|
|
26
|
+
| @noble/hashes | 1.8.0 | ^2.2.0 |
|
|
27
27
|
| @scure/bip32 | 1.7.0 | ^2.0.1 |
|
|
28
28
|
| @scure/bip39 | 1.6.0 | ^2.0.1 |
|
|
29
|
+
| ox | 0.14.13 | ^0.14.15 |
|
|
29
30
|
| ws | 8.18.3 | ^8.20.0 |
|
|
30
31
|
|
|
31
32
|
---
|
package/changes.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
},
|
|
7
7
|
"@noble/hashes": {
|
|
8
8
|
"from": "1.8.0",
|
|
9
|
-
"to": "^2.0
|
|
9
|
+
"to": "^2.2.0"
|
|
10
10
|
},
|
|
11
11
|
"@scure/bip32": {
|
|
12
12
|
"from": "1.7.0",
|
|
@@ -16,11 +16,15 @@
|
|
|
16
16
|
"from": "1.6.0",
|
|
17
17
|
"to": "^2.0.1"
|
|
18
18
|
},
|
|
19
|
+
"ox": {
|
|
20
|
+
"from": "0.14.13",
|
|
21
|
+
"to": "^0.14.15"
|
|
22
|
+
},
|
|
19
23
|
"ws": {
|
|
20
24
|
"from": "8.18.3",
|
|
21
25
|
"to": "^8.20.0"
|
|
22
26
|
}
|
|
23
27
|
},
|
|
24
|
-
"timestamp": "2026-04-
|
|
25
|
-
"totalUpdated":
|
|
28
|
+
"timestamp": "2026-04-11T20:12:27.294Z",
|
|
29
|
+
"totalUpdated": 6
|
|
26
30
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/viem",
|
|
3
3
|
"description": "TypeScript Interface for Ethereum (with updated dependencies)",
|
|
4
|
-
"version": "2.47.12-depup.
|
|
4
|
+
"version": "2.47.12-depup.1",
|
|
5
5
|
"main": "./_cjs/index.js",
|
|
6
6
|
"module": "./_esm/index.js",
|
|
7
7
|
"types": "./_types/index.d.ts",
|
|
@@ -214,12 +214,12 @@
|
|
|
214
214
|
},
|
|
215
215
|
"dependencies": {
|
|
216
216
|
"@noble/curves": "^2.0.1",
|
|
217
|
-
"@noble/hashes": "^2.0
|
|
217
|
+
"@noble/hashes": "^2.2.0",
|
|
218
218
|
"@scure/bip32": "^2.0.1",
|
|
219
219
|
"@scure/bip39": "^2.0.1",
|
|
220
220
|
"abitype": "1.2.3",
|
|
221
221
|
"isows": "1.0.7",
|
|
222
|
-
"ox": "0.14.
|
|
222
|
+
"ox": "^0.14.15",
|
|
223
223
|
"ws": "^8.20.0"
|
|
224
224
|
},
|
|
225
225
|
"license": "MIT",
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
},
|
|
264
264
|
"@noble/hashes": {
|
|
265
265
|
"from": "1.8.0",
|
|
266
|
-
"to": "^2.0
|
|
266
|
+
"to": "^2.2.0"
|
|
267
267
|
},
|
|
268
268
|
"@scure/bip32": {
|
|
269
269
|
"from": "1.7.0",
|
|
@@ -273,15 +273,19 @@
|
|
|
273
273
|
"from": "1.6.0",
|
|
274
274
|
"to": "^2.0.1"
|
|
275
275
|
},
|
|
276
|
+
"ox": {
|
|
277
|
+
"from": "0.14.13",
|
|
278
|
+
"to": "^0.14.15"
|
|
279
|
+
},
|
|
276
280
|
"ws": {
|
|
277
281
|
"from": "8.18.3",
|
|
278
282
|
"to": "^8.20.0"
|
|
279
283
|
}
|
|
280
284
|
},
|
|
281
|
-
"depsUpdated":
|
|
285
|
+
"depsUpdated": 6,
|
|
282
286
|
"originalPackage": "viem",
|
|
283
287
|
"originalVersion": "2.47.12",
|
|
284
|
-
"processedAt": "2026-04-
|
|
288
|
+
"processedAt": "2026-04-11T20:12:30.085Z",
|
|
285
289
|
"smokeTest": "failed"
|
|
286
290
|
}
|
|
287
291
|
}
|