@subql/node 6.4.0 → 6.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 +11 -1
- package/dist/.tsbuildinfo +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [6.4.3] - 2025-11-05
|
|
10
|
+
### Fixed
|
|
11
|
+
- Lock down VM2 version to avoid a breaking change (#2959)
|
|
12
|
+
|
|
13
|
+
## [6.4.2] - 2025-10-22
|
|
14
|
+
### Changed
|
|
15
|
+
- Update `@subql/common-substrate`
|
|
16
|
+
|
|
9
17
|
## [6.4.0] - 2025-10-15
|
|
10
18
|
### Changed
|
|
11
19
|
- Minor improvements and fixes from upgrading to eslint 9 with stricter settings (#2929)
|
|
@@ -1472,7 +1480,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1472
1480
|
### Changed
|
|
1473
1481
|
- bump @polkadot/api to 3.1.1
|
|
1474
1482
|
|
|
1475
|
-
[Unreleased]: https://github.com/subquery/subql/compare/node/6.4.
|
|
1483
|
+
[Unreleased]: https://github.com/subquery/subql/compare/node/6.4.3...HEAD
|
|
1484
|
+
[6.4.3]: https://github.com/subquery/subql/compare/node/6.4.2...node/6.4.3
|
|
1485
|
+
[6.4.2]: https://github.com/subquery/subql/compare/node/6.4.0...node/6.4.2
|
|
1476
1486
|
[6.4.0]: https://github.com/subquery/subql/compare/node/6.3.5...node/6.4.0
|
|
1477
1487
|
[6.3.5]: https://github.com/subquery/subql/compare/node/6.3.4...node/6.3.5
|
|
1478
1488
|
[6.3.4]: https://github.com/subquery/subql/compare/node/6.3.3...node/6.3.4
|