diff --git a/compiler/integration-tests/package.json b/compiler/integration-tests/package.json index 9fbe613ccaa..05e52a0cf7d 100644 --- a/compiler/integration-tests/package.json +++ b/compiler/integration-tests/package.json @@ -14,7 +14,7 @@ "lint": "NODE_NO_WARNINGS=1 eslint . --max-warnings 0" }, "dependencies": { - "@aztec/bb.js": "3.0.0-nightly.20251014", + "@aztec/bb.js": "3.0.0-nightly.20251030-2", "@noir-lang/noir_js": "workspace:*", "@noir-lang/noir_wasm": "workspace:*", "@nomicfoundation/hardhat-chai-matchers": "^2.0.8", diff --git a/examples/browser/package.json b/examples/browser/package.json index 9ccf0e8c448..177d1bd34ff 100644 --- a/examples/browser/package.json +++ b/examples/browser/package.json @@ -8,7 +8,7 @@ "test": "yarn build && playwright test browser.test.ts" }, "dependencies": { - "@aztec/bb.js": "3.0.0-nightly.20251014", + "@aztec/bb.js": "3.0.0-nightly.20251030-2", "@noir-lang/noir_js": "workspace:*" }, "devDependencies": { diff --git a/scripts/install_bb.sh b/scripts/install_bb.sh index ebb2287049a..8bea1addcdc 100755 --- a/scripts/install_bb.sh +++ b/scripts/install_bb.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="3.0.0-nightly.20251014" +VERSION="3.0.0-nightly.20251030-2" BBUP_PATH=~/.bb/bbup diff --git a/yarn.lock b/yarn.lock index fd31b4df87f..eb0edf04165 100644 --- a/yarn.lock +++ b/yarn.lock @@ -238,9 +238,9 @@ __metadata: languageName: node linkType: hard -"@aztec/bb.js@npm:3.0.0-nightly.20251014": - version: 3.0.0-nightly.20251014 - resolution: "@aztec/bb.js@npm:3.0.0-nightly.20251014" +"@aztec/bb.js@npm:3.0.0-nightly.20251030-2": + version: 3.0.0-nightly.20251030-2 + resolution: "@aztec/bb.js@npm:3.0.0-nightly.20251030-2" dependencies: comlink: "npm:^4.4.1" commander: "npm:^12.1.0" @@ -251,7 +251,7 @@ __metadata: tslib: "npm:^2.4.0" bin: bb.js: dest/node/main.js - checksum: 10/33686fcfaefb1260b65e5c768fa607fb5bc6f2656510a427f5ebd05d4f13fa4994a28514620ec77dbbbd208693442d56c5b692cd38f31fda7b82bfd1ae5b17ca + checksum: 10/270efb3fc5108cca56f0ba97c3055b5cd9e782f5763f490d97080b9a9910f7b45aa7b3874e2cb33dd3a5998231c9b56d89c33fb7275c66cd511bd499ea2e38ee languageName: node linkType: hard @@ -13230,7 +13230,7 @@ __metadata: version: 0.0.0-use.local resolution: "browser_example@workspace:examples/browser" dependencies: - "@aztec/bb.js": "npm:3.0.0-nightly.20251014" + "@aztec/bb.js": "npm:3.0.0-nightly.20251030-2" "@noir-lang/noir_js": "workspace:*" "@playwright/test": "npm:^1.49.0" "@types/node": "npm:^20.0.0" @@ -19118,7 +19118,7 @@ __metadata: version: 0.0.0-use.local resolution: "integration-tests@workspace:compiler/integration-tests" dependencies: - "@aztec/bb.js": "npm:3.0.0-nightly.20251014" + "@aztec/bb.js": "npm:3.0.0-nightly.20251030-2" "@noir-lang/noir_js": "workspace:*" "@noir-lang/noir_wasm": "workspace:*" "@nomicfoundation/hardhat-chai-matchers": "npm:^2.0.8"