Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion compiler/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
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="3.0.0-nightly.20251014"
VERSION="3.0.0-nightly.20251030-2"

BBUP_PATH=~/.bb/bbup

Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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

Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
Loading