Skip to content

Commit

Permalink
Update deps for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ytham committed Jan 18, 2024
1 parent f9b0a80 commit ca1f6f8
Show file tree
Hide file tree
Showing 5 changed files with 953 additions and 784 deletions.
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"author": "Intrinsic Technologies",
"license": "ISC",
"dependencies": {
"@axiom-crypto/halo2-lib-js": "0.2.15-alpha.0",
"@axiom-crypto/halo2-wasm": "0.2.12-alpha.0",
"@axiom-crypto/halo2-lib-js": "0.3.0-alpha.0",
"@axiom-crypto/halo2-wasm": "0.3.0-rc2.0",
"commander": "^11.1.0",
"typescript": "^5.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion halo2-lib-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiom-crypto/halo2-lib-js",
"version": "0.3.0-rc2.0",
"version": "0.3.0-alpha.0",
"description": "Halo2 Javascript library",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion halo2-repl/app/worker/halo2repl.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import prettier from 'prettier/standalone';
import parserTypescript from 'prettier/parser-typescript';
import { Halo2CircuitRunner } from '@axiom-crypto/halo2-lib-js';
import { Halo2LibWasm, getHalo2LibWasm, CircuitScaffold, getKzgParams, DEFAULT_CIRCUIT_CONFIG } from '@axiom-crypto/halo2-wasm/web'
import { Halo2LibWasm, getHalo2LibWasm, CircuitScaffold, getKzgParams, DEFAULT_CIRCUIT_CONFIG } from '@axiom-crypto/halo2-wasm/web/'
import { captureConsoleOutput } from '@/utils/log';


Expand Down
4 changes: 2 additions & 2 deletions halo2-repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"lint": "next lint"
},
"dependencies": {
"@axiom-crypto/halo2-lib-js": "0.2.15-alpha.0",
"@axiom-crypto/halo2-wasm": "0.2.12-alpha.0",
"@axiom-crypto/halo2-lib-js": "0.3.0-rc2.0",
"@axiom-crypto/halo2-wasm": "0.3.0-rc2.0",
"@devbookhq/splitter": "^1.4.2",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
Expand Down
Loading

0 comments on commit ca1f6f8

Please sign in to comment.