@subql/types-stellar 5.0.0 → 5.0.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/package.json +2 -2
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
+ ## [5.0.1] - 2025-07-01
10
+ ### Changed
11
+ - Update `@subql/types-core` (#128)
12
+
9
13
  ## [5.0.0] - 2025-05-29
10
14
  ### Removed
11
15
  - Redundant APIWrapper interface (#124)
@@ -83,7 +87,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
83
87
  - Use @subql/types-core (#18)
84
88
 
85
89
  ## [2.3.0] - 2023-09-12
86
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/types-stellar/5.0.0...HEAD
90
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/types-stellar/5.0.1...HEAD
91
+ [5.0.1]: https://github.com/subquery/subql-stellar/compare/types-stellar/5.0.0...types-stellar/5.0.1
87
92
  [5.0.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/4.4.0...types-stellar/5.0.0
88
93
  [4.4.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/4.3.0...types-stellar/4.4.0
89
94
  [4.3.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/4.2.0...types-stellar/4.3.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/types-stellar",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/subquery/subql-stellar",
6
6
  "repository": "github:subquery/subql-stellar",
@@ -18,6 +18,6 @@
18
18
  ],
19
19
  "dependencies": {
20
20
  "@stellar/stellar-sdk": "^13.1.0",
21
- "@subql/types-core": "^2.0.2"
21
+ "@subql/types-core": "^2.1.0"
22
22
  }
23
23
  }