@subql/node-ethereum 5.6.1 → 5.6.2
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 -2
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
|
+
## [5.6.2] - 2025-04-08
|
|
10
|
+
### Changed
|
|
11
|
+
- Update @subql/node-core dependencies
|
|
12
|
+
|
|
9
13
|
## [5.6.1] - 2025-03-24
|
|
10
14
|
### Changed
|
|
11
15
|
- Update node-core with fix for workers max queue error
|
|
@@ -604,7 +608,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
604
608
|
### Added
|
|
605
609
|
- Init release
|
|
606
610
|
|
|
607
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.6.
|
|
611
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.6.2...HEAD
|
|
612
|
+
[5.6.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.6.1...node-ethereum/5.6.2
|
|
608
613
|
[5.6.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.6.0...node-ethereum/5.6.1
|
|
609
614
|
[5.6.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.5.0...node-ethereum/5.6.0
|
|
610
615
|
[5.5.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.4.0...node-ethereum/5.5.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@subql/node-ethereum",
|
|
3
|
-
"version": "5.6.
|
|
3
|
+
"version": "5.6.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Ian He",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@nestjs/schedule": "^5.0.1",
|
|
27
27
|
"@subql/common": "^5.4.0",
|
|
28
28
|
"@subql/common-ethereum": "4.7.0",
|
|
29
|
-
"@subql/node-core": "^17.2.
|
|
29
|
+
"@subql/node-core": "^17.2.2",
|
|
30
30
|
"@subql/testing": "^2.2.1",
|
|
31
31
|
"@subql/types-ethereum": "4.1.0",
|
|
32
32
|
"cacheable-lookup": "6",
|