@subql/common-stellar 4.4.0 → 4.4.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
+ ## [4.4.1] - 2025-05-01
10
+ ### Changed
11
+ - Update `@subql/common`
12
+
9
13
  ## [4.4.0] - 2025-04-24
10
14
  ### Changed
11
15
  - Update `@subql/common`
@@ -103,7 +107,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
103
107
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
104
108
 
105
109
  ## [2.3.0] - 2023-09-12
106
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.4.0...HEAD
110
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.4.1...HEAD
111
+ [4.4.1]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.4.0...common-stellar/4.4.1
107
112
  [4.4.0]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.3.0...common-stellar/4.4.0
108
113
  [4.3.0]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.2.2...common-stellar/4.3.0
109
114
  [4.2.2]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.2.1...common-stellar/4.2.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/common-stellar",
3
- "version": "4.4.0",
3
+ "version": "4.4.1",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rm -rf dist && tsc -b",
@@ -15,7 +15,7 @@
15
15
  "license": "GPL-3.0",
16
16
  "dependencies": {
17
17
  "@stellar/stellar-sdk": "^12.2.0",
18
- "@subql/common": "^5.5.0",
18
+ "@subql/common": "^5.6.0",
19
19
  "@subql/types-stellar": "4.4.0",
20
20
  "js-yaml": "^4.1.0",
21
21
  "pino": "^6.13.3",