Skip to content

Commit 1cae861

Browse files
committed
chore: Bump graph-ts to 0.22.0-alpha.2
1 parent fc221fa commit 1cae861

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
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-alpha.1",
12+
"@graphprotocol/graph-ts": "0.22.0-alpha.2",
1313
"apollo-fetch": "^0.7.0"
1414
},
1515
"dependencies": {

examples/basic-event-handlers/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@graphprotocol/[email protected].1":
6-
version "0.22.0-alpha.1"
7-
resolved "https://registry.yarnpkg.com/@graphprotocol/graph-ts/-/graph-ts-0.22.0-alpha.1.tgz#b10aa8772a155770e2e9e529cd246bc3e0daf42f"
8-
integrity sha512-Vkvb9mPX4qAZCVm0fGNZtD9nHCZ8jKsAlvewgIZw1b4/68RhHRup2l2m9VDCvKPmU1QsxALKDLYPm4XXrdH1AA==
5+
"@graphprotocol/[email protected].2":
6+
version "0.22.0-alpha.2"
7+
resolved "https://registry.yarnpkg.com/@graphprotocol/graph-ts/-/graph-ts-0.22.0-alpha.2.tgz#df2200a20bb8ceaeb835ba905430cf75b37a4874"
8+
integrity sha512-UeoNfZLz7S4OAby/2K0zt3lGfcLqa8viujH6D5gjhDjFWTd6TiLb60OToFv7963YBHHdyjeEfIlmm2IuXSQeLA==
99
dependencies:
1010
assemblyscript "0.19.10"
1111

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-alpha.1"
10+
"@graphprotocol/graph-ts": "0.22.0-alpha.2"
1111
},
1212
"resolutions": {
1313
"assemblyscript": "0.19.10"

examples/example-subgraph/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@graphprotocol/[email protected].1":
6-
version "0.22.0-alpha.1"
7-
resolved "https://registry.yarnpkg.com/@graphprotocol/graph-ts/-/graph-ts-0.22.0-alpha.1.tgz#b10aa8772a155770e2e9e529cd246bc3e0daf42f"
8-
integrity sha512-Vkvb9mPX4qAZCVm0fGNZtD9nHCZ8jKsAlvewgIZw1b4/68RhHRup2l2m9VDCvKPmU1QsxALKDLYPm4XXrdH1AA==
5+
"@graphprotocol/[email protected].2":
6+
version "0.22.0-alpha.2"
7+
resolved "https://registry.yarnpkg.com/@graphprotocol/graph-ts/-/graph-ts-0.22.0-alpha.2.tgz#df2200a20bb8ceaeb835ba905430cf75b37a4874"
8+
integrity sha512-UeoNfZLz7S4OAby/2K0zt3lGfcLqa8viujH6D5gjhDjFWTd6TiLb60OToFv7963YBHHdyjeEfIlmm2IuXSQeLA==
99
dependencies:
1010
assemblyscript "0.19.10"
1111

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-alpha.1`,
44+
'@graphprotocol/graph-ts': `0.22.0-alpha.2`,
4545
},
4646
}),
4747
{ parser: 'json' },

0 commit comments

Comments
 (0)