diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index f0b49e17..e1a0d38c 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.4.3] - 2023-11-28 +### Fixed +- Fix ipfs deployment templates path failed to resolved, issue was introduced node-core 7.0.0 +- Update with node-core to fix network dictionary timeout but not fallback to config dictionary issue + ## [3.4.2] - 2023-11-27 ### Changed - Update `@subql/node-core` with minor fixes @@ -184,7 +189,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Synced latest changes from main repo. (#10) ## [1.6.0] - 2022-08-04 -[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.4.2...HEAD +[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.4.3...HEAD +[3.4.3]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.4.2...node-algorand/3.4.3 [3.4.2]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.4.1...node-algorand/3.4.2 [3.4.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.4.0...node-algorand/3.4.1 [3.4.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.3.0...node-algorand/3.4.0 diff --git a/packages/node/package.json b/packages/node/package.json index acb18b94..719c99a6 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-algorand", - "version": "3.4.2", + "version": "3.4.3", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -27,7 +27,7 @@ "@nestjs/schedule": "^3.0.1", "@subql/common": "^3.3.0", "@subql/common-algorand": "workspace:*", - "@subql/node-core": "^7.0.0", + "@subql/node-core": "^7.0.1", "@subql/types-algorand": "workspace:*", "algosdk": "^2.2.0", "axios": "^1.3.4", diff --git a/yarn.lock b/yarn.lock index f324aafb..2630ce02 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3017,7 +3017,7 @@ __metadata: languageName: node linkType: hard -"@subql/apollo-links@npm:^1.2.2": +"@subql/apollo-links@npm:^1.2.3": version: 1.100.0 resolution: "@subql/apollo-links@npm:1.100.0" dependencies: @@ -3110,7 +3110,7 @@ __metadata: "@nestjs/testing": ^9.4.0 "@subql/common": ^3.3.0 "@subql/common-algorand": "workspace:*" - "@subql/node-core": ^7.0.0 + "@subql/node-core": ^7.0.1 "@subql/types-algorand": "workspace:*" "@types/express": ^4.17.13 "@types/jest": ^27.4.0 @@ -3139,15 +3139,15 @@ __metadata: languageName: unknown linkType: soft -"@subql/node-core@npm:^7.0.0": - version: 7.0.0 - resolution: "@subql/node-core@npm:7.0.0" +"@subql/node-core@npm:^7.0.1": + version: 7.0.1 + resolution: "@subql/node-core@npm:7.0.1" dependencies: "@apollo/client": ^3.7.16 "@nestjs/common": ^9.4.0 "@nestjs/event-emitter": ^2.0.0 "@nestjs/schedule": ^3.0.1 - "@subql/apollo-links": ^1.2.2 + "@subql/apollo-links": ^1.2.3 "@subql/common": 3.3.1-0 "@subql/testing": 2.1.0 "@subql/types": 3.3.0 @@ -3166,7 +3166,7 @@ __metadata: tar: ^6.1.11 vm2: ^3.9.19 yargs: ^16.2.0 - checksum: 0c83ef7d7540c6ae667faaec69c7ad542880c481c763199bccaa22bb4110ee9a516cc29a4dc74e99be48157b1ccc0668cad24f8fb3910977146e2293ff3f5a91 + checksum: 61060f1578cb8698ff3ed9a8ece1ae045e27704a1ce37dfbb2bac75cc7d4babf006582ca2d9539f3fb2d07a6af22d45daec7649ca7894f92b08df918203712be languageName: node linkType: hard