@subql/node 6.4.4-0 → 6.4.4
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 +5 -1
- package/dist/.tsbuildinfo +1 -1
- package/package.json +4 -5
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
|
|
7
8
|
## [Unreleased]
|
|
9
|
+
|
|
10
|
+
## [6.4.4] - 2025-11-20
|
|
8
11
|
### Fixed
|
|
9
12
|
- POI issues with array fields (#2972)
|
|
10
13
|
|
|
@@ -1482,7 +1485,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1482
1485
|
### Changed
|
|
1483
1486
|
- bump @polkadot/api to 3.1.1
|
|
1484
1487
|
|
|
1485
|
-
[Unreleased]: https://github.com/subquery/subql/compare/node/6.4.
|
|
1488
|
+
[Unreleased]: https://github.com/subquery/subql/compare/node/6.4.4...HEAD
|
|
1489
|
+
[6.4.4]: https://github.com/subquery/subql/compare/node/6.4.3...node/6.4.4
|
|
1486
1490
|
[6.4.3]: https://github.com/subquery/subql/compare/node/6.4.2...node/6.4.3
|
|
1487
1491
|
[6.4.2]: https://github.com/subquery/subql/compare/node/6.4.0...node/6.4.2
|
|
1488
1492
|
[6.4.0]: https://github.com/subquery/subql/compare/node/6.3.5...node/6.4.0
|