diff --git a/package-lock.json b/package-lock.json index b69acd2845..1ca7f931ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22152,7 +22152,7 @@ }, "packages/interfaces": { "name": "@waku/interfaces", - "version": "0.0.2", + "version": "0.0.3", "license": "MIT OR Apache-2.0", "dependencies": { "@chainsafe/libp2p-gossipsub": "^4.1.1", diff --git a/packages/interfaces/package.json b/packages/interfaces/package.json index e06579c6d4..316b42fc82 100644 --- a/packages/interfaces/package.json +++ b/packages/interfaces/package.json @@ -1,6 +1,6 @@ { "name": "@waku/interfaces", - "version": "0.0.2", + "version": "0.0.3", "description": "Definition of Waku interfaces", "types": "./dist/index.d.ts", "module": "./dist/index.js",