Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Dec 18, 2024
1 parent ae2120f commit 3bda279
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 @@ -13,7 +13,7 @@
"lint": "NODE_NO_WARNINGS=1 eslint . --ext .ts --ignore-path ./.eslintignore --max-warnings 0"
},
"dependencies": {
"@aztec/bb.js": "0.66.0",
"@aztec/bb.js": "0.67.1",
"@noir-lang/noir_js": "workspace:*",
"@noir-lang/noir_wasm": "workspace:*",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_bb.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="0.66.0"
VERSION="0.67.1"

BBUP_PATH=~/.bb/bbup

Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@ __metadata:
languageName: node
linkType: hard

"@aztec/bb.js@npm:0.66.0":
version: 0.66.0
resolution: "@aztec/bb.js@npm:0.66.0"
"@aztec/bb.js@npm:0.67.1":
version: 0.67.1
resolution: "@aztec/bb.js@npm:0.67.1"
dependencies:
comlink: ^4.4.1
commander: ^10.0.1
Expand All @@ -233,7 +233,7 @@ __metadata:
tslib: ^2.4.0
bin:
bb.js: dest/node/main.js
checksum: 7295bf6543afe1c2db795a95c7ed40806de63c77e44bb4dacb2ec6a9171d1d34749150844ab47bc2499d06676e623acb408857b6aa9da702d3c576efadb8c906
checksum: 1df1968fa83a867d920c70e8b5aceaa371e68c71651f05f543b7231cb1be1f2be449adc6cdb6b52ff0ed0f972d74289bcb3ff129334a4d0e8f853cd267625634
languageName: node
linkType: hard

Expand Down Expand Up @@ -14124,7 +14124,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "integration-tests@workspace:compiler/integration-tests"
dependencies:
"@aztec/bb.js": 0.66.0
"@aztec/bb.js": 0.67.1
"@noir-lang/noir_js": "workspace:*"
"@noir-lang/noir_wasm": "workspace:*"
"@nomicfoundation/hardhat-chai-matchers": ^2.0.0
Expand Down

0 comments on commit 3bda279

Please sign in to comment.