@subql/node-stellar 5.0.3-0 → 6.0.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 +6 -1
- package/dist/.tsbuildinfo +1 -1
- package/package.json +6 -6
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
|
### Changed
|
|
9
|
+
- Update `@subql/common` and `@subql/node-core` (#128)
|
|
10
|
+
|
|
11
|
+
## [6.0.0] - 2025-05-29
|
|
12
|
+
### Changed
|
|
9
13
|
- Update `@subql/node-core` (#124)
|
|
10
14
|
|
|
11
15
|
### Added
|
|
@@ -227,7 +231,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
227
231
|
- rename `soroban` to `sorobanEndpoint` in network config (#16)
|
|
228
232
|
|
|
229
233
|
## [2.12.0] - 2023-09-12
|
|
230
|
-
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/
|
|
234
|
+
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/6.0.0...HEAD
|
|
235
|
+
[6.0.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/5.0.2...node-stellar/6.0.0
|
|
231
236
|
[5.0.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/5.0.1...node-stellar/5.0.2
|
|
232
237
|
[5.0.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/5.0.0...node-stellar/5.0.1
|
|
233
238
|
[5.0.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.6.1...node-stellar/5.0.0
|