@subql/node-stellar 4.0.1-0 → 4.0.2-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 +3 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [4.0.1] - 2024-10-22
|
|
9
10
|
### Changed
|
|
10
11
|
- Bump `@subql/common` and `@subql/node-core` dependency (#85)
|
|
11
12
|
|
|
@@ -157,7 +158,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
157
158
|
- rename `soroban` to `sorobanEndpoint` in network config (#16)
|
|
158
159
|
|
|
159
160
|
## [2.12.0] - 2023-09-12
|
|
160
|
-
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.
|
|
161
|
+
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.1...HEAD
|
|
162
|
+
[4.0.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.0...node-stellar/4.0.1
|
|
161
163
|
[4.0.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.12.1...node-stellar/4.0.0
|
|
162
164
|
[3.12.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.12.0...node-stellar/3.12.1
|
|
163
165
|
[3.12.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.11.2...node-stellar/3.12.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@subql/node-stellar",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2-0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Ian He",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"@nestjs/schedule": "^3.0.1",
|
|
27
27
|
"@stellar/stellar-sdk": "^12.2.0",
|
|
28
28
|
"@subql/common": "^5.1.3",
|
|
29
|
-
"@subql/common-stellar": "4.1.
|
|
29
|
+
"@subql/common-stellar": "4.1.2-0",
|
|
30
30
|
"@subql/node-core": "^14.1.6",
|
|
31
31
|
"@subql/testing": "^2.2.0",
|
|
32
|
-
"@subql/types-stellar": "
|
|
32
|
+
"@subql/types-stellar": "4.0.1-0",
|
|
33
33
|
"lodash": "^4.17.21",
|
|
34
34
|
"pg": "^8.11.5",
|
|
35
35
|
"reflect-metadata": "^0.1.13",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"/dist",
|
|
59
59
|
"/bin"
|
|
60
60
|
],
|
|
61
|
-
"stableVersion": "4.0.
|
|
61
|
+
"stableVersion": "4.0.1"
|
|
62
62
|
}
|