@subql/common-stellar 4.4.0 → 4.4.2
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 +11 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [4.4.2] - 2025-05-01
|
|
10
|
+
### Changed
|
|
11
|
+
- Re release of previously failed release
|
|
12
|
+
|
|
13
|
+
## [4.4.1] - 2025-05-01
|
|
14
|
+
### Changed
|
|
15
|
+
- Update `@subql/common`
|
|
16
|
+
|
|
9
17
|
## [4.4.0] - 2025-04-24
|
|
10
18
|
### Changed
|
|
11
19
|
- Update `@subql/common`
|
|
@@ -103,7 +111,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
103
111
|
- rename `soroban` to `sorobanEndpoint` in network config (#16)
|
|
104
112
|
|
|
105
113
|
## [2.3.0] - 2023-09-12
|
|
106
|
-
[Unreleased]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.4.
|
|
114
|
+
[Unreleased]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.4.2...HEAD
|
|
115
|
+
[4.4.2]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.4.1...common-stellar/4.4.2
|
|
116
|
+
[4.4.1]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.4.0...common-stellar/4.4.1
|
|
107
117
|
[4.4.0]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.3.0...common-stellar/4.4.0
|
|
108
118
|
[4.3.0]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.2.2...common-stellar/4.3.0
|
|
109
119
|
[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.
|
|
3
|
+
"version": "4.4.2",
|
|
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.
|
|
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",
|