@valve-tech/gas-oracle 0.9.2 → 0.10.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,13 +5,30 @@ All notable changes to `@valve-tech/gas-oracle` are documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
 
8
+ ## [0.10.0] — 2026-05-08
9
+
10
+ Synchronized release — no changes to this package. Republished at
11
+ 0.10.0 alongside the rest of the toolkit. The minor bump (rather
12
+ than patch) reflects the addition of a new sibling package,
13
+ `@valve-tech/trueblocks-sdk`, to the synced release line.
14
+
15
+ ## [0.9.3] — 2026-05-08
16
+
17
+ Synchronized release — no changes to this package. Republished at
18
+ 0.9.3 alongside the rest of the toolkit so all six packages share
19
+ one synced version line on npm. v0.9.2 had published this package
20
+ successfully but skipped `tx-flight-react` (workflow file was
21
+ missing a publish step); v0.9.3 fixes that and re-publishes
22
+ everything from one tag.
23
+
8
24
  ## [0.9.2] — 2026-05-08
9
25
 
10
26
  Synchronized release — no changes to this package. Companion fix
11
27
  to v0.9.1: the root `build` script now uses `--topological-dev`
12
28
  so workspace `devDependencies` (added to `tx-flight-react` in
13
- v0.9.1) actually drive build ordering. v0.9.2 is the first version
14
- of the v0.9.x line to land on npm for this package.
29
+ v0.9.1) actually drive build ordering. First version of the v0.9.x
30
+ line on npm for this package, but the toolkit-wide v0.9.x line
31
+ didn't reach all six packages until v0.9.3.
15
32
 
16
33
  ## [0.9.1] — 2026-05-08
17
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@valve-tech/gas-oracle",
3
- "version": "0.9.2",
3
+ "version": "0.10.0",
4
4
  "description": "Multi-tier gas-fee oracle for EVM chains. Computes slow/standard/fast/instant tier recommendations from block-included tips, mempool pending tips, and base-fee trend, with a configurable downside-decay cap and a chain-aware EIP-1559 priority cutoff. viem-native — pass it a PublicClient and it does the rest. Ships viem-actions and viem-transport subpaths for drop-in client extension and transport-wrapping.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/valve-tech/evm-toolkit/tree/main/packages/gas-oracle#readme",
@@ -59,7 +59,7 @@
59
59
  "prepare": "yarn build"
60
60
  },
61
61
  "dependencies": {
62
- "@valve-tech/chain-source": "^0.9.2"
62
+ "@valve-tech/chain-source": "^0.10.0"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "viem": "^2.0.0"