This commit is contained in:
Richard Ramos 2022-12-09 09:42:43 -04:00
parent f312f3d0e9
commit 01ac9da9c6
No known key found for this signature in database
GPG Key ID: BD36D48BC9FFC88C
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

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

View File

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