diff --git a/package.json b/package.json index c0b238c..b42548f 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "test:prod": "npm run lint && npm test", "lint": "eslint . --ext .js,.jsx,.ts,.tsx", "lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix", - "publish": "lerna publish from-package", + "publish": "lerna publish from-package --access public", "clean": "lerna clean" }, "repository": { diff --git a/packages/identity/package.json b/packages/identity/package.json index f21b721..d49ec0b 100644 --- a/packages/identity/package.json +++ b/packages/identity/package.json @@ -21,9 +21,9 @@ "license": "MIT", "homepage": "https://github.com/appliedzkp/libsemaphore", "dependencies": { + "@libsem/types": "^1.0.0", "bigint-conversion": "^2.1.12", "circomlibjs": "^0.0.8", - "@libsem/types": "../types", "crypto": "^1.0.1", "js-sha256": "^0.9.0" }, @@ -31,5 +31,6 @@ "rimraf": "^3.0.2", "rollup": "^2.56.2", "rollup-plugin-typescript2": "^0.30.0" - } + }, + "gitHead": "0f54813412abadc7c5646a6a5ec8f3e2b6c1b5a7" } diff --git a/packages/protocols/package.json b/packages/protocols/package.json index a559d54..790647c 100644 --- a/packages/protocols/package.json +++ b/packages/protocols/package.json @@ -20,10 +20,10 @@ "homepage": "https://github.com/appliedzkp/libsemaphore/protocols", "license": "MIT", "dependencies": { + "@libsem/types": "^1.0.0", "circomlibjs": "^0.0.8", "ethers": "^5.4.7", "incrementalquintree": "^1.0.7", - "@libsem/types": "../types", "snarkjs": "^0.4.7" }, "devDependencies": { @@ -31,5 +31,6 @@ "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.30.0", "typescript": "^4.4.4" - } + }, + "gitHead": "0f54813412abadc7c5646a6a5ec8f3e2b6c1b5a7" }