use sdk and utils for noise-rtc

This commit is contained in:
Sasha 2023-06-20 01:01:00 +02:00
parent 20538d471c
commit cded4d967e
No known key found for this signature in database
3 changed files with 1044 additions and 914 deletions

View File

@ -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";

File diff suppressed because it is too large Load Diff

View File

@ -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"
},