mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-03-01 18:23:22 +00:00
Merge 16712546ce8db47f1c3c50fdcee4960bb7628f4a into 0ca94f3c8beda0fba2962c3daae17b3ec689ae49
This commit is contained in:
commit
f3fd307f93
27
package-lock.json
generated
27
package-lock.json
generated
@ -7138,10 +7138,10 @@
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@waku/zerokit-rln-wasm": {
|
||||
"version": "0.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@waku/zerokit-rln-wasm/-/zerokit-rln-wasm-0.2.1.tgz",
|
||||
"integrity": "sha512-2Xp7e92y4qZpsiTPGBSVr4gVJ9mJTLaudlo0DQxNpxJUBtoJKpxdH5xDCQDiorbkWZC2j9EId+ohhxHO/xC1QQ==",
|
||||
"license": "MIT or Apache2"
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@waku/zerokit-rln-wasm/-/zerokit-rln-wasm-1.0.0.tgz",
|
||||
"integrity": "sha512-kRAeUePAY3++i5XXniCx+tqDH+3rdfPKED/lFRrbQ8ZiNWpu059fKxtPQqqvd8jNZQUOWDc7HRTpq2TVbWd8yQ==",
|
||||
"license": "MIT OR Apache-2.0"
|
||||
},
|
||||
"node_modules/@webassemblyjs/ast": {
|
||||
"version": "1.14.1",
|
||||
@ -34735,7 +34735,7 @@
|
||||
"@wagmi/core": "^2.22.1",
|
||||
"@waku/core": "^0.0.41",
|
||||
"@waku/utils": "^0.0.28",
|
||||
"@waku/zerokit-rln-wasm": "^0.2.1",
|
||||
"@waku/zerokit-rln-wasm": "^1.0.0",
|
||||
"chai": "^5.1.2",
|
||||
"chai-as-promised": "^8.0.1",
|
||||
"chai-spies": "^1.1.0",
|
||||
@ -34786,7 +34786,7 @@
|
||||
"version": "0.0.39",
|
||||
"resolved": "https://registry.npmjs.org/@waku/core/-/core-0.0.39.tgz",
|
||||
"integrity": "sha512-Vgb52md4GOzM5z9xfULzjN2tvVHKszFmj5zc2mVDoIgySH4cFBgDTHtVtGEwrFRFWadWYKBtpKBdmG3X+W7SNA==",
|
||||
"dev": true,
|
||||
"extraneous": true,
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@libp2p/ping": "2.0.35",
|
||||
@ -34822,7 +34822,7 @@
|
||||
"version": "9.0.1",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
|
||||
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
|
||||
"dev": true,
|
||||
"extraneous": true,
|
||||
"funding": [
|
||||
"https://github.com/sponsors/broofa",
|
||||
"https://github.com/sponsors/ctavan"
|
||||
@ -34832,19 +34832,6 @@
|
||||
"uuid": "dist/bin/uuid"
|
||||
}
|
||||
},
|
||||
"packages/rln/node_modules/@waku/proto": {
|
||||
"version": "0.0.14",
|
||||
"resolved": "https://registry.npmjs.org/@waku/proto/-/proto-0.0.14.tgz",
|
||||
"integrity": "sha512-8zKVHrKzzKQfZBVnpSmJ6G8H1Zd4Gqms1tj3L6K2WCE/NQDR8wJtFwziab3dJ/5rKUTjfPAWFJ57RN97ltzxGA==",
|
||||
"dev": true,
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"protons-runtime": "^5.4.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=22"
|
||||
}
|
||||
},
|
||||
"packages/rln/node_modules/assertion-error": {
|
||||
"version": "2.0.1",
|
||||
"license": "MIT",
|
||||
|
||||
@ -83,7 +83,7 @@
|
||||
"@wagmi/core": "^2.22.1",
|
||||
"@waku/core": "^0.0.41",
|
||||
"@waku/utils": "^0.0.28",
|
||||
"@waku/zerokit-rln-wasm": "^0.2.1",
|
||||
"@waku/zerokit-rln-wasm": "^1.0.0",
|
||||
"chai": "^5.1.2",
|
||||
"chai-as-promised": "^8.0.1",
|
||||
"chai-spies": "^1.1.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user