@subql/node-stellar 2.12.2-0 → 3.0.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 +6 -1
  2. package/package.json +4 -5
package/CHANGELOG.md CHANGED
@@ -6,11 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [3.0.0] - 2023-10-05
10
+ ### Changed
11
+ - Update @subql/node-core and sync with main SDK. (#18)
12
+
9
13
  ## [2.12.1] - 2023-09-13
10
14
  ### Changed
11
15
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
12
16
 
13
17
  ## [2.12.0] - 2023-09-12
14
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/2.12.1...HEAD
18
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.0.0...HEAD
19
+ [3.0.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/2.12.1...node-stellar/3.0.0
15
20
  [2.12.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/2.12.0...node-stellar/2.12.1
16
21
  [2.12.0]: https://github.com/subquery/subql-stellar/tag/v2.12.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/node-stellar",
3
- "version": "2.12.2-0",
3
+ "version": "3.0.0",
4
4
  "description": "",
5
5
  "author": "Ian He",
6
6
  "license": "GPL-3.0",
@@ -25,11 +25,11 @@
25
25
  "@nestjs/platform-express": "^9.4.0",
26
26
  "@nestjs/schedule": "^3.0.1",
27
27
  "@subql/common": "^3.1.1",
28
- "@subql/common-stellar": "2.3.2-0",
28
+ "@subql/common-stellar": "3.0.0",
29
29
  "@subql/node-core": "^5.0.3",
30
30
  "@subql/testing": "^2.0.0",
31
31
  "@subql/types": "^2.2.1-1",
32
- "@subql/types-stellar": "2.3.1-0",
32
+ "@subql/types-stellar": "3.0.0",
33
33
  "cacheable-lookup": "6",
34
34
  "cron-converter": "^1.0.2",
35
35
  "eventemitter2": "^6.4.5",
@@ -64,6 +64,5 @@
64
64
  "files": [
65
65
  "/dist",
66
66
  "/bin"
67
- ],
68
- "stableVersion": "2.12.1"
67
+ ]
69
68
  }