mirror of https://github.com/waku-org/js-waku.git
chore: release @waku/libp2p-utils@0.0.1
This commit is contained in:
parent
e36cb752a5
commit
63f6316b42
|
@ -27350,7 +27350,7 @@
|
||||||
},
|
},
|
||||||
"packages/libp2p-utils": {
|
"packages/libp2p-utils": {
|
||||||
"name": "@waku/libp2p-utils",
|
"name": "@waku/libp2p-utils",
|
||||||
"version": "0.0.2",
|
"version": "0.0.1",
|
||||||
"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/libp2p-utils",
|
"name": "@waku/libp2p-utils",
|
||||||
"version": "0.0.2",
|
"version": "0.0.1",
|
||||||
"description": "Utilities to help with libp2p",
|
"description": "Utilities to help with libp2p",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
|
|
Loading…
Reference in New Issue