Resolve version conflict for peer package used by nitro-node

This commit is contained in:
Nabarun 2025-03-11 11:31:14 +05:30
parent 1360e96956
commit 0288f9d10d
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
"@cerc-io/ipld-eth-client": "^0.2.98-patch.1",
"@cerc-io/libp2p": "^0.42.2-laconic-0.1.4",
"@cerc-io/nitro-node": "^0.1.15",
"@cerc-io/peer": "^0.2.98-patch.1",
"@cerc-io/peer": "0.2.98",
"@cerc-io/rpc-eth-client": "^0.2.98-patch.1",
"@cerc-io/util": "^0.2.98-patch.1",
"@ethersproject/providers": "^5.4.4",

View File

@ -1,6 +1,6 @@
{
"name": "@cerc-io/peer",
"version": "0.2.98-patch.1",
"version": "0.2.98",
"description": "libp2p module",
"main": "dist/index.js",
"exports": "./dist/index.js",

View File

@ -6,7 +6,7 @@
"dependencies": {
"@apollo/utils.keyvaluecache": "^1.0.1",
"@cerc-io/nitro-node": "^0.1.15",
"@cerc-io/peer": "^0.2.98-patch.1",
"@cerc-io/peer": "0.2.98",
"@cerc-io/solidity-mapper": "^0.2.98-patch.1",
"@cerc-io/ts-channel": "1.0.3-ts-nitro-0.1.1",
"@ethersproject/properties": "^5.7.0",