diff --git a/package.json b/package.json index 957da0e..d2eec20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axiom-scaffold-nextjs", - "version": "0.2.5", + "version": "0.2.6", "private": true, "scripts": { "dev": "next dev", @@ -10,8 +10,8 @@ "build:circuit": "axiom circuit compile axiom/average.circuit.ts" }, "dependencies": { - "@axiom-crypto/client": "2.0.7", - "@axiom-crypto/react": "2.0.7", + "@axiom-crypto/client": "2.0.8", + "@axiom-crypto/react": "2.0.8", "@tanstack/react-query": "^5.17.12", "@types/node": "20.6.2", "@types/react": "18.2.48", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 06bcfbc..a7a83be 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,11 +6,11 @@ settings: dependencies: '@axiom-crypto/client': - specifier: 2.0.7 - version: 2.0.7(typescript@5.2.2) + specifier: 2.0.8 + version: 2.0.8(typescript@5.2.2) '@axiom-crypto/react': - specifier: 2.0.7 - version: 2.0.7(@axiom-crypto/client@2.0.7)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + specifier: 2.0.8 + version: 2.0.8(@axiom-crypto/client@2.0.8)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) '@tanstack/react-query': specifier: ^5.17.12 version: 5.17.12(react@18.2.0) @@ -90,8 +90,8 @@ packages: '@jridgewell/trace-mapping': 0.3.21 dev: false - /@axiom-crypto/circuit@2.0.7(typescript@5.2.2): - resolution: {integrity: sha512-ZZvoyvuyKHgLALr8ISrlTg8jTPxZ/EnkO8vgVkAYJFnc3OI7FvyY/AdmDNahTdpzhrbi5fTRT4pBQH4ByAKVGQ==} + /@axiom-crypto/circuit@2.0.8(typescript@5.2.2): + resolution: {integrity: sha512-UOEl0Hfze5AMyW2Jx08orkPcXqhGx1FNugjl1r97GzOc1sCanhqLK/y3V/fCtM5xpyOfAvD5gvsOPuQb4YQOdA==} dependencies: '@axiom-crypto/core': 2.3.8 '@axiom-crypto/halo2-lib-js': 0.3.4 @@ -108,11 +108,11 @@ packages: - zod dev: false - /@axiom-crypto/client@2.0.7(typescript@5.2.2): - resolution: {integrity: sha512-V7NlKg9M8WhAZTzWpQh4Cq/ucDewQNVXHlPtM/C0qb5ugplQJn7qwBXHn3Cr2WY3Fmy8cvIWSrHK6vH2TDCyjA==} + /@axiom-crypto/client@2.0.8(typescript@5.2.2): + resolution: {integrity: sha512-yz1cmquV3/k571kCFWMw3Qbs9hfi94LTvfVpqgLx7Cj3RI8ZyeaeO+O1prWOnvyD672yUZNK3KNdov/K5aUllw==} hasBin: true dependencies: - '@axiom-crypto/circuit': 2.0.7(typescript@5.2.2) + '@axiom-crypto/circuit': 2.0.8(typescript@5.2.2) '@axiom-crypto/core': 2.3.8 chalk: 4.1.2 commander: 11.1.0 @@ -155,15 +155,15 @@ packages: resolution: {integrity: sha512-SUHXnydtx5rY0gQ2zWy0Br6L3iaAFo5RH/AMnOCSM4Nb3inqinBEnXQgEPZ45+EFmeOfRi1xOVUBdo6keZlacQ==} dev: false - /@axiom-crypto/react@2.0.7(@axiom-crypto/client@2.0.7)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-6rbM5cydaic7QGrCM5xDkTywJ7j9wO9BR9Ja9ja4yWkilvGVx/IYtDW6y4VVtnRqfmI5CBv/lpYPZRR3NETyVg==} + /@axiom-crypto/react@2.0.8(@axiom-crypto/client@2.0.8)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-2xSlzcHGUsd30nPUS1mDwTV/e5wzcy0BCtPShiAJur4pztn8zNqBC4qadm2gEl8RgrkrjGnyrhhMJJrnEkM2Pw==} peerDependencies: - '@axiom-crypto/client': 2.0.7 + '@axiom-crypto/client': 2.0.8 '@types/react': '>=18.1.0' react: '>=18.1.0' react-dom: '>=18.1.0' dependencies: - '@axiom-crypto/client': 2.0.7(typescript@5.2.2) + '@axiom-crypto/client': 2.0.8(typescript@5.2.2) '@types/react': 18.2.48 comlink: 4.4.1 react: 18.2.0