File tree 6 files changed +10
-10
lines changed
6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ The Graph Network's testnet is on Arbitrum Sepolia (eip155:421614). Sepolia netw
7
7
| Component | Release |
8
8
| ------------------ | ------------------------------------------------------------------------------------ |
9
9
| contracts | [ 5.3.3] ( https://github.com/graphprotocol/contracts/releases/tag/v5.3.3 ) |
10
- | indexer-agent | [ 0.21.9 ] ( https://github.com/graphprotocol/indexer/releases/tag/v0.21.9 ) |
11
- | indexer-cli | [ 0.21.9 ] ( https://github.com/graphprotocol/indexer/releases/tag/v0.21.9 ) |
10
+ | indexer-agent | [ 0.21.10 ] ( https://github.com/graphprotocol/indexer/releases/tag/v0.21.10 ) |
11
+ | indexer-cli | [ 0.21.10 ] ( https://github.com/graphprotocol/indexer/releases/tag/v0.21.10 ) |
12
12
| indexer-service-rs | [ 1.0.0] ( https://github.com/graphprotocol/indexer-rs/releases/tag/v1.0.0 ) |
13
13
| tap-agent | [ 1.0.0] ( https://github.com/graphprotocol/indexer-rs/releases/tag/v1.0.0 ) |
14
14
| graph-node | [ 0.35.1] ( https://github.com/graphprotocol/graph-node/releases/tag/v0.35.1 ) |
Original file line number Diff line number Diff line change 4
4
],
5
5
"npmClient" : " yarn" ,
6
6
"useWorkspaces" : true ,
7
- "version" : " 0.21.9 "
7
+ "version" : " 0.21.10 "
8
8
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphprotocol/indexer-agent" ,
3
- "version" : " 0.21.9 " ,
3
+ "version" : " 0.21.10 " ,
4
4
"description" : " Indexer agent" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
30
30
},
31
31
"dependencies" : {
32
32
"@graphprotocol/common-ts" : " 2.0.11" ,
33
- "@graphprotocol/indexer-common" : " ^0.21.9 " ,
33
+ "@graphprotocol/indexer-common" : " ^0.21.10 " ,
34
34
"@thi.ng/heaps" : " ^1.3.1" ,
35
35
"axios" : " 0.26.1" ,
36
36
"bs58" : " 5.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphprotocol/indexer-cli" ,
3
- "version" : " 0.21.9 " ,
3
+ "version" : " 0.21.10 " ,
4
4
"description" : " Indexer CLI for The Graph Network" ,
5
5
"main" : " ./dist/cli.js" ,
6
6
"files" : [
27
27
},
28
28
"dependencies" : {
29
29
"@graphprotocol/common-ts" : " 2.0.11" ,
30
- "@graphprotocol/indexer-common" : " ^0.21.9 " ,
30
+ "@graphprotocol/indexer-common" : " ^0.21.10 " ,
31
31
"@iarna/toml" : " 2.2.5" ,
32
32
"@thi.ng/iterators" : " 5.1.74" ,
33
33
"@urql/core" : " 3.1.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphprotocol/indexer-common" ,
3
- "version" : " 0.21.9 " ,
3
+ "version" : " 0.21.10 " ,
4
4
"description" : " Common library for Graph Protocol indexer components" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphprotocol/indexer-service" ,
3
- "version" : " 0.21.9 " ,
3
+ "version" : " 0.21.10 " ,
4
4
"description" : " Indexer service" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
33
33
"dependencies" : {
34
34
"@google-cloud/profiler" : " 6.0.1" ,
35
35
"@graphprotocol/common-ts" : " 2.0.11" ,
36
- "@graphprotocol/indexer-common" : " ^0.21.9 " ,
36
+ "@graphprotocol/indexer-common" : " ^0.21.10 " ,
37
37
"@graphprotocol/indexer-native" : " 0.21.6" ,
38
38
"@graphql-tools/load" : " 8.0.0" ,
39
39
"@graphql-tools/url-loader" : " 8.0.0" ,
You can’t perform that action at this time.
0 commit comments