@subql/node-stellar 4.3.1-1 → 4.4.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 +6 -7
package/CHANGELOG.md CHANGED
@@ -5,8 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
+
9
+ ## [4.4.0] - 2025-02-05
8
10
  ### Changed
9
11
  - Update stellar sdk to v13 (#101)
12
+ - Update header year to 2025
13
+ - Update `@subql/node-core`
10
14
 
11
15
  ### Fixed
12
16
  - Events not being associated to operations and therefore not indexed (#101)
@@ -188,7 +192,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
188
192
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
189
193
 
190
194
  ## [2.12.0] - 2023-09-12
191
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.3.0...HEAD
195
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.4.0...HEAD
196
+ [4.4.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.3.0...node-stellar/4.4.0
192
197
  [4.3.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.2.2...node-stellar/4.3.0
193
198
  [4.2.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.2.0...node-stellar/4.2.2
194
199
  [4.2.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.1.1...node-stellar/4.2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/node-stellar",
3
- "version": "4.3.1-1",
3
+ "version": "4.4.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
  "@stellar/stellar-sdk": "^13.1.0",
28
- "@subql/common": "^5.3.0",
29
- "@subql/common-stellar": "4.2.2-0",
30
- "@subql/node-core": "^16.2.0",
28
+ "@subql/common": "^5.3.1",
29
+ "@subql/common-stellar": "4.2.2",
30
+ "@subql/node-core": "^16.2.1",
31
31
  "@subql/testing": "^2.2.0",
32
- "@subql/types-stellar": "4.0.3-1",
32
+ "@subql/types-stellar": "4.1.0",
33
33
  "lodash": "^4.17.21",
34
34
  "pg": "^8.11.5",
35
35
  "reflect-metadata": "^0.1.13",
@@ -57,6 +57,5 @@
57
57
  "files": [
58
58
  "/dist",
59
59
  "/bin"
60
- ],
61
- "stableVersion": "4.3.1-0"
60
+ ]
62
61
  }