Skip to content

Commit e2d779f

Browse files
committed
fix missing dependency
1 parent d3bcbfb commit e2d779f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/cli/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"@graphql-mesh/graphql": "0.26.1",
5454
"tslib": "2.4.0",
5555
"@graphprotocol/client-auto-pagination": "0.0.6",
56-
"@graphprotocol/client-block-tracking": "0.0.4"
56+
"@graphprotocol/client-block-tracking": "0.0.4",
57+
"@graphprotocol/client-add-source-name": "0.0.0"
5758
},
5859
"devDependencies": {
5960
"graphql": "16.5.0"

0 commit comments

Comments
 (0)