mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-02 21:03:12 +00:00
remove utils package
This commit is contained in:
parent
d9e2ae6dc3
commit
35e3c1db9b
1
examples/web-chat/package-lock.json
generated
1
examples/web-chat/package-lock.json
generated
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import { utf8ToBytes, bytesToUtf8 } from "@waku/byte-utils";
|
||||
import { utf8ToBytes, bytesToUtf8 } from "@waku/sdk";
|
||||
import * as proto from "./proto/chat_message";
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user