@subql/node-stellar 3.3.2-0 → 3.3.2

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 +3 -4
package/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [3.3.2] - 2023-11-16
10
+ ### Fixed
11
+ - Sync with `node-core` 6.4.2, Fix incorrect enqueuedBlocks, dictionaries timing out by updating `@subql/apollo-links` (#36)
12
+
9
13
  ## [3.3.1] - 2023-11-13
10
14
  ### Changed
11
15
  - Updates to match changes in
@@ -47,7 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
47
51
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
48
52
 
49
53
  ## [2.12.0] - 2023-09-12
50
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.3.1...HEAD
54
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.3.2...HEAD
55
+ [3.3.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.3.1...node-stellar/3.3.2
51
56
  [3.3.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.3.0...node-stellar/3.3.1
52
57
  [3.3.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.1.0...node-stellar/3.3.0
53
58
  [3.1.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.0.2...node-stellar/3.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/node-stellar",
3
- "version": "3.3.2-0",
3
+ "version": "3.3.2",
4
4
  "description": "",
5
5
  "author": "Ian He",
6
6
  "license": "GPL-3.0",
@@ -27,7 +27,7 @@
27
27
  "@nestjs/schedule": "^3.0.1",
28
28
  "@subql/common": "^3.3.0",
29
29
  "@subql/common-stellar": "3.1.1-0",
30
- "@subql/node-core": "^6.4.1",
30
+ "@subql/node-core": "^6.4.2",
31
31
  "@subql/testing": "^2.0.0",
32
32
  "@subql/types": "^2.2.1-1",
33
33
  "@subql/types-stellar": "3.1.1-0",
@@ -65,6 +65,5 @@
65
65
  "files": [
66
66
  "/dist",
67
67
  "/bin"
68
- ],
69
- "stableVersion": "3.3.1"
68
+ ]
70
69
  }