@subql/common-stellar 4.4.3-0 → 4.4.3
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 +4 -1
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
|
+
|
|
9
|
+
## [4.4.3] - 2025-07-01
|
|
8
10
|
### Changed
|
|
9
11
|
- Update `@subql/common` (#128)
|
|
10
12
|
|
|
@@ -113,7 +115,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
113
115
|
- rename `soroban` to `sorobanEndpoint` in network config (#16)
|
|
114
116
|
|
|
115
117
|
## [2.3.0] - 2023-09-12
|
|
116
|
-
[Unreleased]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.4.
|
|
118
|
+
[Unreleased]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.4.3...HEAD
|
|
119
|
+
[4.4.3]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.4.2...common-stellar/4.4.3
|
|
117
120
|
[4.4.2]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.4.1...common-stellar/4.4.2
|
|
118
121
|
[4.4.1]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.4.0...common-stellar/4.4.1
|
|
119
122
|
[4.4.0]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.3.0...common-stellar/4.4.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@subql/common-stellar",
|
|
3
|
-
"version": "4.4.3
|
|
3
|
+
"version": "4.4.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "rm -rf dist && tsc -b",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@stellar/stellar-sdk": "^12.2.0",
|
|
18
18
|
"@subql/common": "^5.7.0",
|
|
19
|
-
"@subql/types-stellar": "5.0.1
|
|
19
|
+
"@subql/types-stellar": "5.0.1",
|
|
20
20
|
"js-yaml": "^4.1.0",
|
|
21
21
|
"pino": "^6.13.3",
|
|
22
22
|
"reflect-metadata": "^0.1.13"
|
|
@@ -28,6 +28,5 @@
|
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/js-yaml": "^4.0.4",
|
|
30
30
|
"@types/pino": "^6.3.12"
|
|
31
|
-
}
|
|
32
|
-
"stableVersion": "4.4.2"
|
|
31
|
+
}
|
|
33
32
|
}
|