watcher-ts/lerna.json
Nabarun Gogoi acb8179d66
Add filter for event name in eventsInRange GQL query (#544)
* Add filtering for event name in eventsInRange GQL query

* Upgrade package versions
2025-03-20 16:35:23 +05:30

16 lines
271 B
JSON

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