@subql/node-stellar 4.2.2 → 4.3.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 +6 -1
- package/dist/.tsbuildinfo +1 -1
- package/package.json +4 -4
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
|
+
## [4.3.0] - 2025-01-28
|
|
10
|
+
### Changed
|
|
11
|
+
- Update `@subql/node-core` with minor bug fixes and improvements
|
|
12
|
+
|
|
9
13
|
## [4.2.2] - 2025-01-15
|
|
10
14
|
### Fixed
|
|
11
15
|
- Fix module `stellar-sdk` not found
|
|
@@ -179,7 +183,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
179
183
|
- rename `soroban` to `sorobanEndpoint` in network config (#16)
|
|
180
184
|
|
|
181
185
|
## [2.12.0] - 2023-09-12
|
|
182
|
-
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.
|
|
186
|
+
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.3.0...HEAD
|
|
187
|
+
[4.3.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.2.2...node-stellar/4.3.0
|
|
183
188
|
[4.2.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.2.0...node-stellar/4.2.2
|
|
184
189
|
[4.2.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.1.1...node-stellar/4.2.0
|
|
185
190
|
[4.1.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.1.0...node-stellar/4.1.1
|