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