@subql/node-stellar 3.4.0 → 3.4.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.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [3.4.2] - 2023-11-30
10
+ ### Fixed
11
+ - Sync with `node-core` 7.0.2
12
+
13
+ ## [3.4.1] - 2023-11-28
14
+ ### Fixed
15
+ - Fix ipfs deployment templates path failed to resolved, issue was introduced node-core 7.0.0
16
+ - Update with node-core to fix network dictionary timeout but not fallback to config dictionary issue
17
+
9
18
  ## [3.4.0] - 2023-11-27
10
19
  ### Changed
11
20
  - Update `@subql/node-core` with minor fixes
@@ -16,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
25
 
17
26
  ## [3.3.1] - 2023-11-13
18
27
  ### Changed
19
- - Updates to match changes in
28
+ - Updates to match changes in `@subql/node-core` (#34)
20
29
  - Dictionary service to use dictionary registry
21
30
  - Use yargs from node core
22
31
 
@@ -55,7 +64,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55
64
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
56
65
 
57
66
  ## [2.12.0] - 2023-09-12
58
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.4.0...HEAD
67
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.4.2...HEAD
68
+ [3.4.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.4.1...node-stellar/3.4.2
69
+ [3.4.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.4.0...node-stellar/3.4.1
59
70
  [3.4.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.3.2...node-stellar/3.4.0
60
71
  [3.3.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.3.1...node-stellar/3.3.2
61
72
  [3.3.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.3.0...node-stellar/3.3.1