@subql/node-stellar 3.12.1-0 → 3.12.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 +3 -1
- package/package.json +3 -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
|
+
## [3.12.1] - 2024-08-21
|
|
9
10
|
### Fixed
|
|
10
11
|
- Bump version with `@subql/common-stellar`, fix `OperationFilter` issue (#80)
|
|
11
12
|
|
|
@@ -140,7 +141,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
140
141
|
- rename `soroban` to `sorobanEndpoint` in network config (#16)
|
|
141
142
|
|
|
142
143
|
## [2.12.0] - 2023-09-12
|
|
143
|
-
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.12.
|
|
144
|
+
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.12.1...HEAD
|
|
145
|
+
[3.12.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.12.0...node-stellar/3.12.1
|
|
144
146
|
[3.12.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.11.2...node-stellar/3.12.0
|
|
145
147
|
[3.11.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.11.1...node-stellar/3.11.2
|
|
146
148
|
[3.11.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.11.0...node-stellar/3.11.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@subql/node-stellar",
|
|
3
|
-
"version": "3.12.1
|
|
3
|
+
"version": "3.12.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Ian He",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@nestjs/event-emitter": "^2.0.0",
|
|
25
25
|
"@nestjs/platform-express": "^9.4.0",
|
|
26
26
|
"@nestjs/schedule": "^3.0.1",
|
|
27
|
-
"@subql/common-stellar": "4.0.1
|
|
27
|
+
"@subql/common-stellar": "4.0.1",
|
|
28
28
|
"@subql/node-core": "10.10.0",
|
|
29
29
|
"@subql/testing": "^2.0.0",
|
|
30
30
|
"@subql/types-stellar": "3.5.0",
|
|
@@ -56,6 +56,5 @@
|
|
|
56
56
|
"files": [
|
|
57
57
|
"/dist",
|
|
58
58
|
"/bin"
|
|
59
|
-
]
|
|
60
|
-
"stableVersion": "3.12.0"
|
|
59
|
+
]
|
|
61
60
|
}
|