mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-19 20:36:19 +00:00
c80e4d0ab7
* Replace floodsub with gossipsub * Add a pubsub flag to support both floodsub and gossipsub * Fix deps * Handle empty string values * Upgrade @cerc-io/libp2p dependency * Upgrade package versions
16 lines
263 B
JSON
16 lines
263 B
JSON
{
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"version": "0.2.56",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"command": {
|
|
"publish": {
|
|
"registry": "https://git.vdb.to/api/packages/cerc-io/npm/",
|
|
"yes": true,
|
|
"from-git": true
|
|
}
|
|
}
|
|
}
|