chore(utils): move fast-utils to dev deps

This commit is contained in:
danisharora099 2024-01-16 13:16:36 +05:30
parent 7475a2cd3c
commit 9ea0d04fc8
No known key found for this signature in database
GPG Key ID: FBD2BF500037F135
2 changed files with 77 additions and 76 deletions

148
package-lock.json generated
View File

@ -26273,14 +26273,14 @@
},
"packages/core": {
"name": "@waku/core",
"version": "0.0.25",
"version": "0.0.26",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@noble/hashes": "^1.3.2",
"@waku/enr": "^0.0.19",
"@waku/interfaces": "0.0.20",
"@waku/proto": "0.0.5",
"@waku/utils": "0.0.13",
"@waku/enr": "^0.0.20",
"@waku/interfaces": "0.0.21",
"@waku/proto": "0.0.6",
"@waku/utils": "0.0.14",
"debug": "^4.3.4",
"it-all": "^3.0.4",
"it-length-prefixed": "^9.0.1",
@ -26324,11 +26324,11 @@
},
"packages/dns-discovery": {
"name": "@waku/dns-discovery",
"version": "0.0.19",
"version": "0.0.20",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@waku/enr": "0.0.19",
"@waku/utils": "0.0.13",
"@waku/enr": "0.0.20",
"@waku/utils": "0.0.14",
"debug": "^4.3.4",
"dns-query": "^0.11.2",
"hi-base32": "^0.5.1",
@ -26343,7 +26343,7 @@
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/chai": "^4.3.11",
"@waku/build-utils": "*",
"@waku/interfaces": "0.0.20",
"@waku/interfaces": "0.0.21",
"chai": "^4.3.10",
"cspell": "^7.3.2",
"mocha": "^10.2.0",
@ -26356,7 +26356,7 @@
},
"packages/enr": {
"name": "@waku/enr",
"version": "0.0.19",
"version": "0.0.20",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@ethersproject/rlp": "^5.7.0",
@ -26364,7 +26364,7 @@
"@libp2p/peer-id": "^3.0.3",
"@multiformats/multiaddr": "^12.0.0",
"@noble/secp256k1": "^1.7.1",
"@waku/utils": "0.0.13",
"@waku/utils": "0.0.14",
"debug": "^4.3.4",
"js-sha3": "^0.9.2"
},
@ -26376,7 +26376,7 @@
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.1",
"@waku/build-utils": "*",
"@waku/interfaces": "0.0.20",
"@waku/interfaces": "0.0.21",
"chai": "^4.3.10",
"cspell": "^7.3.2",
"fast-check": "^3.14.0",
@ -26392,7 +26392,7 @@
},
"packages/interfaces": {
"name": "@waku/interfaces",
"version": "0.0.20",
"version": "0.0.21",
"license": "MIT OR Apache-2.0",
"devDependencies": {
"@chainsafe/libp2p-gossipsub": "^10.1.1",
@ -26407,14 +26407,14 @@
},
"packages/message-encryption": {
"name": "@waku/message-encryption",
"version": "0.0.23",
"version": "0.0.24",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@noble/secp256k1": "^1.7.1",
"@waku/core": "0.0.25",
"@waku/interfaces": "0.0.20",
"@waku/proto": "0.0.5",
"@waku/utils": "0.0.13",
"@waku/core": "0.0.26",
"@waku/interfaces": "0.0.21",
"@waku/proto": "0.0.6",
"@waku/utils": "0.0.14",
"debug": "^4.3.4",
"js-sha3": "^0.9.2",
"uint8arrays": "^5.0.0"
@ -26448,11 +26448,11 @@
},
"packages/message-hash": {
"name": "@waku/message-hash",
"version": "0.1.9",
"version": "0.1.10",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@noble/hashes": "^1.3.2",
"@waku/utils": "0.0.13"
"@waku/utils": "0.0.14"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
@ -26462,7 +26462,7 @@
"@types/debug": "^4.1.12",
"@types/mocha": "^10.0.1",
"@waku/build-utils": "*",
"@waku/interfaces": "0.0.20",
"@waku/interfaces": "0.0.21",
"chai": "^4.3.10",
"cspell": "^7.3.2",
"fast-check": "^3.14.0",
@ -26479,15 +26479,15 @@
},
"packages/peer-exchange": {
"name": "@waku/peer-exchange",
"version": "0.0.18",
"version": "0.0.19",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@libp2p/interfaces": "^3.3.2",
"@waku/core": "0.0.25",
"@waku/enr": "0.0.19",
"@waku/interfaces": "0.0.20",
"@waku/proto": "0.0.5",
"@waku/utils": "0.0.13",
"@waku/core": "0.0.26",
"@waku/enr": "0.0.20",
"@waku/interfaces": "0.0.21",
"@waku/proto": "0.0.6",
"@waku/utils": "0.0.14",
"debug": "^4.3.4",
"it-all": "^3.0.4",
"it-length-prefixed": "^9.0.1",
@ -26510,7 +26510,7 @@
},
"packages/proto": {
"name": "@waku/proto",
"version": "0.0.5",
"version": "0.0.6",
"license": "MIT OR Apache-2.0",
"dependencies": {
"protons-runtime": "^5.0.2"
@ -26532,15 +26532,15 @@
},
"packages/relay": {
"name": "@waku/relay",
"version": "0.0.8",
"version": "0.0.9",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^10.1.1",
"@noble/hashes": "^1.3.2",
"@waku/core": "0.0.25",
"@waku/interfaces": "0.0.20",
"@waku/proto": "0.0.5",
"@waku/utils": "0.0.13",
"@waku/core": "0.0.26",
"@waku/interfaces": "0.0.21",
"@waku/proto": "0.0.6",
"@waku/utils": "0.0.14",
"chai": "^4.3.10",
"debug": "^4.3.4",
"fast-check": "^3.14.0"
@ -26558,18 +26558,18 @@
},
"packages/sdk": {
"name": "@waku/sdk",
"version": "0.0.21",
"version": "0.0.22",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@chainsafe/libp2p-noise": "^13.0.4",
"@libp2p/mplex": "^9.0.10",
"@libp2p/websockets": "^7.0.5",
"@waku/core": "0.0.25",
"@waku/dns-discovery": "0.0.19",
"@waku/interfaces": "0.0.20",
"@waku/peer-exchange": "^0.0.18",
"@waku/relay": "0.0.8",
"@waku/utils": "0.0.13",
"@waku/core": "0.0.26",
"@waku/dns-discovery": "0.0.20",
"@waku/interfaces": "0.0.21",
"@waku/peer-exchange": "^0.0.19",
"@waku/relay": "0.0.9",
"@waku/utils": "0.0.14",
"libp2p": "^0.46.14"
},
"devDependencies": {
@ -26638,13 +26638,13 @@
},
"packages/utils": {
"name": "@waku/utils",
"version": "0.0.13",
"version": "0.0.14",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@noble/hashes": "^1.3.2",
"@waku/interfaces": "0.0.21",
"chai": "^4.3.10",
"debug": "^4.3.4",
"fast-check": "^3.14.0",
"uint8arrays": "^4.0.4"
},
"devDependencies": {
@ -26652,8 +26652,8 @@
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@waku/build-utils": "*",
"@waku/interfaces": "0.0.20",
"cspell": "^7.3.2",
"fast-check": "^3.14.0",
"npm-run-all": "^4.1.5",
"rollup": "^4.6.0"
},
@ -29779,10 +29779,10 @@
"@types/mocha": "^10.0.1",
"@types/uuid": "^9.0.7",
"@waku/build-utils": "*",
"@waku/enr": "^0.0.19",
"@waku/interfaces": "0.0.20",
"@waku/proto": "0.0.5",
"@waku/utils": "0.0.13",
"@waku/enr": "^0.0.20",
"@waku/interfaces": "0.0.21",
"@waku/proto": "0.0.6",
"@waku/utils": "0.0.14",
"chai": "^4.3.10",
"cspell": "^7.3.2",
"debug": "^4.3.4",
@ -29850,9 +29850,9 @@
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/chai": "^4.3.11",
"@waku/build-utils": "*",
"@waku/enr": "0.0.19",
"@waku/interfaces": "0.0.20",
"@waku/utils": "0.0.13",
"@waku/enr": "0.0.20",
"@waku/interfaces": "0.0.21",
"@waku/utils": "0.0.14",
"chai": "^4.3.10",
"cspell": "^7.3.2",
"debug": "^4.3.4",
@ -29879,8 +29879,8 @@
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.1",
"@waku/build-utils": "*",
"@waku/interfaces": "0.0.20",
"@waku/utils": "0.0.13",
"@waku/interfaces": "0.0.21",
"@waku/utils": "0.0.14",
"chai": "^4.3.10",
"cspell": "^7.3.2",
"debug": "^4.3.4",
@ -29913,10 +29913,10 @@
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.1",
"@waku/build-utils": "*",
"@waku/core": "0.0.25",
"@waku/interfaces": "0.0.20",
"@waku/proto": "0.0.5",
"@waku/utils": "0.0.13",
"@waku/core": "0.0.26",
"@waku/interfaces": "0.0.21",
"@waku/proto": "0.0.6",
"@waku/utils": "0.0.14",
"chai": "^4.3.10",
"cspell": "^7.3.2",
"debug": "^4.3.4",
@ -29950,8 +29950,8 @@
"@types/debug": "^4.1.12",
"@types/mocha": "^10.0.1",
"@waku/build-utils": "*",
"@waku/interfaces": "0.0.20",
"@waku/utils": "0.0.13",
"@waku/interfaces": "0.0.21",
"@waku/utils": "0.0.14",
"chai": "^4.3.10",
"cspell": "^7.3.2",
"fast-check": "^3.14.0",
@ -29971,11 +29971,11 @@
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@waku/build-utils": "*",
"@waku/core": "0.0.25",
"@waku/enr": "0.0.19",
"@waku/interfaces": "0.0.20",
"@waku/proto": "0.0.5",
"@waku/utils": "0.0.13",
"@waku/core": "0.0.26",
"@waku/enr": "0.0.20",
"@waku/interfaces": "0.0.21",
"@waku/proto": "0.0.6",
"@waku/utils": "0.0.14",
"chai": "^4.3.10",
"cspell": "^7.3.2",
"debug": "^4.3.4",
@ -30011,10 +30011,10 @@
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@waku/build-utils": "*",
"@waku/core": "0.0.25",
"@waku/interfaces": "0.0.20",
"@waku/proto": "0.0.5",
"@waku/utils": "0.0.13",
"@waku/core": "0.0.26",
"@waku/interfaces": "0.0.21",
"@waku/proto": "0.0.6",
"@waku/utils": "0.0.14",
"chai": "^4.3.10",
"debug": "^4.3.4",
"fast-check": "^3.14.0",
@ -30032,12 +30032,12 @@
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@waku/build-utils": "*",
"@waku/core": "0.0.25",
"@waku/dns-discovery": "0.0.19",
"@waku/interfaces": "0.0.20",
"@waku/peer-exchange": "^0.0.18",
"@waku/relay": "0.0.8",
"@waku/utils": "0.0.13",
"@waku/core": "0.0.26",
"@waku/dns-discovery": "0.0.20",
"@waku/interfaces": "0.0.21",
"@waku/peer-exchange": "^0.0.19",
"@waku/relay": "0.0.9",
"@waku/utils": "0.0.14",
"cspell": "^7.3.2",
"interface-datastore": "^8.2.5",
"libp2p": "^0.46.14",
@ -30094,7 +30094,7 @@
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@waku/build-utils": "*",
"@waku/interfaces": "0.0.20",
"@waku/interfaces": "0.0.21",
"chai": "^4.3.10",
"cspell": "^7.3.2",
"debug": "^4.3.4",

View File

@ -71,7 +71,6 @@
"@waku/interfaces": "0.0.21",
"chai": "^4.3.10",
"debug": "^4.3.4",
"fast-check": "^3.14.0",
"uint8arrays": "^4.0.4"
},
"devDependencies": {
@ -81,7 +80,9 @@
"@waku/build-utils": "*",
"cspell": "^7.3.2",
"npm-run-all": "^4.1.5",
"rollup": "^4.6.0"
"rollup": "^4.6.0",
"fast-check": "^3.14.0"
},
"files": [
"dist",