From e46518720d806225d1d249756e591ee95367b1a2 Mon Sep 17 00:00:00 2001 From: Yu Jiang Tham Date: Tue, 12 Mar 2024 13:20:57 -0400 Subject: [PATCH] Client SDK v2.0.6 --- package-lock.json | 22 +++++++++++----------- package.json | 6 +++--- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index d921981..02e0fa9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "axiom-std", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "axiom-std", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "dependencies": { - "@axiom-crypto/circuit": "2.0.5", - "@axiom-crypto/client": "2.0.5", + "@axiom-crypto/circuit": "2.0.6", + "@axiom-crypto/client": "2.0.6", "@axiom-crypto/core": "2.3.7", "commander": "^11.1.0", "dotenv": "^16.3.1", @@ -28,9 +28,9 @@ "integrity": "sha512-nA9XHtlAkYfJxY7bce8DcN7eKxWWCWkU+1GR9d+U6MbNpfwQp8TI7vqOsBsMcHoT4mBu2kypKoSKnghEzOOq5Q==" }, "node_modules/@axiom-crypto/circuit": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@axiom-crypto/circuit/-/circuit-2.0.5.tgz", - "integrity": "sha512-LlQm2OVcGjqQbTIhDTUUYCQW12eJ2ECfZrcKQcRaQtL0UsfvV3WqYUtTqB2eYlO39NQ2xT6LDlvxovJCoRhqSg==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@axiom-crypto/circuit/-/circuit-2.0.6.tgz", + "integrity": "sha512-zAs0FPtPc8uKX8kt1q8+bX89fJO+z1L017Dp6jkknMpM88psiXk4bDXNTvGPv5mDRq+xoiXbsSx1tGX/I0YtPQ==", "dependencies": { "@axiom-crypto/core": "2.3.7", "@axiom-crypto/halo2-lib-js": "0.3.4", @@ -114,11 +114,11 @@ } }, "node_modules/@axiom-crypto/client": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@axiom-crypto/client/-/client-2.0.5.tgz", - "integrity": "sha512-zTFFHOA+v1B/N7Fl8/IOdJNYaphGrcN+pdLD+M1SsZeyXm/lpTDHa7Xx6e60/OaqEOOvKb+394/rDoSq15Uysw==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@axiom-crypto/client/-/client-2.0.6.tgz", + "integrity": "sha512-jFqHOtYqV5g8J6E8mejQv3DCdmaK/9vO6ghZVZc7Ny3bGAnitfqLRbaE8PMouhVEGV9dOksLsvHkEwCz2nmsPw==", "dependencies": { - "@axiom-crypto/circuit": "2.0.5", + "@axiom-crypto/circuit": "2.0.6", "@axiom-crypto/core": "2.3.7", "chalk": "^4.1.2", "commander": "^11.1.0", diff --git a/package.json b/package.json index dc72830..58e3da2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axiom-std", - "version": "0.1.1", + "version": "0.1.2", "description": "", "main": "index.js", "scripts": { @@ -11,8 +11,8 @@ "author": "Intrinsic Technologies", "license": "MIT", "dependencies": { - "@axiom-crypto/circuit": "2.0.5", - "@axiom-crypto/client": "2.0.5", + "@axiom-crypto/circuit": "2.0.6", + "@axiom-crypto/client": "2.0.6", "@axiom-crypto/core": "2.3.7", "commander": "^11.1.0", "dotenv": "^16.3.1",