@subql/types-ethereum 3.9.1-0 → 3.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.
- package/CHANGELOG.md +7 -1
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,11 @@ 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
|
+
|
|
9
|
+
## [3.10.0] - 2024-07-10
|
|
10
|
+
### Changed
|
|
11
|
+
- Update `@subql/types-core` dependency (#326)
|
|
12
|
+
|
|
8
13
|
### Fixed
|
|
9
14
|
- Incorrect generic parameter type (#321)
|
|
10
15
|
|
|
@@ -128,7 +133,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
128
133
|
- Sync with main sdk (#14)
|
|
129
134
|
|
|
130
135
|
## [0.1.0] - 2022-10-31
|
|
131
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.
|
|
136
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.10.0...HEAD
|
|
137
|
+
[3.10.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.9.0...types-ethereum/3.10.0
|
|
132
138
|
[3.9.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.8.0...types-ethereum/3.9.0
|
|
133
139
|
[3.8.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.7.0...types-ethereum/3.8.0
|
|
134
140
|
[3.7.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.6.1...types-ethereum/3.7.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@subql/types-ethereum",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.10.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"homepage": "https://github.com/subquery/subql",
|
|
6
6
|
"repository": "github:subquery/subql",
|
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@ethersproject/abstract-provider": "^5.6.1",
|
|
21
21
|
"@ethersproject/providers": "^5.7.2",
|
|
22
|
-
"@subql/types-core": "^0.
|
|
23
|
-
}
|
|
24
|
-
"stableVersion": "3.9.0"
|
|
22
|
+
"@subql/types-core": "^0.9.1"
|
|
23
|
+
}
|
|
25
24
|
}
|