@subql/node-stellar 3.9.1-0 → 3.9.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.
- package/CHANGELOG.md +7 -2
- package/dist/.tsbuildinfo +1 -1
- package/package.json +3 -4
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
|
+
## [3.9.1] - 2024-03-14
|
|
10
|
+
### Changed
|
|
11
|
+
- Update `@subql/node-core` to 4.7.2 with graphql comments escaping fix
|
|
12
|
+
|
|
9
13
|
## [3.9.0] - 2024-03-06
|
|
10
14
|
### Changed
|
|
11
15
|
- Update `@subql/node-core` to 7.4.0
|
|
@@ -59,7 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
59
63
|
|
|
60
64
|
## [3.3.1] - 2023-11-13
|
|
61
65
|
### Changed
|
|
62
|
-
- Updates to match changes in '@subql/node-core' (#34)
|
|
66
|
+
- Updates to match changes in '@subql/node-core' (#34)
|
|
63
67
|
- Dictionary service to use dictionary registry
|
|
64
68
|
- Use yargs from node core
|
|
65
69
|
|
|
@@ -98,7 +102,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
98
102
|
- rename `soroban` to `sorobanEndpoint` in network config (#16)
|
|
99
103
|
|
|
100
104
|
## [2.12.0] - 2023-09-12
|
|
101
|
-
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.9.
|
|
105
|
+
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.9.1...HEAD
|
|
106
|
+
[3.9.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.9.0...node-stellar/3.9.1
|
|
102
107
|
[3.9.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.8.1...node-stellar/3.9.0
|
|
103
108
|
[3.8.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.8.0...node-stellar/3.8.1
|
|
104
109
|
[3.8.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.6.1...node-stellar/3.8.0
|