@subql/node-starknet 5.7.3-2 → 5.8.1-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
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
  ### Changed
9
+ - Update @nestjs/event-emitter to compatible version with other nest dependencies (#25)
10
+
11
+ ### Fixed
12
+ - Rate limit errors not correctly being detected (#25)
13
+
14
+ ## [5.8.0] - 2025-02-27
15
+ ### Changed
9
16
  - Update `@subql/common` (#21)
10
17
  - Update `@subql/node-core` an implement BlockchainService (#23)
11
18
 
@@ -26,7 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
33
  ### Added
27
34
  - Init release
28
35
 
29
- [Unreleased]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.7.2...HEAD
36
+ [Unreleased]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.8.0...HEAD
37
+ [5.8.0]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.7.2...node-starknet/5.8.0
30
38
  [5.7.2]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.7.1...node-starknet/5.7.2
31
39
  [5.7.1]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.7.0...node-starknet/5.7.1
32
40
  [5.7.0]: https://github.com/subquery/subql-starknet/releases/tag/node-starknet/5.7.0