File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 9
9
"deploy-test" : " ../../bin/graph deploy test/basic-event-handlers --version-label v0.0.1 --ipfs http://localhost:15001 --node http://127.0.0.1:18020"
10
10
},
11
11
"devDependencies" : {
12
- "@graphprotocol/graph-ts" : " 0.28.0 " ,
12
+ "@graphprotocol/graph-ts" : " 0.28.1 " ,
13
13
"apollo-fetch" : " ^0.7.0"
14
14
},
15
15
"dependencies" : {
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
- " @graphprotocol/[email protected] .0 " :
6
- version "0.28.0 "
7
- resolved "https://registry.yarnpkg.com/@graphprotocol/graph-ts/-/graph-ts-0.28.0 .tgz#4229ad10b9a956c76f126bb08a856c556eedef22 "
8
- integrity sha512-Qug3KpmqZ/KOg3FFBOtD74GAK/9AkR7lTxoEYMdx3jZ/+fi9oOSDod2vEkLOjUxsE7yZOseNqiXOxeU0XGqJWw ==
5
+ " @graphprotocol/[email protected] .1 " :
6
+ version "0.28.1 "
7
+ resolved "https://registry.yarnpkg.com/@graphprotocol/graph-ts/-/graph-ts-0.28.1 .tgz#271affc77deb5a4a7c3f95d4b3b1daaa9818e51c "
8
+ integrity sha512-1wMLQ0cu84/6Ml3zcz9ya1zFzrDAzCj0dIGZ7Rz9upnRSXg5jjqU4DefO/OYrl2K2/OPso9hSAr6I4aue2pL1Q ==
9
9
dependencies :
10
10
assemblyscript "0.19.10"
11
11
Original file line number Diff line number Diff line change 7
7
"build-wast" : " ../../bin/graph build -t wast subgraph.yaml"
8
8
},
9
9
"devDependencies" : {
10
- "@graphprotocol/graph-ts" : " 0.28.0 "
10
+ "@graphprotocol/graph-ts" : " 0.28.1 "
11
11
},
12
12
"resolutions" : {
13
13
"assemblyscript" : " 0.19.10"
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
- " @graphprotocol/[email protected] .0 " :
6
- version "0.28.0 "
7
- resolved "https://registry.yarnpkg.com/@graphprotocol/graph-ts/-/graph-ts-0.28.0 .tgz#4229ad10b9a956c76f126bb08a856c556eedef22 "
8
- integrity sha512-Qug3KpmqZ/KOg3FFBOtD74GAK/9AkR7lTxoEYMdx3jZ/+fi9oOSDod2vEkLOjUxsE7yZOseNqiXOxeU0XGqJWw ==
5
+ " @graphprotocol/[email protected] .1 " :
6
+ version "0.28.1 "
7
+ resolved "https://registry.yarnpkg.com/@graphprotocol/graph-ts/-/graph-ts-0.28.1 .tgz#271affc77deb5a4a7c3f95d4b3b1daaa9818e51c "
8
+ integrity sha512-1wMLQ0cu84/6Ml3zcz9ya1zFzrDAzCj0dIGZ7Rz9upnRSXg5jjqU4DefO/OYrl2K2/OPso9hSAr6I4aue2pL1Q ==
9
9
dependencies :
10
10
assemblyscript "0.19.10"
11
11
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ module.exports = class Scaffold {
53
53
} ,
54
54
dependencies : {
55
55
'@graphprotocol/graph-cli' : GRAPH_CLI_VERSION ,
56
- '@graphprotocol/graph-ts' : `0.28.0 ` ,
56
+ '@graphprotocol/graph-ts' : `0.28.1 ` ,
57
57
} ,
58
58
devDependencies : this . protocol . hasEvents ( ) ? { 'matchstick-as' : `0.5.0` } : undefined ,
59
59
} ) ,
You can’t perform that action at this time.
0 commit comments