mirror of https://github.com/status-im/js-waku.git
chore: release @waku/peer-exchange@0.0.3
This commit is contained in:
parent
f356ac56fc
commit
1cd04dbb33
|
@ -26633,7 +26633,7 @@
|
||||||
},
|
},
|
||||||
"packages/peer-exchange": {
|
"packages/peer-exchange": {
|
||||||
"name": "@waku/peer-exchange",
|
"name": "@waku/peer-exchange",
|
||||||
"version": "0.0.2",
|
"version": "0.0.3",
|
||||||
"license": "MIT OR Apache-2.0",
|
"license": "MIT OR Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@libp2p/interface-connection": "^3.0.3",
|
"@libp2p/interface-connection": "^3.0.3",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@waku/peer-exchange",
|
"name": "@waku/peer-exchange",
|
||||||
"version": "0.0.2",
|
"version": "0.0.3",
|
||||||
"description": "Peer Exchange (https://rfc.vac.dev/spec/34/) protocol for Waku",
|
"description": "Peer Exchange (https://rfc.vac.dev/spec/34/) protocol for Waku",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
|
|
Loading…
Reference in New Issue