@subql/node 6.3.2-1 → 6.3.3
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 +9 -1
- package/dist/.tsbuildinfo +1 -1
- package/package.json +5 -6
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,12 @@ 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.3.3] - 2025-07-30
|
|
10
|
+
### Fixed
|
|
11
|
+
- Indexes not being checked correctly (#2871)
|
|
12
|
+
|
|
13
|
+
## [6.3.2] - 2025-07-24
|
|
8
14
|
### Changed
|
|
9
15
|
- Improved docker image size (#2866)
|
|
10
16
|
|
|
@@ -1453,7 +1459,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1453
1459
|
### Changed
|
|
1454
1460
|
- bump @polkadot/api to 3.1.1
|
|
1455
1461
|
|
|
1456
|
-
[Unreleased]: https://github.com/subquery/subql/compare/node/6.3.
|
|
1462
|
+
[Unreleased]: https://github.com/subquery/subql/compare/node/6.3.3...HEAD
|
|
1463
|
+
[6.3.3]: https://github.com/subquery/subql/compare/node/6.3.2...node/6.3.3
|
|
1464
|
+
[6.3.2]: https://github.com/subquery/subql/compare/node/6.3.1...node/6.3.2
|
|
1457
1465
|
[6.3.1]: https://github.com/subquery/subql/compare/node/6.3.0...node/6.3.1
|
|
1458
1466
|
[6.3.0]: https://github.com/subquery/subql/compare/node/6.2.0...node/6.3.0
|
|
1459
1467
|
[6.2.0]: https://github.com/subquery/subql/compare/node/6.1.1...node/6.2.0
|