Skip to content

Commit

Permalink
chore: update waku deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
adklempner committed Apr 15, 2024
1 parent f60c456 commit 040d381
Show file tree
Hide file tree
Showing 20 changed files with 27,105 additions and 13,019 deletions.
4 changes: 2 additions & 2 deletions examples/light-js/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ <h2>Store</h2>
createDecoder,
utf8ToBytes,
bytesToUtf8,
} from "https://unpkg.com/@waku/[email protected]-070b625.0/bundle/index.js";
} from "https://unpkg.com/@waku/[email protected]/bundle/index.js";
import {
enrTree,
DnsNodeDiscovery,
} from "https://unpkg.com/@waku/[email protected].2-070b625.0/bundle/index.js";
} from "https://unpkg.com/@waku/[email protected].1/bundle/index.js";
import { messageHash } from "https://unpkg.com/@waku/[email protected]/bundle/index.js";

const peerIdDiv = document.getElementById("peer-id");
Expand Down
5,813 changes: 3,611 additions & 2,202 deletions examples/noise-js/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions examples/noise-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"start": "webpack-dev-server"
},
"dependencies": {
"@waku/sdk": "0.0.18",
"@waku/noise": "0.0.3-31510da",
"@waku/utils": "0.0.10",
"@waku/noise": "0.0.3",
"@waku/sdk": "0.0.24",
"@waku/utils": "0.0.16",
"protobufjs": "^7.1.2",
"qrcode": "^1.5.1"
},
Expand Down
5,813 changes: 3,611 additions & 2,202 deletions examples/noise-rtc/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions examples/noise-rtc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"start": "webpack-dev-server"
},
"dependencies": {
"@waku/sdk": "0.0.18",
"@waku/noise": "0.0.3-31510da",
"@waku/utils": "0.0.10",
"@waku/noise": "0.0.3",
"@waku/sdk": "0.0.24",
"@waku/utils": "0.0.16",
"protobufjs": "^7.1.2",
"qrcode": "^1.5.1"
},
Expand Down
Loading

0 comments on commit 040d381

Please sign in to comment.