@subql/types-ethereum 4.1.2-0 → 4.2.1-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 +6 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
+ ### Changed
9
+ - Update `@subql/types-core` (#386)
10
+
11
+ ## [4.2.0] - 2025-06-18
8
12
  ### Added
9
13
  - Support for ERC-4844 fields and new transaction type filter (#383)
10
14
 
@@ -164,7 +168,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
164
168
  - Sync with main sdk (#14)
165
169
 
166
170
  ## [0.1.0] - 2022-10-31
167
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/4.1.1...HEAD
171
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/4.2.0...HEAD
172
+ [4.2.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/4.1.1...types-ethereum/4.2.0
168
173
  [4.1.1]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/4.1.0...types-ethereum/4.1.1
169
174
  [4.1.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/4.0.0...types-ethereum/4.1.0
170
175
  [4.0.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.13.1...types-ethereum/4.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/types-ethereum",
3
- "version": "4.1.2-0",
3
+ "version": "4.2.1-0",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/subquery/subql",
6
6
  "repository": "github:subquery/subql",
@@ -19,7 +19,7 @@
19
19
  "dependencies": {
20
20
  "@ethersproject/abstract-provider": "^5.6.1",
21
21
  "@ethersproject/providers": "^5.7.2",
22
- "@subql/types-core": "^2.0.2"
22
+ "@subql/types-core": "^2.1.0"
23
23
  },
24
- "stableVersion": "4.1.1"
24
+ "stableVersion": "4.2.0"
25
25
  }