@subql/node-stellar 4.1.2-0 → 4.2.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
@@ -5,6 +5,11 @@ 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
+ ### Fixed
10
+ - Fix module `stellar-sdk` not found
11
+
12
+ ## [4.2.0] - 2024-12-17
8
13
  ### Changed
9
14
  - Update `@subql/node-core` and `@subql/common` dependencies
10
15
 
@@ -173,7 +178,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
173
178
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
174
179
 
175
180
  ## [2.12.0] - 2023-09-12
176
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.1.1...HEAD
181
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.2.0...HEAD
182
+ [4.2.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.1.1...node-stellar/4.2.0
177
183
  [4.1.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.1.0...node-stellar/4.1.1
178
184
  [4.1.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.4...node-stellar/4.1.0
179
185
  [4.0.4]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.3...node-stellar/4.0.4