mirror of https://github.com/waku-org/waku-ui.git
chore: up to RC with store node pointer (#53)
This commit is contained in:
parent
9a7287dfc1
commit
b9d400cbdb
|
@ -40,7 +40,7 @@
|
|||
"node": ">=18"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@waku/sdk": "0.0.30-9f1d8ca.0",
|
||||
"@waku/sdk": "0.0.30-5674b0e.0",
|
||||
"react": "^16.8.0 || ^17 || ^18"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
|
@ -2879,17 +2879,17 @@
|
|||
"license": "ISC"
|
||||
},
|
||||
"node_modules/@waku/core": {
|
||||
"version": "0.0.34-9f1d8ca.0",
|
||||
"resolved": "https://registry.npmjs.org/@waku/core/-/core-0.0.34-9f1d8ca.0.tgz",
|
||||
"integrity": "sha512-vEJXQCzlbWDsKyAuU+b/oHFGSTLGHEJXdOoj4g0Z4I8vKRmxpej/i+lm7gFBg8LOp72xOg14fWo0TaxknhFgTw==",
|
||||
"version": "0.0.34-5674b0e.0",
|
||||
"resolved": "https://registry.npmjs.org/@waku/core/-/core-0.0.34-5674b0e.0.tgz",
|
||||
"integrity": "sha512-eUPNTi712Qde6StMz33lfChLJ/Po8tYRY6JK0mOvdW+xpO6BcAlioA4YnQciYn5ACTcajZkL+eqKtY56RHirug==",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@libp2p/ping": "2.0.1",
|
||||
"@waku/enr": "0.0.28-9f1d8ca.0",
|
||||
"@waku/interfaces": "0.0.29-9f1d8ca.0",
|
||||
"@waku/proto": "0.0.9-9f1d8ca.0",
|
||||
"@waku/utils": "0.0.22-9f1d8ca.0",
|
||||
"@waku/enr": "0.0.28-5674b0e.0",
|
||||
"@waku/interfaces": "0.0.29-5674b0e.0",
|
||||
"@waku/proto": "0.0.9-5674b0e.0",
|
||||
"@waku/utils": "0.0.22-5674b0e.0",
|
||||
"debug": "^4.3.4",
|
||||
"it-all": "^3.0.4",
|
||||
"it-length-prefixed": "^9.0.4",
|
||||
|
@ -2914,17 +2914,17 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@waku/discovery": {
|
||||
"version": "0.0.7-9f1d8ca.0",
|
||||
"resolved": "https://registry.npmjs.org/@waku/discovery/-/discovery-0.0.7-9f1d8ca.0.tgz",
|
||||
"integrity": "sha512-d7t446IKaxgcvu4OSzWScZioUwkClDxzAsNoNYtoxX6m84ys2yKp2hXeQJYw3WQ7l/3Fs0mYhx3BEHLpwX1OGQ==",
|
||||
"version": "0.0.7-5674b0e.0",
|
||||
"resolved": "https://registry.npmjs.org/@waku/discovery/-/discovery-0.0.7-5674b0e.0.tgz",
|
||||
"integrity": "sha512-wIlwrC5h0tAscv4c9b2U2jTCYzSNqO5QA5eXCom7Vn98w1aXuU9IwTVW+hrkQ3yXG26rj76lyL81NLXyMK6S5w==",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@waku/core": "0.0.34-9f1d8ca.0",
|
||||
"@waku/enr": "0.0.28-9f1d8ca.0",
|
||||
"@waku/interfaces": "0.0.29-9f1d8ca.0",
|
||||
"@waku/proto": "0.0.9-9f1d8ca.0",
|
||||
"@waku/utils": "0.0.22-9f1d8ca.0",
|
||||
"@waku/core": "0.0.34-5674b0e.0",
|
||||
"@waku/enr": "0.0.28-5674b0e.0",
|
||||
"@waku/interfaces": "0.0.29-5674b0e.0",
|
||||
"@waku/proto": "0.0.9-5674b0e.0",
|
||||
"@waku/utils": "0.0.22-5674b0e.0",
|
||||
"debug": "^4.3.4",
|
||||
"dns-query": "^0.11.2",
|
||||
"hi-base32": "^0.5.1",
|
||||
|
@ -2943,9 +2943,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@waku/enr": {
|
||||
"version": "0.0.28-9f1d8ca.0",
|
||||
"resolved": "https://registry.npmjs.org/@waku/enr/-/enr-0.0.28-9f1d8ca.0.tgz",
|
||||
"integrity": "sha512-lZtsjM65ZgwB3JpDrVLFfM7Exai+qbuFGtPVUbssaG4zVacMX5YiDow5ybH9skQ/nk2PH6WIOxkDhxVSaPMawA==",
|
||||
"version": "0.0.28-5674b0e.0",
|
||||
"resolved": "https://registry.npmjs.org/@waku/enr/-/enr-0.0.28-5674b0e.0.tgz",
|
||||
"integrity": "sha512-A7dBFiFKbCvA9c1r/YaqLc59L/FMtJoL4bgP414+6ce0sJwIBFyBFmOCx+PzBsy8RQgJ/lU7bHCtbfwyUAdy4A==",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
|
@ -2954,7 +2954,7 @@
|
|||
"@libp2p/peer-id": "^5.0.1",
|
||||
"@multiformats/multiaddr": "^12.0.0",
|
||||
"@noble/secp256k1": "^1.7.1",
|
||||
"@waku/utils": "0.0.22-9f1d8ca.0",
|
||||
"@waku/utils": "0.0.22-5674b0e.0",
|
||||
"debug": "^4.3.4",
|
||||
"js-sha3": "^0.9.2"
|
||||
},
|
||||
|
@ -2971,36 +2971,36 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@waku/interfaces": {
|
||||
"version": "0.0.29-9f1d8ca.0",
|
||||
"resolved": "https://registry.npmjs.org/@waku/interfaces/-/interfaces-0.0.29-9f1d8ca.0.tgz",
|
||||
"integrity": "sha512-HTxizI2usj7gus+f90kPqjay6TPUUdTrvWB39N6ECZWSzS9PzyjIfGmZH9YyZ2rklnCVvRG25ZV9rDqOd/l8OQ==",
|
||||
"version": "0.0.29-5674b0e.0",
|
||||
"resolved": "https://registry.npmjs.org/@waku/interfaces/-/interfaces-0.0.29-5674b0e.0.tgz",
|
||||
"integrity": "sha512-xSkM0okZZfqV7RJfu9b64kF8bFtXjKR8peaZ7m1Jmp8iyMkvXvjZS78N5uXtLy4fLCr+xPdKAel6/ecthAxS5g==",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@waku/proto": "0.0.9-9f1d8ca.0"
|
||||
"@waku/proto": "0.0.9-5674b0e.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
}
|
||||
},
|
||||
"node_modules/@waku/message-hash": {
|
||||
"version": "0.1.18-9f1d8ca.0",
|
||||
"resolved": "https://registry.npmjs.org/@waku/message-hash/-/message-hash-0.1.18-9f1d8ca.0.tgz",
|
||||
"integrity": "sha512-qT7nOUUkDUjXdycb+a/uafwpCwgiMtKIZe/zuZ6Z3frT4MjP4v6MpMEc+askh4rgBCMUQAVu1ZfUQvz+tvypaw==",
|
||||
"version": "0.1.18-5674b0e.0",
|
||||
"resolved": "https://registry.npmjs.org/@waku/message-hash/-/message-hash-0.1.18-5674b0e.0.tgz",
|
||||
"integrity": "sha512-YY35zvGB3G28KwrM7uRBRwi3Zgids0BYWxMO0BVwODCJ3SSHUdNeFrQ1sDzl9sx9wCKWaG1qkuSITFO+cAsvhw==",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@noble/hashes": "^1.3.2",
|
||||
"@waku/utils": "0.0.22-9f1d8ca.0"
|
||||
"@waku/utils": "0.0.22-5674b0e.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
}
|
||||
},
|
||||
"node_modules/@waku/proto": {
|
||||
"version": "0.0.9-9f1d8ca.0",
|
||||
"resolved": "https://registry.npmjs.org/@waku/proto/-/proto-0.0.9-9f1d8ca.0.tgz",
|
||||
"integrity": "sha512-JeTqbgwsJBrAg5ZUizThRcev5SvSPHXJghNPnOfyx6asz93QRnau68h8/wkoC+8WuUtTs18RyZbAh0BvnvAfvQ==",
|
||||
"version": "0.0.9-5674b0e.0",
|
||||
"resolved": "https://registry.npmjs.org/@waku/proto/-/proto-0.0.9-5674b0e.0.tgz",
|
||||
"integrity": "sha512-AqT2c3andkHfKze5UhcmtvLKsIj8gj7dQ+W4v4xh5R40QfNf1ZSCmQgARB51bE/o27lArk+wyNrLR5aDlzE5mA==",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
|
@ -3011,9 +3011,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@waku/sdk": {
|
||||
"version": "0.0.30-9f1d8ca.0",
|
||||
"resolved": "https://registry.npmjs.org/@waku/sdk/-/sdk-0.0.30-9f1d8ca.0.tgz",
|
||||
"integrity": "sha512-XNZXUBaqyugxdIv1WZMb1pK0Q0AmtYTAvPb0R/XF+tbqXvk5eEsJZ13bPN4r/gCbjgaB/yayhaNAMmTVRbn2lw==",
|
||||
"version": "0.0.30-5674b0e.0",
|
||||
"resolved": "https://registry.npmjs.org/@waku/sdk/-/sdk-0.0.30-5674b0e.0.tgz",
|
||||
"integrity": "sha512-NCwVcRHywfgJRCD5fjgIEh3MtaIMDXFxurHRc5nDGP19s3+nAwKOuWM/4BpIYmyieIGdvNoFZXaotvXjdH95qQ==",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
|
@ -3024,12 +3024,12 @@
|
|||
"@libp2p/ping": "2.0.1",
|
||||
"@libp2p/websockets": "^9.0.1",
|
||||
"@noble/hashes": "^1.3.3",
|
||||
"@waku/core": "0.0.34-9f1d8ca.0",
|
||||
"@waku/discovery": "0.0.7-9f1d8ca.0",
|
||||
"@waku/interfaces": "0.0.29-9f1d8ca.0",
|
||||
"@waku/message-hash": "0.1.18-9f1d8ca.0",
|
||||
"@waku/proto": "0.0.9-9f1d8ca.0",
|
||||
"@waku/utils": "0.0.22-9f1d8ca.0",
|
||||
"@waku/core": "0.0.34-5674b0e.0",
|
||||
"@waku/discovery": "0.0.7-5674b0e.0",
|
||||
"@waku/interfaces": "0.0.29-5674b0e.0",
|
||||
"@waku/message-hash": "0.1.18-5674b0e.0",
|
||||
"@waku/proto": "0.0.9-5674b0e.0",
|
||||
"@waku/utils": "0.0.22-5674b0e.0",
|
||||
"async-mutex": "^0.5.0",
|
||||
"libp2p": "2.1.8"
|
||||
},
|
||||
|
@ -3046,14 +3046,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@waku/utils": {
|
||||
"version": "0.0.22-9f1d8ca.0",
|
||||
"resolved": "https://registry.npmjs.org/@waku/utils/-/utils-0.0.22-9f1d8ca.0.tgz",
|
||||
"integrity": "sha512-x1tUGna/kmsLBCRYZ+4zNKsVOCtceThfk9U0ESOLiwh5bRckNv0NofGNdPBfmhhK0A8POm4JWlHRXPpCIwW2kQ==",
|
||||
"version": "0.0.22-5674b0e.0",
|
||||
"resolved": "https://registry.npmjs.org/@waku/utils/-/utils-0.0.22-5674b0e.0.tgz",
|
||||
"integrity": "sha512-hmfSShlqK8k9v6CAxT8XIReUuGWD7bD7XWMZY3EWpPSG9p2hQVnUO8Jlfb2/8aMH2jks3ArnQYGY9mP88JHW2Q==",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@noble/hashes": "^1.3.2",
|
||||
"@waku/interfaces": "0.0.29-9f1d8ca.0",
|
||||
"@waku/interfaces": "0.0.29-5674b0e.0",
|
||||
"chai": "^4.3.10",
|
||||
"debug": "^4.3.4",
|
||||
"uint8arrays": "^5.0.1"
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
"typescript": "^4.9.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@waku/sdk": "0.0.30-9f1d8ca.0",
|
||||
"@waku/sdk": "0.0.30-5674b0e.0",
|
||||
"react": "^16.8.0 || ^17 || ^18"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
|
|
Loading…
Reference in New Issue