@subql/types-ethereum 4.2.3-0 → 4.2.3
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 +6 -1
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [4.2.3] - 2025-11-20
|
|
10
|
+
### Changed
|
|
11
|
+
- Update `@subql/types-core` (#403)
|
|
12
|
+
|
|
9
13
|
## [4.2.2] - 2025-07-30
|
|
10
14
|
### Changed
|
|
11
15
|
- Update `@subql` deps (#391)
|
|
@@ -174,7 +178,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
174
178
|
- Sync with main sdk (#14)
|
|
175
179
|
|
|
176
180
|
## [0.1.0] - 2022-10-31
|
|
177
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/4.2.
|
|
181
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/4.2.3...HEAD
|
|
182
|
+
[4.2.3]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/4.2.2...types-ethereum/4.2.3
|
|
178
183
|
[4.2.2]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/4.2.1...types-ethereum/4.2.2
|
|
179
184
|
[4.2.1]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/4.2.0...types-ethereum/4.2.1
|
|
180
185
|
[4.2.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/4.1.1...types-ethereum/4.2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@subql/types-ethereum",
|
|
3
|
-
"version": "4.2.3
|
|
3
|
+
"version": "4.2.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"homepage": "https://github.com/subquery/subql",
|
|
6
6
|
"repository": "github:subquery/subql",
|
|
@@ -29,6 +29,5 @@
|
|
|
29
29
|
"@ethersproject/abstract-provider": "^5.6.1",
|
|
30
30
|
"@ethersproject/providers": "^5.7.2",
|
|
31
31
|
"@subql/types-core": "^2.2.0"
|
|
32
|
-
}
|
|
33
|
-
"stableVersion": "4.2.2"
|
|
32
|
+
}
|
|
34
33
|
}
|