@subql/node-ethereum 3.4.3-0 → 3.4.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 +3 -2
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -6,10 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [3.4.3] - 2023-12-04
|
|
9
10
|
### Fixed
|
|
10
11
|
- Fix with after correct asset type (#223)
|
|
11
12
|
|
|
12
|
-
|
|
13
13
|
## [3.4.2] - 2023-11-30
|
|
14
14
|
### Fixed
|
|
15
15
|
- Sync with `node-core` 7.0.2
|
|
@@ -356,7 +356,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
356
356
|
### Added
|
|
357
357
|
- Init release
|
|
358
358
|
|
|
359
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.
|
|
359
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.3...HEAD
|
|
360
|
+
[3.4.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.2...node-ethereum/3.4.3
|
|
360
361
|
[3.4.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.1...node-ethereum/3.4.2
|
|
361
362
|
[3.4.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.0...node-ethereum/3.4.1
|
|
362
363
|
[3.4.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.3.6...node-ethereum/3.4.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@subql/node-ethereum",
|
|
3
|
-
"version": "3.4.3
|
|
3
|
+
"version": "3.4.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Ian He",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@nestjs/schedule": "^3.0.1",
|
|
28
28
|
"@subql/common": "^3.3.0",
|
|
29
29
|
"@subql/common-ethereum": "3.1.1-0",
|
|
30
|
-
"@subql/node-core": "7.0.3
|
|
30
|
+
"@subql/node-core": "^7.0.3",
|
|
31
31
|
"@subql/testing": "^2.0.2",
|
|
32
32
|
"@subql/types-ethereum": "3.2.1",
|
|
33
33
|
"cacheable-lookup": "6",
|
|
@@ -65,6 +65,5 @@
|
|
|
65
65
|
"files": [
|
|
66
66
|
"/dist",
|
|
67
67
|
"/bin"
|
|
68
|
-
]
|
|
69
|
-
"stableVersion": "3.4.2"
|
|
68
|
+
]
|
|
70
69
|
}
|