@subql/node-ethereum 6.1.2-0 → 6.2.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 +4 -1
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,8 @@ 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
|
+
## [6.2.0] - 2025-07-23
|
|
8
10
|
### Changed
|
|
9
11
|
- Optimise docker image size (#388)
|
|
10
12
|
|
|
@@ -645,7 +647,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
645
647
|
### Added
|
|
646
648
|
- Init release
|
|
647
649
|
|
|
648
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.
|
|
650
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.2.0...HEAD
|
|
651
|
+
[6.2.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.1.1...node-ethereum/6.2.0
|
|
649
652
|
[6.1.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.1.0...node-ethereum/6.1.1
|
|
650
653
|
[6.1.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.0.5...node-ethereum/6.1.0
|
|
651
654
|
[6.0.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.0.4...node-ethereum/6.0.5
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@subql/node-ethereum",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.2.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Ian He",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@nestjs/platform-express": "^11.0.7",
|
|
26
26
|
"@nestjs/schedule": "^5.0.1",
|
|
27
27
|
"@subql/common": "^5.7.0",
|
|
28
|
-
"@subql/common-ethereum": "4.9.2
|
|
28
|
+
"@subql/common-ethereum": "4.9.2",
|
|
29
29
|
"@subql/node-core": "^18.2.0",
|
|
30
30
|
"@subql/testing": "^2.2.1",
|
|
31
31
|
"@subql/types-ethereum": "4.2.1",
|
|
@@ -69,6 +69,5 @@
|
|
|
69
69
|
"README.md",
|
|
70
70
|
"CHANGELOG.md",
|
|
71
71
|
"LICENSE"
|
|
72
|
-
]
|
|
73
|
-
"stableVersion": "6.1.1"
|
|
72
|
+
]
|
|
74
73
|
}
|