@subql/node-stellar 3.11.3-0 → 3.12.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -1
  2. package/package.json +4 -5
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.0] - 2024-07-03
9
10
  ### Changed
10
11
  - Bump version with `@subql/common-stellar`, sync with `@subql/node-core`, add admin module
11
12
 
@@ -136,7 +137,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
136
137
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
137
138
 
138
139
  ## [2.12.0] - 2023-09-12
139
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.11.2...HEAD
140
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.12.0...HEAD
141
+ [3.12.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.11.2...node-stellar/3.12.0
140
142
  [3.11.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.11.1...node-stellar/3.11.2
141
143
  [3.11.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.11.0...node-stellar/3.11.1
142
144
  [3.11.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.10.1...node-stellar/3.11.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/node-stellar",
3
- "version": "3.11.3-0",
3
+ "version": "3.12.0",
4
4
  "description": "",
5
5
  "author": "Ian He",
6
6
  "license": "GPL-3.0",
@@ -24,10 +24,10 @@
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": "3.5.1-0",
27
+ "@subql/common-stellar": "4.0.0",
28
28
  "@subql/node-core": "10.10.0",
29
29
  "@subql/testing": "^2.0.0",
30
- "@subql/types-stellar": "3.4.1-0",
30
+ "@subql/types-stellar": "3.5.0",
31
31
  "lodash": "^4.17.21",
32
32
  "pg": "^8.11.5",
33
33
  "reflect-metadata": "^0.1.13",
@@ -56,6 +56,5 @@
56
56
  "files": [
57
57
  "/dist",
58
58
  "/bin"
59
- ],
60
- "stableVersion": "3.11.2"
59
+ ]
61
60
  }