watcher-ts/lerna.json
Nabarun Gogoi 1360e96956
Patch for handling totalDifficulty in release v0.2.98 (#541)
* Set total difficulty to zero if not available

* Set patch version in packages
2025-03-11 10:03:32 +05:30

16 lines
271 B
JSON

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