watcher-ts/lerna.json
prathamesh0 d53fbcf731
Add support for args on nested GQL query selections in subgraph watchers (#530)
* Add support for arguments on nested GQL query selections

* Update package versions
2024-08-01 19:01:54 +05:30

16 lines
264 B
JSON

{
"packages": [
"packages/*"
],
"version": "0.2.105",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"publish": {
"registry": "https://git.vdb.to/api/packages/cerc-io/npm/",
"yes": true,
"from-git": true
}
}
}