@subql/node-stellar 3.4.0 → 3.4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [3.4.1] - 2023-11-28
10
+ ### Fixed
11
+ - Fix ipfs deployment templates path failed to resolved, issue was introduced node-core 7.0.0
12
+ - Update with node-core to fix network dictionary timeout but not fallback to config dictionary issue
13
+
9
14
  ## [3.4.0] - 2023-11-27
10
15
  ### Changed
11
16
  - Update `@subql/node-core` with minor fixes
@@ -16,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
21
 
17
22
  ## [3.3.1] - 2023-11-13
18
23
  ### Changed
19
- - Updates to match changes in
24
+ - Updates to match changes in `@subql/node-core` (#34)
20
25
  - Dictionary service to use dictionary registry
21
26
  - Use yargs from node core
22
27
 
@@ -55,7 +60,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55
60
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
56
61
 
57
62
  ## [2.12.0] - 2023-09-12
58
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.4.0...HEAD
63
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.4.1...HEAD
64
+ [3.4.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.4.0...node-stellar/3.4.1
59
65
  [3.4.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.3.2...node-stellar/3.4.0
60
66
  [3.3.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.3.1...node-stellar/3.3.2
61
67
  [3.3.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.3.0...node-stellar/3.3.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/node-stellar",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
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": "^7.0.0",
30
+ "@subql/node-core": "^7.0.1",
31
31
  "@subql/testing": "^2.0.0",
32
32
  "@subql/types": "^2.2.1-1",
33
33
  "@subql/types-stellar": "3.1.1-0",