Commit f46be9c 1 parent 5f78825 commit f46be9c Copy full SHA for f46be9c
File tree 14 files changed +20
-17
lines changed
arweave-blocks-transactions
cosmos-osmosis-token-swaps
cosmos-validator-delegations
ethereum-basic-event-handlers
matic-lens-protocol-posts-subgraph
substreams-powered-subgraph
14 files changed +20
-17
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 19
19
"remove-local" : " graph remove arweave-example --node http://localhost:8020"
20
20
},
21
21
"devDependencies" : {
22
- "@graphprotocol/graph-cli" : " 0.68.2 " ,
22
+ "@graphprotocol/graph-cli" : " 0.68.3 " ,
23
23
"@graphprotocol/graph-ts" : " 0.33.0"
24
24
}
25
25
}
Original file line number Diff line number Diff line change 24
24
"babel-register" : " ^6.26.0"
25
25
},
26
26
"devDependencies" : {
27
- "@graphprotocol/graph-cli" : " 0.68.2 " ,
27
+ "@graphprotocol/graph-cli" : " 0.68.3 " ,
28
28
"@graphprotocol/graph-ts" : " 0.33.0" ,
29
29
"mustache" : " ^4.2.0"
30
30
}
Original file line number Diff line number Diff line change 22
22
"babel-register" : " ^6.26.0"
23
23
},
24
24
"devDependencies" : {
25
- "@graphprotocol/graph-cli" : " 0.68.2 " ,
25
+ "@graphprotocol/graph-cli" : " 0.68.3 " ,
26
26
"@graphprotocol/graph-ts" : " 0.33.0"
27
27
}
28
28
}
Original file line number Diff line number Diff line change 25
25
"babel-register" : " ^6.26.0"
26
26
},
27
27
"devDependencies" : {
28
- "@graphprotocol/graph-cli" : " 0.68.2 " ,
28
+ "@graphprotocol/graph-cli" : " 0.68.3 " ,
29
29
"@graphprotocol/graph-ts" : " 0.33.0" ,
30
30
"mustache" : " ^4.2.0"
31
31
}
Original file line number Diff line number Diff line change 24
24
"babel-register" : " ^6.26.0"
25
25
},
26
26
"devDependencies" : {
27
- "@graphprotocol/graph-cli" : " 0.68.2 " ,
27
+ "@graphprotocol/graph-cli" : " 0.68.3 " ,
28
28
"@graphprotocol/graph-ts" : " 0.33.0" ,
29
29
"mustache" : " ^4.2.0"
30
30
}
Original file line number Diff line number Diff line change 31
31
"typescript" : " ^5.0.4"
32
32
},
33
33
"devDependencies" : {
34
- "@graphprotocol/graph-cli" : " 0.68.2 " ,
34
+ "@graphprotocol/graph-cli" : " 0.68.3 " ,
35
35
"@graphprotocol/graph-ts" : " 0.33.0" ,
36
36
"@nomicfoundation/hardhat-toolbox" : " ^2.0.2" ,
37
37
"apollo-fetch" : " ^0.7.0" ,
Original file line number Diff line number Diff line change 18
18
"deploy-local" : " graph deploy example --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020"
19
19
},
20
20
"devDependencies" : {
21
- "@graphprotocol/graph-cli" : " 0.68.2 " ,
21
+ "@graphprotocol/graph-cli" : " 0.68.3 " ,
22
22
"@graphprotocol/graph-ts" : " 0.33.0" ,
23
23
"@nomicfoundation/hardhat-toolbox" : " ^2.0.2" ,
24
24
"hardhat" : " ^2.13.1"
Original file line number Diff line number Diff line change 13
13
"test" : " graph test"
14
14
},
15
15
"dependencies" : {
16
- "@graphprotocol/graph-cli" : " 0.68.2 " ,
16
+ "@graphprotocol/graph-cli" : " 0.68.3 " ,
17
17
"@graphprotocol/graph-ts" : " 0.33.0"
18
18
},
19
19
"devDependencies" : {
Original file line number Diff line number Diff line change 17
17
"deploy-local" : " graph deploy example --ipfs http://localhost:5001 --node http://127.0.0.1:8020"
18
18
},
19
19
"devDependencies" : {
20
- "@graphprotocol/graph-cli" : " 0.68.2 " ,
20
+ "@graphprotocol/graph-cli" : " 0.68.3 " ,
21
21
"@graphprotocol/graph-ts" : " 0.33.0"
22
22
}
23
23
}
Original file line number Diff line number Diff line change 17
17
"deploy-local" : " graph deploy example --ipfs http://localhost:5001 --node http://127.0.0.1:8020"
18
18
},
19
19
"devDependencies" : {
20
- "@graphprotocol/graph-cli" : " 0.68.2 " ,
20
+ "@graphprotocol/graph-cli" : " 0.68.3 " ,
21
21
"@graphprotocol/graph-ts" : " 0.33.0"
22
22
}
23
23
}
Original file line number Diff line number Diff line change 19
19
"substreams:stream" : " substreams run -e mainnet.eth.streamingfast.io:443 substreams.yaml graph_out -s 12292922 -t +10"
20
20
},
21
21
"devDependencies" : {
22
- "@graphprotocol/graph-cli" : " 0.68.2 "
22
+ "@graphprotocol/graph-cli" : " 0.68.3 "
23
23
}
24
24
}
Original file line number Diff line number Diff line change 1
1
# @graphprotocol/graph-cli
2
2
3
+ ## 0.68.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [ #1593 ] ( https://github.com/graphprotocol/graph-tooling/pull/1593 )
8
+ [ ` 5f78825 ` ] ( https://github.com/graphprotocol/graph-tooling/commit/5f788250bbd50406b59b75cc82fee4b197b88e18 )
9
+ Thanks [ @saihaj ] ( https://github.com/saihaj ) ! - increase jayson client timeout
10
+
3
11
## 0.68.2
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphprotocol/graph-cli" ,
3
- "version" : " 0.68.2 " ,
3
+ "version" : " 0.68.3 " ,
4
4
"description" : " CLI for building for and deploying to The Graph" ,
5
5
"license" : " (Apache-2.0 OR MIT)" ,
6
6
"engines" : {
You can’t perform that action at this time.
0 commit comments