Skip to content

Commit 2a584ef

Browse files
committed
scaffold: Point everything to 0.22.0-alpha.0 cli
1 parent 880dbef commit 2a584ef

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
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": "graph deploy test/basic-event-handlers --ipfs http://localhost:15001 --node http://127.0.0.1:18020"
1010
},
1111
"devDependencies": {
12-
"@graphprotocol/graph-cli": "https://github.com/graphprotocol/graph-cli#otavio/update-assembly-script",
12+
"@graphprotocol/graph-cli": "0.22.0-alpha.0",
1313
"@graphprotocol/graph-ts": "0.22.0-alpha.0",
1414
"apollo-fetch": "^0.7.0"
1515
},

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": "graph build -t wast subgraph.yaml"
88
},
99
"devDependencies": {
10-
"@graphprotocol/graph-cli": "https://github.com/graphprotocol/graph-cli#otavio/update-assembly-script",
10+
"@graphprotocol/graph-cli": "0.22.0-alpha.0",
1111
"@graphprotocol/graph-ts": "0.22.0-alpha.0"
1212
},
1313
"resolutions": {

src/commands/test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ const startGraphNode = async (standaloneNode, standaloneNodeArgs, nodeOutputChun
430430

431431
let defaultEnv = {
432432
GRAPH_LOG: 'debug',
433+
GRAPH_MAX_API_VERSION: '0.0.5',
433434
}
434435

435436
let args = standaloneNodeArgs ? standaloneNodeArgs.split(' ') : defaultArgs

src/scaffold.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const generatePackageJson = ({ subgraphName, node }) =>
4040
subgraphName,
4141
},
4242
dependencies: {
43-
'@graphprotocol/graph-cli': `https://github.com/graphprotocol/graph-cli#otavio/update-assembly-script`,
43+
'@graphprotocol/graph-cli': `${module.exports.version}`,
4444
'@graphprotocol/graph-ts': `0.22.0-alpha.0`,
4545
},
4646
}),

0 commit comments

Comments
 (0)