@subql/node-stellar 5.0.2 → 6.0.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
 
9
+ ## [6.0.0] - 2025-05-29
10
+ ### Changed
11
+ - Update `@subql/node-core` (#124)
12
+
13
+ ### Added
14
+ - Sandbox now has access to Horizon and Soroban Server APIs via `unsafeApi` and `unsafeSorobanApi` (#124)
15
+
9
16
  ## [5.0.2] - 2025-05-01
10
17
  ### Changed
11
18
  - Re release of previously failed release
@@ -222,7 +229,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
222
229
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
223
230
 
224
231
  ## [2.12.0] - 2023-09-12
225
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/5.0.2...HEAD
232
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/6.0.0...HEAD
233
+ [6.0.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/5.0.2...node-stellar/6.0.0
226
234
  [5.0.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/5.0.1...node-stellar/5.0.2
227
235
  [5.0.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/5.0.0...node-stellar/5.0.1
228
236
  [5.0.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.6.1...node-stellar/5.0.0