diff --git a/package-lock.json b/package-lock.json index 4e49ad771a..8e3d5aa9aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22496,7 +22496,7 @@ }, "packages/core": { "name": "@waku/core", - "version": "0.0.2", + "version": "0.0.3", "license": "MIT OR Apache-2.0", "dependencies": { "@chainsafe/libp2p-gossipsub": "^4.1.1", @@ -22612,7 +22612,7 @@ }, "packages/create": { "name": "@waku/create", - "version": "0.0.2", + "version": "0.0.3", "license": "MIT OR Apache-2.0", "dependencies": { "@chainsafe/libp2p-noise": "^8.0.1", diff --git a/packages/core/package.json b/packages/core/package.json index d823e963a1..8649c53c0c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@waku/core", - "version": "0.0.2", + "version": "0.0.3", "description": "TypeScript implementation of the Waku v2 protocol", "types": "./dist/index.d.ts", "module": "./dist/index.js", diff --git a/packages/create/package.json b/packages/create/package.json index cefd481920..7071e81242 100644 --- a/packages/create/package.json +++ b/packages/create/package.json @@ -1,6 +1,6 @@ { "name": "@waku/create", - "version": "0.0.2", + "version": "0.0.3", "description": "Easily create a Waku node", "types": "./dist/index.d.ts", "module": "./dist/index.js",