version updates

This commit is contained in:
bdim1
2021-12-03 00:45:13 +01:00
parent 2126fd9b68
commit 1e2b99acf7
4 changed files with 6 additions and 6 deletions

View File

@@ -50,6 +50,6 @@
"typescript": "^4.4.4"
},
"dependencies": {
"@libsem/types": "^1.0.6"
"@libsem/types": "^1.0.7"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@libsem/identity",
"version": "1.0.18",
"version": "1.0.19",
"description": "Library for managing identites for Semaphore and Rln protocols.",
"main": "dist/index.node.js",
"types": "dist/types/index.d.ts",
@@ -18,7 +18,7 @@
},
"license": "MIT",
"dependencies": {
"@libsem/types": "^1.0.6",
"@libsem/types": "^1.0.7",
"bigint-conversion": "^2.1.12",
"circomlibjs": "^0.0.8",
"crypto": "^1.0.1",

View File

@@ -1,6 +1,6 @@
{
"name": "@libsem/protocols",
"version": "1.0.24",
"version": "1.0.25",
"description": "Client library for generating and verifying Semaphore & Rln ZK proofs.",
"main": "dist/index.node.js",
"types": "dist/types/index.d.ts",
@@ -24,7 +24,7 @@
"access": "public"
},
"dependencies": {
"@libsem/types": "^1.0.5",
"@libsem/types": "^1.0.7",
"circomlibjs": "^0.0.8",
"ethers": "^5.4.7",
"incrementalquintree": "^1.0.7",

View File

@@ -1,6 +1,6 @@
{
"name": "@libsem/types",
"version": "1.0.6",
"version": "1.0.7",
"description": "Common type definitions for Semaphore modules.",
"main": "src/index.ts",
"types": "dist/index.d.ts",