@subql/node 6.3.4-0 → 6.3.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 +6 -7
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,10 @@ 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
|
+
### Changed
|
|
9
|
+
- Locked down graphql related dependencies (#2876)
|
|
10
|
+
|
|
11
|
+
## [6.3.4] - 2025-09-09
|
|
8
12
|
### Fixed
|
|
9
13
|
- Dictionary v2 being used with empty filter conditions (#2909)
|
|
10
14
|
|
|
@@ -1461,7 +1465,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1461
1465
|
### Changed
|
|
1462
1466
|
- bump @polkadot/api to 3.1.1
|
|
1463
1467
|
|
|
1464
|
-
[Unreleased]: https://github.com/subquery/subql/compare/node/6.3.
|
|
1468
|
+
[Unreleased]: https://github.com/subquery/subql/compare/node/6.3.4...HEAD
|
|
1469
|
+
[6.3.4]: https://github.com/subquery/subql/compare/node/6.3.3...node/6.3.4
|
|
1465
1470
|
[6.3.3]: https://github.com/subquery/subql/compare/node/6.3.2...node/6.3.3
|
|
1466
1471
|
[6.3.2]: https://github.com/subquery/subql/compare/node/6.3.1...node/6.3.2
|
|
1467
1472
|
[6.3.1]: https://github.com/subquery/subql/compare/node/6.3.0...node/6.3.1
|