@subql/node-starknet 6.0.0 → 6.0.1

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.0.1] - 2025-05-01
10
+ ### Changed
11
+ - Update `@subql/node-core` with workers performance fix
12
+
9
13
  ## [6.0.0] - 2025-04-24
10
14
  ### Added
11
15
  - Support for rewinds and unfinalized blocks with multichain projects
@@ -40,7 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
40
44
  ### Added
41
45
  - Init release
42
46
 
43
- [Unreleased]: https://github.com/subquery/subql-starknet/compare/node-starknet/6.0.0...HEAD
47
+ [Unreleased]: https://github.com/subquery/subql-starknet/compare/node-starknet/6.0.1...HEAD
48
+ [6.0.1]: https://github.com/subquery/subql-starknet/compare/node-starknet/6.0.0...node-starknet/6.0.1
44
49
  [6.0.0]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.9.0...node-starknet/6.0.0
45
50
  [5.9.0]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.8.0...node-starknet/5.9.0
46
51
  [5.8.0]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.7.2...node-starknet/5.8.0