Skip to content

Commit

Permalink
[release] 20240314 (#107)
Browse files Browse the repository at this point in the history
* Update @subql deps

* [release] 20240314

---------

Co-authored-by: stwiname <[email protected]>
  • Loading branch information
stwiname and stwiname authored Mar 14, 2024
1 parent 93d2f12 commit cfac1b6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
9 changes: 7 additions & 2 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.9.1] - 2024-03-14
### Changed
- Update `@subql/node-core` to 4.7.2 with graphql comments escaping fix

## [3.9.0] - 2024-03-06
### Changed
- Update `@subql/node-core` to 7.4.0
Expand Down Expand Up @@ -48,7 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [3.4.0] - 2023-11-13
### Changed
- Updates to match changes in '@subql/node-core' (#91)
- Updates to match changes in '@subql/node-core' (#91)
- Dictionary service to use dictionary registry
- Use yargs from node core

Expand Down Expand Up @@ -216,7 +220,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.9.0...HEAD
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.9.1...HEAD
[3.9.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.9.0...node-algorand/3.9.1
[3.9.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.8.1...node-algorand/3.9.0
[3.8.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.8.0...node-algorand/3.8.1
[3.8.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.5.1...node-algorand/3.8.0
Expand Down
7 changes: 3 additions & 4 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-algorand",
"version": "3.9.1-0",
"version": "3.9.1",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand All @@ -27,7 +27,7 @@
"@nestjs/schedule": "^3.0.1",
"@subql/common": "^3.4.1",
"@subql/common-algorand": "workspace:*",
"@subql/node-core": "^7.4.0",
"@subql/node-core": "^7.4.2",
"@subql/types-algorand": "workspace:*",
"algosdk": "^2.2.0",
"axios": "^1.3.4",
Expand Down Expand Up @@ -60,6 +60,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.9.0"
]
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3085,7 +3085,7 @@ __metadata:
"@nestjs/testing": ^9.4.0
"@subql/common": ^3.4.1
"@subql/common-algorand": "workspace:*"
"@subql/node-core": ^7.4.0
"@subql/node-core": ^7.4.2
"@subql/types-algorand": "workspace:*"
"@types/express": ^4.17.13
"@types/jest": ^27.4.0
Expand Down Expand Up @@ -3114,9 +3114,9 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/node-core@npm:^7.4.0":
version: 7.4.0
resolution: "@subql/node-core@npm:7.4.0"
"@subql/node-core@npm:^7.4.2":
version: 7.4.2
resolution: "@subql/node-core@npm:7.4.2"
dependencies:
"@apollo/client": ^3.8.8
"@nestjs/common": ^9.4.0
Expand All @@ -3142,7 +3142,7 @@ __metadata:
toposort-class: ^1.0.1
vm2: ^3.9.19
yargs: ^16.2.0
checksum: 2a48a448bfb9501f2298adb4a73a3b53f54de3f6a7b6e468953f9fcbf9ec1431fbe4456df59eb4af4f757d02dc493ea408cf4a504a2bce380662b1014f9c9b59
checksum: d5115fd8981280821cad28779562282e6f2dd6fa7b7e8d0079142e56320e5748e1149a8db8ccd0e1f9e7d088a0c6ea0c4a2c5738cf5d4209641a66ad67e3781e
languageName: node
linkType: hard

Expand Down

0 comments on commit cfac1b6

Please sign in to comment.