Skip to content

Commit

Permalink
update to bb.js version 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Sep 15, 2023
1 parent 0cfd483 commit d06cb4e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion compiler/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test:integration:browser:watch": "web-test-runner test/integration/browser/**/*.test.ts --watch"
},
"dependencies": {
"@aztec/bb.js": "^0.5.1",
"@aztec/bb.js": "^0.7.3",
"@noir-lang/acvm_js": "^0.26.0",
"@noir-lang/noir_wasm": "workspace:*",
"@noir-lang/noirc_abi": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion tooling/acvm_backend_barretenberg/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use const_format::formatcp;

const USERNAME: &str = "AztecProtocol";
const REPO: &str = "barretenberg";
const VERSION: &str = "0.5.1";
const VERSION: &str = "0.7.3";
const TAG: &str = formatcp!("barretenberg-v{}", VERSION);

const API_URL: &str =
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ __metadata:
languageName: node
linkType: hard

"@aztec/bb.js@npm:^0.5.1":
version: 0.5.1
resolution: "@aztec/bb.js@npm:0.5.1"
"@aztec/bb.js@npm:^0.7.3":
version: 0.7.3
resolution: "@aztec/bb.js@npm:0.7.3"
dependencies:
comlink: ^4.4.1
commander: ^10.0.1
debug: ^4.3.4
tslib: ^2.4.0
bin:
bb.js: dest/node/main.js
checksum: 0a191106e6c6eb842181bf856779b2b461136e07a60068b9ae15e9f2e42f993fe4122c343f5946bc16654ef560b227850e8cba3a10c7c3a0a3940d606647f694
checksum: 4da507d3de83b56c24f074cf61dfa6812b9c37f2047af25f79feac9973a900fd517bedb707ce00de9bf8acffec871f1894385e2bc3b74fd81f2c6b4c41a02293
languageName: node
linkType: hard

Expand Down Expand Up @@ -4288,7 +4288,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "integration-tests@workspace:compiler/integration-tests"
dependencies:
"@aztec/bb.js": ^0.5.1
"@aztec/bb.js": ^0.7.3
"@noir-lang/acvm_js": ^0.26.0
"@noir-lang/noir_wasm": "workspace:*"
"@noir-lang/noirc_abi": "workspace:*"
Expand Down

0 comments on commit d06cb4e

Please sign in to comment.