chore: release @waku/peer-exchange@0.0.2

This commit is contained in:
fryorcraken.eth 2023-01-18 15:34:04 +11:00
parent 45f3823ac4
commit ec5118a502
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

@ -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",

View File

@ -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",