From fcaef9bf055b0f12a1ada57220f639188ce2515d Mon Sep 17 00:00:00 2001 From: Sasha Date: Thu, 22 Jun 2023 01:36:47 +0200 Subject: [PATCH] bump versions --- examples/web-chat/package.json | 11 +++++------ examples/web-chat/src/chat_message.ts | 2 +- examples/web-chat/src/types/types.d.ts | 1 - 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/examples/web-chat/package.json b/examples/web-chat/package.json index 556426b..c2eb035 100644 --- a/examples/web-chat/package.json +++ b/examples/web-chat/package.json @@ -8,12 +8,11 @@ "@livechat/ui-kit": "^0.5.0-24", "@multiformats/multiaddr": "11.0.7", "@waku/react": "0.0.1-a", - "@waku/byte-utils": "^0.0.2", - "@waku/core": "^0.0.10", - "@waku/create": "^0.0.4", - "@waku/dns-discovery": "0.0.5", - "@waku/interfaces": "^0.0.7", - "@waku/peer-exchange": "^0.0.3", + "@waku/core": "^0.0.20", + "@waku/sdk": "^0.0.16", + "@waku/dns-discovery": "0.0.14", + "@waku/interfaces": "^0.0.15", + "@waku/peer-exchange": "^0.0.13", "process": "^0.11.10", "protons-runtime": "^3.1.0", "react": "^17.0.2", diff --git a/examples/web-chat/src/chat_message.ts b/examples/web-chat/src/chat_message.ts index 1039e2e..3b977fd 100644 --- a/examples/web-chat/src/chat_message.ts +++ b/examples/web-chat/src/chat_message.ts @@ -1,4 +1,4 @@ -import { utf8ToBytes, bytesToUtf8 } from "@waku/byte-utils"; +import { utf8ToBytes, bytesToUtf8 } from "@waku/sdk"; import * as proto from "./proto/chat_message"; /** diff --git a/examples/web-chat/src/types/types.d.ts b/examples/web-chat/src/types/types.d.ts index 8974887..6109448 100644 --- a/examples/web-chat/src/types/types.d.ts +++ b/examples/web-chat/src/types/types.d.ts @@ -1,2 +1 @@ declare module "@livechat/ui-kit"; -declare module "@waku/dns-discovery";