@subql/node 6.4.4-0 → 6.4.5-0
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/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
|
### Fixed
|
|
9
|
+
- Updating models updateOnDuplicate field being calculated incorrectly (#2976)
|
|
10
|
+
|
|
11
|
+
## [6.4.4] - 2025-11-20
|
|
12
|
+
### Fixed
|
|
9
13
|
- POI issues with array fields (#2972)
|
|
10
14
|
|
|
11
15
|
## [6.4.3] - 2025-11-05
|
|
@@ -1482,7 +1486,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1482
1486
|
### Changed
|
|
1483
1487
|
- bump @polkadot/api to 3.1.1
|
|
1484
1488
|
|
|
1485
|
-
[Unreleased]: https://github.com/subquery/subql/compare/node/6.4.
|
|
1489
|
+
[Unreleased]: https://github.com/subquery/subql/compare/node/6.4.4...HEAD
|
|
1490
|
+
[6.4.4]: https://github.com/subquery/subql/compare/node/6.4.3...node/6.4.4
|
|
1486
1491
|
[6.4.3]: https://github.com/subquery/subql/compare/node/6.4.2...node/6.4.3
|
|
1487
1492
|
[6.4.2]: https://github.com/subquery/subql/compare/node/6.4.0...node/6.4.2
|
|
1488
1493
|
[6.4.0]: https://github.com/subquery/subql/compare/node/6.3.5...node/6.4.0
|