@subql/node-ethereum 2.12.3-0 → 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 +4 -2
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -6,8 +6,9 @@ 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
|
|
9
10
|
### Fixed
|
|
10
|
-
- lock to `@subql/common` 2.6.0, in order to fix unknown reader issue.
|
|
11
|
+
- lock to `@subql/common` 2.6.0, in order to fix unknown reader issue. (#152)
|
|
11
12
|
|
|
12
13
|
## [2.12.2] - 2023-09-04
|
|
13
14
|
### Fixed
|
|
@@ -219,7 +220,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
219
220
|
### Added
|
|
220
221
|
- Init release
|
|
221
222
|
|
|
222
|
-
[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
|
|
223
225
|
[2.12.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.1...node-ethereum/2.12.2
|
|
224
226
|
[2.12.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.0...node-ethereum/2.12.1
|
|
225
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
|
|
3
|
+
"version": "2.12.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Ian He",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@nestjs/platform-express": "^9.4.0",
|
|
26
26
|
"@nestjs/schedule": "^3.0.1",
|
|
27
27
|
"@subql/common": "2.6.0",
|
|
28
|
-
"@subql/common-ethereum": "2.2.5
|
|
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",
|
|
@@ -66,6 +66,5 @@
|
|
|
66
66
|
"files": [
|
|
67
67
|
"/dist",
|
|
68
68
|
"/bin"
|
|
69
|
-
]
|
|
70
|
-
"stableVersion": "2.12.2"
|
|
69
|
+
]
|
|
71
70
|
}
|