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