Skip to content

Commit

Permalink
release for 2.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 committed Sep 1, 2023
1 parent ecd0b74 commit d828769
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions packages/node-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-core",
"version": "4.2.5",
"version": "4.2.6",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -22,8 +22,8 @@
"@nestjs/common": "^9.4.0",
"@nestjs/event-emitter": "^2.0.0",
"@nestjs/schedule": "^3.0.1",
"@subql/apollo-links": "^1.0.2",
"@subql/common": "^2.6.0",
"@subql/apollo-links": "^1.0.3-0",
"@subql/common": "2.6.0",
"@subql/testing": "^2.0.2",
"@subql/types": "^2.2.0",
"@subql/utils": "^2.4.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node",
"version": "2.12.4",
"version": "2.12.5",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand All @@ -24,9 +24,9 @@
"@nestjs/platform-express": "^9.4.0",
"@nestjs/schedule": "^3.0.1",
"@polkadot/api": "10.7.1",
"@subql/common": "^2.6.0",
"@subql/common": "2.6.0",
"@subql/common-substrate": "^2.4.0",
"@subql/node-core": "4.2.5",
"@subql/node-core": "4.2.6",
"@subql/testing": "^2.0.2",
"@subql/types": "^2.2.0",
"@subql/utils": "^2.4.3",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6040,9 +6040,9 @@ __metadata:
languageName: node
linkType: hard

"@subql/apollo-links@npm:^1.0.2":
version: 1.0.2
resolution: "@subql/apollo-links@npm:1.0.2"
"@subql/apollo-links@npm:^1.0.3-0":
version: 1.0.3-0
resolution: "@subql/apollo-links@npm:1.0.3-0"
dependencies:
"@metamask/eth-sig-util": 5.1.0
apollo-link-error: ^1.1.13
Expand All @@ -6055,7 +6055,7 @@ __metadata:
peerDependencies:
"@apollo/client": "*"
graphql: "*"
checksum: b7e3511d78d136bdda4e1ae1722c22522a10dacbe7b0908fe7065233cd1ed2e61a6e3a599b9a37b356bedf48833212eb037593324bc409def6e562c094605376
checksum: aa786524696e516c85474837fabcbbfdfa3d192951863a0d7f41420a1e517449f8381074ab6d84fb18ed0650650608d2197a400fd796eb1e5b3abbbfb64f945b
languageName: node
linkType: hard

Expand Down Expand Up @@ -6243,7 +6243,7 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/common@npm:^2.2.1, @subql/common@npm:^2.3.1-1, @subql/common@npm:^2.4.0, @subql/common@npm:^2.6.0":
"@subql/common@npm:2.6.0, @subql/common@npm:^2.2.1, @subql/common@npm:^2.3.1-1, @subql/common@npm:^2.4.0":
version: 2.6.0
resolution: "@subql/common@npm:2.6.0"
dependencies:
Expand Down Expand Up @@ -6284,16 +6284,16 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/[email protected].5, @subql/node-core@workspace:packages/node-core":
"@subql/[email protected].6, @subql/node-core@workspace:packages/node-core":
version: 0.0.0-use.local
resolution: "@subql/node-core@workspace:packages/node-core"
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.0.2
"@subql/common": ^2.6.0
"@subql/apollo-links": ^1.0.3-0
"@subql/common": 2.6.0
"@subql/testing": ^2.0.2
"@subql/types": ^2.2.0
"@subql/utils": ^2.4.3
Expand Down Expand Up @@ -6328,9 +6328,9 @@ __metadata:
"@nestjs/schematics": ^9.2.0
"@nestjs/testing": ^9.4.0
"@polkadot/api": 10.7.1
"@subql/common": ^2.6.0
"@subql/common": 2.6.0
"@subql/common-substrate": ^2.4.0
"@subql/node-core": 4.2.5
"@subql/node-core": 4.2.6
"@subql/testing": ^2.0.2
"@subql/types": ^2.2.0
"@subql/utils": ^2.4.3
Expand Down

0 comments on commit d828769

Please sign in to comment.