@subql/node 6.4.5-0 → 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.
- package/CHANGELOG.md +4 -1
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,8 @@ 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
|
## [Unreleased]
|
|
8
|
+
|
|
9
|
+
## [6.4.5] - 2025-11-25
|
|
8
10
|
### Fixed
|
|
9
11
|
- Updating models updateOnDuplicate field being calculated incorrectly (#2976)
|
|
10
12
|
|
|
@@ -1486,7 +1488,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1486
1488
|
### Changed
|
|
1487
1489
|
- bump @polkadot/api to 3.1.1
|
|
1488
1490
|
|
|
1489
|
-
[Unreleased]: https://github.com/subquery/subql/compare/node/6.4.
|
|
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
|
|
1490
1493
|
[6.4.4]: https://github.com/subquery/subql/compare/node/6.4.3...node/6.4.4
|
|
1491
1494
|
[6.4.3]: https://github.com/subquery/subql/compare/node/6.4.2...node/6.4.3
|
|
1492
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.5
|
|
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.3
|
|
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",
|
|
@@ -58,6 +58,5 @@
|
|
|
58
58
|
"LICENSE",
|
|
59
59
|
"README.md",
|
|
60
60
|
"CHANGELOG.md"
|
|
61
|
-
]
|
|
62
|
-
"stableVersion": "6.4.4"
|
|
61
|
+
]
|
|
63
62
|
}
|