mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-03 05:13:08 +00:00
use sdk and utils for noise-rtc
This commit is contained in:
parent
20538d471c
commit
cded4d967e
@ -1,6 +1,5 @@
|
||||
import { createLightNode } from "@waku/create";
|
||||
import { createLightNode, waitForRemotePeer } from "@waku/sdk";
|
||||
import * as utils from "@waku/utils/bytes";
|
||||
import { waitForRemotePeer } from "@waku/core";
|
||||
import * as noise from "@waku/noise";
|
||||
import protobuf from "protobufjs";
|
||||
import QRCode from "qrcode";
|
||||
|
||||
1950
examples/noise-rtc/package-lock.json
generated
1950
examples/noise-rtc/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -9,10 +9,9 @@
|
||||
"start": "webpack-dev-server"
|
||||
},
|
||||
"dependencies": {
|
||||
"@waku/core": "0.0.19",
|
||||
"@waku/create": "0.0.15",
|
||||
"@waku/sdk": "0.0.16",
|
||||
"@waku/noise": "0.0.3-31510da",
|
||||
"@waku/utils": "0.0.6",
|
||||
"@waku/utils": "0.0.8",
|
||||
"protobufjs": "^7.1.2",
|
||||
"qrcode": "^1.5.1"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user