This commit is contained in:
Richard Ramos 2022-10-07 16:12:23 -04:00
parent a15afc32fe
commit 2fc3116c12
No known key found for this signature in database
GPG Key ID: BD36D48BC9FFC88C
3 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@
},
"..": {
"name": "@waku/rln",
"version": "0.0.11",
"version": "0.0.12",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@waku/zerokit-rln-wasm": "^0.0.4"

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@waku/rln",
"version": "0.0.11",
"version": "0.0.12",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@waku/rln",
"version": "0.0.11",
"version": "0.0.12",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@waku/zerokit-rln-wasm": "^0.0.4"

View File

@ -1,6 +1,6 @@
{
"name": "@waku/rln",
"version": "0.0.11",
"version": "0.0.12",
"description": "Rate Limit Nullifier for js-waku",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",