chore: release @waku/peer-exchange@0.0.3

This commit is contained in:
fryorcraken.eth 2023-01-25 15:23:10 +11:00
parent f356ac56fc
commit 1cd04dbb33
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -26633,7 +26633,7 @@
},
"packages/peer-exchange": {
"name": "@waku/peer-exchange",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@libp2p/interface-connection": "^3.0.3",

View File

@ -1,6 +1,6 @@
{
"name": "@waku/peer-exchange",
"version": "0.0.2",
"version": "0.0.3",
"description": "Peer Exchange (https://rfc.vac.dev/spec/34/) protocol for Waku",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",