update to 0.0.12

This commit is contained in:
Sasha 2023-11-08 18:47:32 +01:00
parent 329c14035c
commit 05ed2c655c
No known key found for this signature in database
2 changed files with 8 additions and 5 deletions

11
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": {
"@chainsafe/bls-keystore": "^3.0.0",
"@waku/utils": "^0.0.12",
"@waku/zerokit-rln-wasm": "^0.0.11",
"@waku/zerokit-rln-wasm": "^0.0.12",
"ethereum-cryptography": "^2.1.2",
"ethers": "^5.7.2",
"lodash": "^4.17.21",
@ -2651,8 +2651,9 @@
}
},
"node_modules/@waku/zerokit-rln-wasm": {
"version": "0.0.11",
"license": "MIT or Apache2"
"version": "0.0.12",
"resolved": "https://registry.npmjs.org/@waku/zerokit-rln-wasm/-/zerokit-rln-wasm-0.0.12.tgz",
"integrity": "sha512-LAgaiObq9mIQjjZwcpbg8xWyVtQLU6LwFbeot0DcB6WOTbrGE7GhiCoWyEZPxqqXCNqvrdphnlm1U9mD9qGq1Q=="
},
"node_modules/@web/rollup-plugin-import-meta-assets": {
"version": "1.0.7",
@ -13019,7 +13020,9 @@
}
},
"@waku/zerokit-rln-wasm": {
"version": "0.0.11"
"version": "0.0.12",
"resolved": "https://registry.npmjs.org/@waku/zerokit-rln-wasm/-/zerokit-rln-wasm-0.0.12.tgz",
"integrity": "sha512-LAgaiObq9mIQjjZwcpbg8xWyVtQLU6LwFbeot0DcB6WOTbrGE7GhiCoWyEZPxqqXCNqvrdphnlm1U9mD9qGq1Q=="
},
"@web/rollup-plugin-import-meta-assets": {
"version": "1.0.7",

View File

@ -141,7 +141,7 @@
"dependencies": {
"@chainsafe/bls-keystore": "^3.0.0",
"@waku/utils": "^0.0.12",
"@waku/zerokit-rln-wasm": "^0.0.11",
"@waku/zerokit-rln-wasm": "^0.0.12",
"ethereum-cryptography": "^2.1.2",
"ethers": "^5.7.2",
"lodash": "^4.17.21",