Skip to content

Commit 6b6b01c

Browse files
authored
chore: Bump graph-ts to 0.22.1 (#751)
* chore: Bump graph-ts to 0.22.1 This should fix the upcast error that happened on a toTupleArray call. * 0.22.1
1 parent 4145f9a commit 6b6b01c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/basic-event-handlers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"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"
1010
},
1111
"devDependencies": {
12-
"@graphprotocol/graph-ts": "0.22.0",
12+
"@graphprotocol/graph-ts": "0.22.1",
1313
"apollo-fetch": "^0.7.0"
1414
},
1515
"dependencies": {

examples/example-subgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build-wast": "../../bin/graph build -t wast subgraph.yaml"
88
},
99
"devDependencies": {
10-
"@graphprotocol/graph-ts": "0.22.0"
10+
"@graphprotocol/graph-ts": "0.22.1"
1111
},
1212
"resolutions": {
1313
"assemblyscript": "0.19.10"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/graph-cli",
3-
"version": "0.22.0",
3+
"version": "0.22.1",
44
"description": "CLI for building for and deploying to The Graph",
55
"dependencies": {
66
"assemblyscript": "0.19.10",

src/scaffold.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const generatePackageJson = ({ subgraphName, node }) =>
4141
},
4242
dependencies: {
4343
'@graphprotocol/graph-cli': `${module.exports.version}`,
44-
'@graphprotocol/graph-ts': `0.22.0`,
44+
'@graphprotocol/graph-ts': `0.22.1`,
4545
},
4646
}),
4747
{ parser: 'json' },

0 commit comments

Comments
 (0)