diff --git a/packages/identity/package-lock.json b/packages/identity/package-lock.json index 8ca00dd..24ff80d 100644 --- a/packages/identity/package-lock.json +++ b/packages/identity/package-lock.json @@ -1,21 +1,21 @@ { "name": "@libsem/identity", - "version": "1.0.1", + "version": "1.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@libsem/identity", - "version": "1.0.1", + "version": "1.0.6", "license": "MIT", "dependencies": { + "@libsem/types": "^1.0.0", "bigint-conversion": "^2.1.12", "circomlibjs": "^0.0.8", "crypto": "^1.0.1", "js-sha256": "^0.9.0" }, "devDependencies": { - "@libsem/types": "../types", "rimraf": "^3.0.2", "rollup": "^2.56.2", "rollup-plugin-typescript2": "^0.30.0" @@ -24,7 +24,6 @@ "../types": { "name": "@libsem/types", "version": "1.0.0", - "dev": true, "license": "ISC", "devDependencies": { "rimraf": "^3.0.2", diff --git a/packages/identity/package.json b/packages/identity/package.json index 6cde86c..5f6b47b 100644 --- a/packages/identity/package.json +++ b/packages/identity/package.json @@ -1,6 +1,6 @@ { "name": "@libsem/identity", - "version": "1.0.5", + "version": "1.0.6", "description": "Library for managing identites for Semaphore and Rln protocols", "main": "dist/index.node.js", "types": "dist/types/index.d.ts", @@ -18,22 +18,22 @@ }, "license": "MIT", "dependencies": { + "@libsem/types": "^1.0.0", "bigint-conversion": "^2.1.12", "circomlibjs": "^0.0.8", "crypto": "^1.0.1", "js-sha256": "^0.9.0" }, + "devDependencies": { + "rimraf": "^3.0.2", + "rollup": "^2.56.2", + "rollup-plugin-typescript2": "^0.30.0" + }, "publishConfig": { "access": "public" }, "exports": { "import": "./dist/index.mjs", "require": "./dist/index.node.js" - }, - "devDependencies": { - "@libsem/types": "../types", - "rimraf": "^3.0.2", - "rollup": "^2.56.2", - "rollup-plugin-typescript2": "^0.30.0" } } diff --git a/packages/identity/yarn.lock b/packages/identity/yarn.lock index a4f661e..6f8e038 100644 --- a/packages/identity/yarn.lock +++ b/packages/identity/yarn.lock @@ -194,7 +194,7 @@ "@ethersproject/properties" "^5.4.0" "@ethersproject/strings" "^5.4.0" -"@libsem/types@../types": +"@libsem/types@^1.0.0": "resolved" "file:../types" "version" "1.0.0" diff --git a/packages/protocols/package-lock.json.REMOVED.git-id b/packages/protocols/package-lock.json.REMOVED.git-id index db73152..3d94536 100644 --- a/packages/protocols/package-lock.json.REMOVED.git-id +++ b/packages/protocols/package-lock.json.REMOVED.git-id @@ -1 +1 @@ -09d58a27ae3c512d749ea0622e5a622f03aff848 \ No newline at end of file +8dcbfafaa29b2b346081e6f1abd717fb838581a6 \ No newline at end of file diff --git a/packages/protocols/package.json b/packages/protocols/package.json index 7543620..b8aa7d2 100644 --- a/packages/protocols/package.json +++ b/packages/protocols/package.json @@ -24,13 +24,13 @@ "access": "public" }, "dependencies": { + "@libsem/types": "^1.0.0", "circomlibjs": "^0.0.8", "ethers": "^5.4.7", "incrementalquintree": "^1.0.7", "snarkjs": "^0.4.7" }, "devDependencies": { - "@libsem/types": "../types", "rollup": "^2.58.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.30.0", diff --git a/packages/protocols/yarn.lock b/packages/protocols/yarn.lock index 9cbc50f..a8a2048 100644 --- a/packages/protocols/yarn.lock +++ b/packages/protocols/yarn.lock @@ -948,7 +948,7 @@ "@types/yargs" "^15.0.0" "chalk" "^4.0.0" -"@libsem/types@../types": +"@libsem/types@^1.0.0": "resolved" "file:../types" "version" "1.0.0"