From 32a8f33da260b2f9b639314f118834aa90b34065 Mon Sep 17 00:00:00 2001 From: motemotech Date: Fri, 25 Oct 2024 22:49:50 +0900 Subject: [PATCH] merge original repo --- package.json | 6 ++++-- packages/imt/src/imt.ts | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 75ce3edc..7f0c7fc1 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { - "name": "zk-kit", + "name": "@openpassport/zk-kit", + "version": "0.1.8", "description": "A monorepo of reusable JS libraries for zero-knowledge technologies.", "license": "MIT", "repository": "git@github.com:privacy-scaling-explorations/zk-kit.git", @@ -26,7 +27,8 @@ "remove:stable-version-field": "ts-node scripts/remove-stable-version-field.ts ${0} && yarn format:prettier:write", "precommit": "lint-staged", "postinstall": "husky && git config --local core.editor cat", - "style": "turbo lint:eslint format:prettier" + "style": "turbo lint:eslint format:prettier", + "publish": "npm publish --access public" }, "keywords": [ "javascript", diff --git a/packages/imt/src/imt.ts b/packages/imt/src/imt.ts index 1079ba4b..3e13e693 100644 --- a/packages/imt/src/imt.ts +++ b/packages/imt/src/imt.ts @@ -132,7 +132,7 @@ export default class IMT { public get leaves(): IMTNode[] { return this._nodes[0].slice() } - + /** * The list of zero values calculated during the initialization of the tree. * @returns The list of pre-computed zeroes.