mirror of https://github.com/waku-org/js-waku.git
up lock
This commit is contained in:
parent
c591e6d294
commit
c93b58ed8c
|
@ -40247,14 +40247,14 @@
|
|||
},
|
||||
"packages/core": {
|
||||
"name": "@waku/core",
|
||||
"version": "0.0.32",
|
||||
"version": "0.0.33",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@libp2p/ping": "^1.1.2",
|
||||
"@waku/enr": "^0.0.26",
|
||||
"@waku/interfaces": "0.0.27",
|
||||
"@waku/enr": "^0.0.27",
|
||||
"@waku/interfaces": "0.0.28",
|
||||
"@waku/proto": "0.0.8",
|
||||
"@waku/utils": "0.0.20",
|
||||
"@waku/utils": "0.0.21",
|
||||
"debug": "^4.3.4",
|
||||
"it-all": "^3.0.4",
|
||||
"it-length-prefixed": "^9.0.4",
|
||||
|
@ -40312,14 +40312,14 @@
|
|||
},
|
||||
"packages/discovery": {
|
||||
"name": "@waku/discovery",
|
||||
"version": "0.0.5",
|
||||
"version": "0.0.6",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@waku/core": "0.0.32",
|
||||
"@waku/enr": "0.0.26",
|
||||
"@waku/interfaces": "0.0.27",
|
||||
"@waku/core": "0.0.33",
|
||||
"@waku/enr": "0.0.27",
|
||||
"@waku/interfaces": "0.0.28",
|
||||
"@waku/proto": "^0.0.8",
|
||||
"@waku/utils": "0.0.20",
|
||||
"@waku/utils": "0.0.21",
|
||||
"debug": "^4.3.4",
|
||||
"dns-query": "^0.11.2",
|
||||
"hi-base32": "^0.5.1",
|
||||
|
@ -40358,7 +40358,7 @@
|
|||
},
|
||||
"packages/enr": {
|
||||
"name": "@waku/enr",
|
||||
"version": "0.0.26",
|
||||
"version": "0.0.27",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@ethersproject/rlp": "^5.7.0",
|
||||
|
@ -40366,7 +40366,7 @@
|
|||
"@libp2p/peer-id": "^4.2.1",
|
||||
"@multiformats/multiaddr": "^12.0.0",
|
||||
"@noble/secp256k1": "^1.7.1",
|
||||
"@waku/utils": "0.0.20",
|
||||
"@waku/utils": "0.0.21",
|
||||
"debug": "^4.3.4",
|
||||
"js-sha3": "^0.9.2"
|
||||
},
|
||||
|
@ -40378,7 +40378,7 @@
|
|||
"@types/chai": "^4.3.11",
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@waku/build-utils": "*",
|
||||
"@waku/interfaces": "0.0.27",
|
||||
"@waku/interfaces": "0.0.28",
|
||||
"chai": "^4.3.10",
|
||||
"cspell": "^8.6.1",
|
||||
"fast-check": "^3.19.0",
|
||||
|
@ -40402,7 +40402,7 @@
|
|||
},
|
||||
"packages/interfaces": {
|
||||
"name": "@waku/interfaces",
|
||||
"version": "0.0.27",
|
||||
"version": "0.0.28",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@waku/proto": "^0.0.8"
|
||||
|
@ -40420,14 +40420,14 @@
|
|||
},
|
||||
"packages/message-encryption": {
|
||||
"name": "@waku/message-encryption",
|
||||
"version": "0.0.30",
|
||||
"version": "0.0.31",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@noble/secp256k1": "^1.7.1",
|
||||
"@waku/core": "0.0.32",
|
||||
"@waku/interfaces": "0.0.27",
|
||||
"@waku/core": "0.0.33",
|
||||
"@waku/interfaces": "0.0.28",
|
||||
"@waku/proto": "0.0.8",
|
||||
"@waku/utils": "0.0.20",
|
||||
"@waku/utils": "0.0.21",
|
||||
"debug": "^4.3.4",
|
||||
"js-sha3": "^0.9.2",
|
||||
"uint8arrays": "^5.0.1"
|
||||
|
@ -40453,11 +40453,11 @@
|
|||
},
|
||||
"packages/message-hash": {
|
||||
"name": "@waku/message-hash",
|
||||
"version": "0.1.16",
|
||||
"version": "0.1.17",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@noble/hashes": "^1.3.2",
|
||||
"@waku/utils": "0.0.20"
|
||||
"@waku/utils": "0.0.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^25.0.7",
|
||||
|
@ -40467,7 +40467,7 @@
|
|||
"@types/debug": "^4.1.12",
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@waku/build-utils": "*",
|
||||
"@waku/interfaces": "0.0.27",
|
||||
"@waku/interfaces": "0.0.28",
|
||||
"chai": "^4.3.10",
|
||||
"cspell": "^8.6.1",
|
||||
"fast-check": "^3.19.0",
|
||||
|
@ -40526,16 +40526,16 @@
|
|||
},
|
||||
"packages/relay": {
|
||||
"name": "@waku/relay",
|
||||
"version": "0.0.15",
|
||||
"version": "0.0.16",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@chainsafe/libp2p-gossipsub": "^13.1.0",
|
||||
"@noble/hashes": "^1.3.2",
|
||||
"@waku/core": "0.0.32",
|
||||
"@waku/interfaces": "0.0.27",
|
||||
"@waku/core": "0.0.33",
|
||||
"@waku/interfaces": "0.0.28",
|
||||
"@waku/proto": "0.0.8",
|
||||
"@waku/sdk": "0.0.28",
|
||||
"@waku/utils": "0.0.20",
|
||||
"@waku/sdk": "0.0.29",
|
||||
"@waku/utils": "0.0.21",
|
||||
"chai": "^4.3.10",
|
||||
"debug": "^4.3.4",
|
||||
"fast-check": "^3.19.0",
|
||||
|
@ -40562,7 +40562,7 @@
|
|||
},
|
||||
"packages/sdk": {
|
||||
"name": "@waku/sdk",
|
||||
"version": "0.0.28",
|
||||
"version": "0.0.29",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@chainsafe/libp2p-noise": "^15.1.0",
|
||||
|
@ -40572,12 +40572,12 @@
|
|||
"@libp2p/ping": "^1.1.2",
|
||||
"@libp2p/websockets": "^8.1.4",
|
||||
"@noble/hashes": "^1.3.3",
|
||||
"@waku/core": "0.0.32",
|
||||
"@waku/discovery": "0.0.5",
|
||||
"@waku/interfaces": "0.0.27",
|
||||
"@waku/message-hash": "0.1.16",
|
||||
"@waku/core": "0.0.33",
|
||||
"@waku/discovery": "0.0.6",
|
||||
"@waku/interfaces": "0.0.28",
|
||||
"@waku/message-hash": "0.1.17",
|
||||
"@waku/proto": "^0.0.8",
|
||||
"@waku/utils": "0.0.20",
|
||||
"@waku/utils": "0.0.21",
|
||||
"async-mutex": "^0.5.0",
|
||||
"libp2p": "^1.8.1"
|
||||
},
|
||||
|
@ -40745,11 +40745,11 @@
|
|||
},
|
||||
"packages/utils": {
|
||||
"name": "@waku/utils",
|
||||
"version": "0.0.20",
|
||||
"version": "0.0.21",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@noble/hashes": "^1.3.2",
|
||||
"@waku/interfaces": "0.0.27",
|
||||
"@waku/interfaces": "0.0.28",
|
||||
"chai": "^4.3.10",
|
||||
"debug": "^4.3.4",
|
||||
"uint8arrays": "^5.0.1"
|
||||
|
|
Loading…
Reference in New Issue