mirror of https://github.com/waku-org/js-waku.git
chore: release @waku/enr@0.0.3
This commit is contained in:
parent
63f6316b42
commit
01981dc184
|
@ -27280,7 +27280,7 @@
|
||||||
},
|
},
|
||||||
"packages/enr": {
|
"packages/enr": {
|
||||||
"name": "@waku/enr",
|
"name": "@waku/enr",
|
||||||
"version": "0.0.2",
|
"version": "0.0.3",
|
||||||
"license": "MIT OR Apache-2.0",
|
"license": "MIT OR Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/rlp": "^5.5.0",
|
"@ethersproject/rlp": "^5.5.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@waku/enr",
|
"name": "@waku/enr",
|
||||||
"version": "0.0.2",
|
"version": "0.0.3",
|
||||||
"description": "ENR (EIP-778) for Waku",
|
"description": "ENR (EIP-778) 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