@subql/node-ethereum 2.12.2 → 2.12.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 +3 -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
|
+
## [2.12.3] - 2023-09-04
|
|
10
|
+
### Fixed
|
|
11
|
+
- lock to `@subql/common` 2.6.0, in order to fix unknown reader issue. (#152)
|
|
12
|
+
|
|
9
13
|
## [2.12.2] - 2023-09-04
|
|
10
14
|
### Fixed
|
|
11
15
|
- Previous failed release
|
|
@@ -216,7 +220,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
216
220
|
### Added
|
|
217
221
|
- Init release
|
|
218
222
|
|
|
219
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.
|
|
223
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.3...HEAD
|
|
224
|
+
[2.12.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.2...node-ethereum/2.12.3
|
|
220
225
|
[2.12.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.1...node-ethereum/2.12.2
|
|
221
226
|
[2.12.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.0...node-ethereum/2.12.1
|
|
222
227
|
[2.12.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.11.1...node-ethereum/2.12.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@subql/node-ethereum",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Ian He",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"@nestjs/event-emitter": "^2.0.0",
|
|
25
25
|
"@nestjs/platform-express": "^9.4.0",
|
|
26
26
|
"@nestjs/schedule": "^3.0.1",
|
|
27
|
-
"@subql/common": "
|
|
28
|
-
"@subql/common-ethereum": "2.2.
|
|
27
|
+
"@subql/common": "2.6.0",
|
|
28
|
+
"@subql/common-ethereum": "2.2.5",
|
|
29
29
|
"@subql/node-core": "^4.2.6",
|
|
30
30
|
"@subql/testing": "^2.0.0",
|
|
31
31
|
"@subql/types": "^2.1.4",
|