@subql/node 6.3.3 → 6.3.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 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
 
9
+ ## [6.3.4] - 2025-09-09
10
+ ### Fixed
11
+ - Dictionary v2 being used with empty filter conditions (#2909)
12
+
9
13
  ## [6.3.3] - 2025-07-30
10
14
  ### Fixed
11
15
  - Indexes not being checked correctly (#2871)
@@ -1459,7 +1463,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1459
1463
  ### Changed
1460
1464
  - bump @polkadot/api to 3.1.1
1461
1465
 
1462
- [Unreleased]: https://github.com/subquery/subql/compare/node/6.3.3...HEAD
1466
+ [Unreleased]: https://github.com/subquery/subql/compare/node/6.3.4...HEAD
1467
+ [6.3.4]: https://github.com/subquery/subql/compare/node/6.3.3...node/6.3.4
1463
1468
  [6.3.3]: https://github.com/subquery/subql/compare/node/6.3.2...node/6.3.3
1464
1469
  [6.3.2]: https://github.com/subquery/subql/compare/node/6.3.1...node/6.3.2
1465
1470
  [6.3.1]: https://github.com/subquery/subql/compare/node/6.3.0...node/6.3.1