watcher-ts/lerna.json
Nabarun Gogoi f00f6d2998
Update chain head exporter CLI to support running multiple instances (#512)
* Update chain-head-exported CLI for running multiple instances

* Update upstream RPC for metrics with active endpoint

* Export metrics for watcher package version and commitHash

* Upgrade package versions
2024-05-30 14:37:35 +05:30

16 lines
263 B
JSON

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