@subql/types-ethereum 3.13.2-0 → 4.0.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 +3 -1
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [4.0.0] - 2024-10-22
|
|
9
10
|
### Changed
|
|
10
11
|
- Update `@subql/types-core` dependency (#347)
|
|
11
12
|
|
|
@@ -152,7 +153,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
152
153
|
- Sync with main sdk (#14)
|
|
153
154
|
|
|
154
155
|
## [0.1.0] - 2022-10-31
|
|
155
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/
|
|
156
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/4.0.0...HEAD
|
|
157
|
+
[4.0.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.13.1...types-ethereum/4.0.0
|
|
156
158
|
[3.13.1]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.13.0...types-ethereum/3.13.1
|
|
157
159
|
[3.13.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.12.0...types-ethereum/3.13.0
|
|
158
160
|
[3.12.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.11.0...types-ethereum/3.12.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@subql/types-ethereum",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"homepage": "https://github.com/subquery/subql",
|
|
6
6
|
"repository": "github:subquery/subql",
|
|
@@ -20,6 +20,5 @@
|
|
|
20
20
|
"@ethersproject/abstract-provider": "^5.6.1",
|
|
21
21
|
"@ethersproject/providers": "^5.7.2",
|
|
22
22
|
"@subql/types-core": "^2.0.0"
|
|
23
|
-
}
|
|
24
|
-
"stableVersion": "3.13.1"
|
|
23
|
+
}
|
|
25
24
|
}
|