From 11042f0febe0179c0be97f594bd44d72e1fb7f53 Mon Sep 17 00:00:00 2001 From: Soham Zemse <22412996+zemse@users.noreply.github.com> Date: Sat, 16 Mar 2024 08:24:06 +0000 Subject: [PATCH] add circuits as a dependency --- package.json | 4 +++- pnpm-lock.yaml | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 22dd0fe..9dcf0de 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.1.0", "license": "MIT", "author": "Soham Zemse", + "publishConfig": {"access": "public"}, "main": "dist/index.js", "module": "dist/sdk.esm.js", "typings": "dist/index.d.ts", @@ -22,7 +23,7 @@ "husky": { "hooks": { "pre-commit": "dts lint" - } + } }, "prettier": { "printWidth": 80, @@ -59,6 +60,7 @@ "dependencies": { "@noir-lang/backend_barretenberg": "0.25.0-00d6494.nightly", "@noir-lang/noir_js": "0.25.0-00d6494.nightly", + "@ultralane/circuits": "^0.1.0", "ethers": "^6.11.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2e50052..1ce8423 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,6 +11,9 @@ dependencies: '@noir-lang/noir_js': specifier: 0.25.0-00d6494.nightly version: 0.25.0-00d6494.nightly + '@ultralane/circuits': + specifier: ^0.1.0 + version: link:../circuits ethers: specifier: ^6.11.1 version: 6.11.1