remove utils package

This commit is contained in:
Sasha 2023-06-23 22:17:51 +02:00
parent d9e2ae6dc3
commit 35e3c1db9b
No known key found for this signature in database
3 changed files with 1 additions and 3 deletions

View File

@ -11,7 +11,6 @@
"@libp2p/bootstrap": "^5.0.0",
"@livechat/ui-kit": "^0.5.0-24",
"@multiformats/multiaddr": "11.0.7",
"@waku/byte-utils": "^0.0.2",
"@waku/dns-discovery": "0.0.5",
"@waku/interfaces": "^0.0.15",
"@waku/peer-exchange": "^0.0.3",

View File

@ -8,7 +8,6 @@
"@livechat/ui-kit": "^0.5.0-24",
"@multiformats/multiaddr": "11.0.7",
"@waku/react": "0.0.1-b",
"@waku/byte-utils": "^0.0.2",
"@waku/sdk": "^0.0.16",
"@waku/dns-discovery": "0.0.5",
"@waku/interfaces": "^0.0.15",

View File

@ -1,4 +1,4 @@
import { utf8ToBytes, bytesToUtf8 } from "@waku/byte-utils";
import { utf8ToBytes, bytesToUtf8 } from "@waku/sdk";
import * as proto from "./proto/chat_message";
/**