@subql/node-ethereum 2.12.2 → 2.12.3-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/package.json +5 -4
package/CHANGELOG.md CHANGED
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ### Fixed
10
+ - lock to `@subql/common` 2.6.0, in order to fix unknown reader issue.
11
+
9
12
  ## [2.12.2] - 2023-09-04
10
13
  ### Fixed
11
14
  - Previous failed release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/node-ethereum",
3
- "version": "2.12.2",
3
+ "version": "2.12.3-0",
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": "^2.6.0",
28
- "@subql/common-ethereum": "2.2.4",
27
+ "@subql/common": "2.6.0",
28
+ "@subql/common-ethereum": "2.2.5-0",
29
29
  "@subql/node-core": "^4.2.6",
30
30
  "@subql/testing": "^2.0.0",
31
31
  "@subql/types": "^2.1.4",
@@ -66,5 +66,6 @@
66
66
  "files": [
67
67
  "/dist",
68
68
  "/bin"
69
- ]
69
+ ],
70
+ "stableVersion": "2.12.2"
70
71
  }