Skip to content

Commit

Permalink
chore: bump bb to 0.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Oct 30, 2024
1 parent 33cac48 commit fb5cb0f
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.60.0",
"@aztec/bb.js": "0.61.0",
"@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.60.0"
VERSION="0.61.0"

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.60.0":
version: 0.60.0
resolution: "@aztec/bb.js@npm:0.60.0"
"@aztec/bb.js@npm:0.61.0":
version: 0.61.0
resolution: "@aztec/bb.js@npm:0.61.0"
dependencies:
comlink: ^4.4.1
commander: ^10.0.1
Expand All @@ -232,7 +232,7 @@ __metadata:
tslib: ^2.4.0
bin:
bb.js: dest/node/main.js
checksum: 74ab79d060624362e9d44dda11dc2445973460577b93dc0c16801158db7efb71cd612966d6169b46bfbbb4fd7c9c1b95ad8b6198b3c69d9f6de0ab0fb92387aa
checksum: db544eeb1378e121554fda7c5b0161aa5b8ed92217eb47740e1c0d68d423084e05c5136acb75720cb39ef9f79aff9ac1d3037be86837d2e2a8d02ff500e175ae
languageName: node
linkType: hard

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

0 comments on commit fb5cb0f

Please sign in to comment.