@subql/node-ethereum 5.1.5-0 → 5.1.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -1
  2. package/package.json +3 -4
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
+ ## [5.1.5] - 2024-10-22
9
10
  ### Changed
10
11
  - Bump `@subql/node-core` dependency (#347)
11
12
 
@@ -559,7 +560,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
559
560
  ### Added
560
561
  - Init release
561
562
 
562
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.4...HEAD
563
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.5...HEAD
564
+ [5.1.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.4...node-ethereum/5.1.5
563
565
  [5.1.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.3...node-ethereum/5.1.4
564
566
  [5.1.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.2...node-ethereum/5.1.3
565
567
  [5.1.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.1...node-ethereum/5.1.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/node-ethereum",
3
- "version": "5.1.5-0",
3
+ "version": "5.1.5",
4
4
  "description": "",
5
5
  "author": "Ian He",
6
6
  "license": "GPL-3.0",
@@ -28,7 +28,7 @@
28
28
  "@subql/common-ethereum": "4.5.3",
29
29
  "@subql/node-core": "^14.1.6",
30
30
  "@subql/testing": "^2.2.1",
31
- "@subql/types-ethereum": "3.13.2-0",
31
+ "@subql/types-ethereum": "4.0.0",
32
32
  "cacheable-lookup": "6",
33
33
  "ethers": "^5.7.0",
34
34
  "eventemitter2": "^6.4.5",
@@ -59,6 +59,5 @@
59
59
  "files": [
60
60
  "/dist",
61
61
  "/bin"
62
- ],
63
- "stableVersion": "5.1.4"
62
+ ]
64
63
  }