From a185b5a0ec710faf35ee85437835b864520c9e08 Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Tue, 1 Nov 2022 16:33:42 +1100 Subject: [PATCH] fix: @waku/interfaces --- package-lock.json | 2 +- packages/core/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6a4ed2f74e..61feee4182 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22361,6 +22361,7 @@ "@libp2p/websockets": "^3.0.3", "@multiformats/multiaddr": "^11.0.6", "@noble/secp256k1": "^1.3.4", + "@waku/interfaces": "*", "debug": "^4.3.4", "dns-query": "^0.11.2", "hi-base32": "^0.5.1", @@ -22396,7 +22397,6 @@ "@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/parser": "^5.8.1", "@waku/create": "*", - "@waku/interfaces": "*", "app-root-path": "^3.0.0", "chai": "^4.3.4", "cspell": "^5.14.0", diff --git a/packages/core/package.json b/packages/core/package.json index 6330c6e139..a863bbdfdb 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -104,6 +104,7 @@ "node": ">=16" }, "dependencies": { + "@waku/interfaces": "*", "@chainsafe/libp2p-gossipsub": "^4.1.1", "@chainsafe/libp2p-noise": "^8.0.1", "@ethersproject/rlp": "^5.5.0", @@ -135,8 +136,6 @@ "uuid": "^8.3.2" }, "devDependencies": { - "@waku/create": "*", - "@waku/interfaces": "*", "@libp2p/peer-id-factory": "^1.0.15", "@rollup/plugin-commonjs": "^22.0.0", "@rollup/plugin-json": "^4.1.0", @@ -156,6 +155,7 @@ "@types/uuid": "^8.3.0", "@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/parser": "^5.8.1", + "@waku/create": "*", "app-root-path": "^3.0.0", "chai": "^4.3.4", "cspell": "^5.14.0",