mirror of https://github.com/waku-org/js-waku.git
chore: add `debug` dependency as it is used in package
This commit is contained in:
parent
db367b38d3
commit
4ba698088b
|
@ -22086,6 +22086,7 @@
|
|||
"@waku/byte-utils": "*",
|
||||
"@waku/core": "*",
|
||||
"@waku/interfaces": "*",
|
||||
"debug": "^4.3.4",
|
||||
"js-sha3": "^0.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -26302,6 +26303,7 @@
|
|||
"@waku/interfaces": "*",
|
||||
"chai": "^4.3.6",
|
||||
"cspell": "^5.14.0",
|
||||
"debug": "*",
|
||||
"eslint": "^8.6.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
||||
|
|
|
@ -58,12 +58,12 @@
|
|||
"dependencies": {
|
||||
"@noble/secp256k1": "^1.3.4",
|
||||
"@waku/byte-utils": "*",
|
||||
"@waku/core": "*",
|
||||
"@waku/interfaces": "*",
|
||||
"js-sha3": "^0.8.0",
|
||||
"@waku/core": "*"
|
||||
"debug": "^4.3.4",
|
||||
"js-sha3": "^0.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"fast-check": "^2.14.0",
|
||||
"@rollup/plugin-commonjs": "^22.0.0",
|
||||
"@rollup/plugin-json": "^4.1.0",
|
||||
"@rollup/plugin-node-resolve": "^13.3.0",
|
||||
|
@ -77,6 +77,7 @@
|
|||
"eslint-plugin-functional": "^4.0.2",
|
||||
"eslint-plugin-import": "^2.25.3",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"fast-check": "^2.14.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^2.1.1",
|
||||
"rollup": "^2.75.0",
|
||||
|
|
Loading…
Reference in New Issue