@subql/node 6.4.4 → 6.4.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -4,9 +4,12 @@ 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
-
8
7
  ## [Unreleased]
9
8
 
9
+ ## [6.4.5] - 2025-11-25
10
+ ### Fixed
11
+ - Updating models updateOnDuplicate field being calculated incorrectly (#2976)
12
+
10
13
  ## [6.4.4] - 2025-11-20
11
14
  ### Fixed
12
15
  - POI issues with array fields (#2972)
@@ -1485,7 +1488,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1485
1488
  ### Changed
1486
1489
  - bump @polkadot/api to 3.1.1
1487
1490
 
1488
- [Unreleased]: https://github.com/subquery/subql/compare/node/6.4.4...HEAD
1491
+ [Unreleased]: https://github.com/subquery/subql/compare/node/6.4.5...HEAD
1492
+ [6.4.5]: https://github.com/subquery/subql/compare/node/6.4.4...node/6.4.5
1489
1493
  [6.4.4]: https://github.com/subquery/subql/compare/node/6.4.3...node/6.4.4
1490
1494
  [6.4.3]: https://github.com/subquery/subql/compare/node/6.4.2...node/6.4.3
1491
1495
  [6.4.2]: https://github.com/subquery/subql/compare/node/6.4.0...node/6.4.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/node",
3
- "version": "6.4.4",
3
+ "version": "6.4.5",
4
4
  "description": "",
5
5
  "author": "Ian He",
6
6
  "license": "GPL-3.0",
@@ -27,7 +27,7 @@
27
27
  "@nestjs/schedule": "^5.0.1",
28
28
  "@polkadot/api": "^16.4.7",
29
29
  "@subql/common-substrate": "~4.5.5",
30
- "@subql/node-core": "~18.5.2",
30
+ "@subql/node-core": "~18.5.3",
31
31
  "@subql/types": "~3.15.0",
32
32
  "@subql/utils": "~2.22.1",
33
33
  "fetch-h2": "3.0.2",