This commit is contained in:
status-im-auto 2023-02-02 02:32:42 +00:00 committed by Jenkins
parent b42356480f
commit 170a3eed2f
9 changed files with 10 additions and 10 deletions

View File

@ -47,7 +47,7 @@
waitForRemotePeer,
createEncoder,
createDecoder,
} from "https://unpkg.com/@waku/core@0.0.7/bundle/index.js";
} from "https://unpkg.com/@waku/core@0.0.10/bundle/index.js";
const peerIdDiv = document.getElementById("peer-id");
const remotePeerIdDiv = document.getElementById("remote-peer-id");

View File

@ -42,7 +42,7 @@
waitForRemotePeer,
createDecoder,
createEncoder,
} from "https://unpkg.com/@waku/core@0.0.7/bundle/index.js";
} from "https://unpkg.com/@waku/core@0.0.10/bundle/index.js";
const statusDiv = document.getElementById("status");
const messagesDiv = document.getElementById("messages");

View File

@ -1,14 +1,14 @@
{
"files": {
"main.css": "/web-chat/static/css/main.b267dcda.css",
"main.js": "/web-chat/static/js/main.88b50ea1.js",
"main.js": "/web-chat/static/js/main.477aa02a.js",
"static/media/rpc.cjs": "/web-chat/static/media/rpc.3ba5ca7bdb004060d5e2.cjs",
"index.html": "/web-chat/index.html",
"main.b267dcda.css.map": "/web-chat/static/css/main.b267dcda.css.map",
"main.88b50ea1.js.map": "/web-chat/static/js/main.88b50ea1.js.map"
"main.477aa02a.js.map": "/web-chat/static/js/main.477aa02a.js.map"
},
"entrypoints": [
"static/css/main.b267dcda.css",
"static/js/main.88b50ea1.js"
"static/js/main.477aa02a.js"
]
}

View File

@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/><meta name="description" content="Chat app powered by js-waku"/><link rel="manifest" href="/web-chat/manifest.json"/><link rel="apple-touch-icon" href="/web-chat/favicon.png"/><link rel="icon" href="/web-chat/favicon.ico"/><title>Waku v2 chat app</title><script defer="defer" src="/web-chat/static/js/main.88b50ea1.js"></script><link href="/web-chat/static/css/main.b267dcda.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/><meta name="description" content="Chat app powered by js-waku"/><link rel="manifest" href="/web-chat/manifest.json"/><link rel="apple-touch-icon" href="/web-chat/favicon.png"/><link rel="icon" href="/web-chat/favicon.ico"/><title>Waku v2 chat app</title><script defer="defer" src="/web-chat/static/js/main.477aa02a.js"></script><link href="/web-chat/static/css/main.b267dcda.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long