@subql/node-ethereum 4.3.1 → 4.3.2
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 +6 -1
- package/dist/.tsbuildinfo +1 -1
- package/dist/indexer/dictionary/v2/utils.spec.js +1 -1
- package/dist/indexer/dictionary/v2/utils.spec.js.map +1 -1
- package/dist/indexer/indexer.manager.d.ts +1 -0
- package/dist/indexer/indexer.manager.js +3 -0
- package/dist/indexer/indexer.manager.js.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [4.3.2] - 2024-05-27
|
|
10
|
+
### Fixed
|
|
11
|
+
- Wrong value being injected for unsafeApi into sandbox (#291)
|
|
12
|
+
|
|
9
13
|
## [4.3.1] - 2024-05-02
|
|
10
14
|
### Fixed
|
|
11
15
|
- Sandbox Uint8Array and missing pg dep issue
|
|
@@ -466,7 +470,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
466
470
|
### Added
|
|
467
471
|
- Init release
|
|
468
472
|
|
|
469
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.3.
|
|
473
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.3.2...HEAD
|
|
474
|
+
[4.3.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.3.1...node-ethereum/4.3.2
|
|
470
475
|
[4.3.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.3.0...node-ethereum/4.3.1
|
|
471
476
|
[4.3.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.2.0...node-ethereum/4.3.0
|
|
472
477
|
[4.2.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.1.1...node-ethereum/4.2.0
|