@valve-tech/viem-errors 0.4.1 → 0.6.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/CHANGELOG.md +21 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,27 @@ this file.
|
|
|
6
6
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
7
7
|
and this project adheres to [Semantic Versioning](https://semver.org/).
|
|
8
8
|
|
|
9
|
+
## [0.6.0] — 2026-05-05
|
|
10
|
+
|
|
11
|
+
### Notes
|
|
12
|
+
|
|
13
|
+
- Synchronized release — no changes to this package. Bumped in
|
|
14
|
+
lockstep with `@valve-tech/chain-source@0.6.0` (block-stream
|
|
15
|
+
dedup + head-probe gating in the source tick) and
|
|
16
|
+
`@valve-tech/gas-oracle@0.6.0` (now consumes ChainSource via
|
|
17
|
+
`source?: ChainSource`).
|
|
18
|
+
|
|
19
|
+
## [0.5.0] — 2026-05-05
|
|
20
|
+
|
|
21
|
+
### Notes
|
|
22
|
+
|
|
23
|
+
- Synchronized release — no changes to this package. Bumped in
|
|
24
|
+
lockstep with `@valve-tech/wallet-adapter@0.5.0`, which gains rich
|
|
25
|
+
`TxContext` payloads on every lifecycle event. See that package's
|
|
26
|
+
changelog for the breaking-change details. The
|
|
27
|
+
`@valve-tech/wallet-adapter` runtime continues to depend on
|
|
28
|
+
`@valve-tech/viem-errors` at the synced semver range.
|
|
29
|
+
|
|
9
30
|
## [0.4.1] — 2026-05-04
|
|
10
31
|
|
|
11
32
|
### Notes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@valve-tech/viem-errors",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "Cause-chain-aware error utilities for viem-based dapps. Detect EIP-1193 user rejections (4001 / class name / message regex), extract decoded custom Solidity error names from anywhere in viem's nested cause chain, map raw RPC/wallet/contract errors to short user-friendly messages with overridable patterns, and route wagmi-style onError sinks through one helper. Pure functions, no runtime dependencies. Part of the valve-tech/evm-toolkit synchronized release line.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/valve-tech/evm-toolkit/tree/main/packages/viem-errors#readme",
|