@subql/node-stellar 3.11.0 → 3.11.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 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
|
|
10
|
+
## [3.11.1] - 2024-05-02
|
|
11
|
+
### Fixed
|
|
12
|
+
- Sandbox Uint8Array and missing pg dep issue
|
|
13
|
+
|
|
9
14
|
## [3.11.0] - 2024-05-02
|
|
10
15
|
### Changed
|
|
11
16
|
- Update dependencies and apply changes to match (#62)
|
|
@@ -125,7 +130,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
125
130
|
- rename `soroban` to `sorobanEndpoint` in network config (#16)
|
|
126
131
|
|
|
127
132
|
## [2.12.0] - 2023-09-12
|
|
128
|
-
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.11.
|
|
133
|
+
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.11.1...HEAD
|
|
134
|
+
[3.11.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.11.0...node-stellar/3.11.1
|
|
129
135
|
[3.11.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.10.1...node-stellar/3.11.0
|
|
130
136
|
[3.10.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.10.0...node-stellar/3.10.1
|
|
131
137
|
[3.10.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.9.1...node-stellar/3.10.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@subql/node-stellar",
|
|
3
|
-
"version": "3.11.
|
|
3
|
+
"version": "3.11.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Ian He",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@nestjs/schedule": "^3.0.1",
|
|
27
27
|
"@subql/common": "^3.5.1",
|
|
28
28
|
"@subql/common-stellar": "3.5.0",
|
|
29
|
-
"@subql/node-core": "^10.1.
|
|
29
|
+
"@subql/node-core": "^10.1.1",
|
|
30
30
|
"@subql/testing": "^2.0.0",
|
|
31
31
|
"@subql/types": "^2.2.1-1",
|
|
32
32
|
"@subql/types-stellar": "3.4.0",
|