From fb5cb0fd7e2c90b44bca6852000449afa9a4e727 Mon Sep 17 00:00:00 2001 From: Tom French Date: Wed, 30 Oct 2024 13:18:40 +0000 Subject: [PATCH] chore: bump bb to 0.61.0 --- compiler/integration-tests/package.json | 2 +- scripts/install_bb.sh | 2 +- yarn.lock | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/compiler/integration-tests/package.json b/compiler/integration-tests/package.json index 62ae699fc4..a438c2965c 100644 --- a/compiler/integration-tests/package.json +++ b/compiler/integration-tests/package.json @@ -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", diff --git a/scripts/install_bb.sh b/scripts/install_bb.sh index 64baf78c18..cff81eedba 100755 --- a/scripts/install_bb.sh +++ b/scripts/install_bb.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="0.60.0" +VERSION="0.61.0" BBUP_PATH=~/.bb/bbup diff --git a/yarn.lock b/yarn.lock index b39f9c257c..748a6d18ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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 @@ -232,7 +232,7 @@ __metadata: tslib: ^2.4.0 bin: bb.js: dest/node/main.js - checksum: 74ab79d060624362e9d44dda11dc2445973460577b93dc0c16801158db7efb71cd612966d6169b46bfbbb4fd7c9c1b95ad8b6198b3c69d9f6de0ab0fb92387aa + checksum: db544eeb1378e121554fda7c5b0161aa5b8ed92217eb47740e1c0d68d423084e05c5136acb75720cb39ef9f79aff9ac1d3037be86837d2e2a8d02ff500e175ae languageName: node linkType: hard @@ -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