Skip to content

Commit

Permalink
chore: bump bb
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Aug 30, 2024
1 parent 442f50f commit 65c5896
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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.51.0"
VERSION="0.51.1"

BBUP_PATH=~/.bb/bbup

Expand Down
2 changes: 1 addition & 1 deletion tooling/noir_js_backend_barretenberg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"lint": "NODE_NO_WARNINGS=1 eslint . --ext .ts --ignore-path ./.eslintignore --max-warnings 0"
},
"dependencies": {
"@aztec/bb.js": "0.51.0",
"@aztec/bb.js": "0.51.1",
"@noir-lang/types": "workspace:*",
"fflate": "^0.8.0"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -221,17 +221,17 @@ __metadata:
languageName: node
linkType: hard

"@aztec/bb.js@npm:0.51.0":
version: 0.51.0
resolution: "@aztec/bb.js@npm:0.51.0"
"@aztec/bb.js@npm:0.51.1":
version: 0.51.1
resolution: "@aztec/bb.js@npm:0.51.1"
dependencies:
comlink: ^4.4.1
commander: ^10.0.1
debug: ^4.3.4
tslib: ^2.4.0
bin:
bb.js: dest/node/main.js
checksum: e82a1d3b737f41a9cfc13b0eb56ed5840e4d418095f5cda75aeddc49be3fb6382a543ef19faae87d2e089e69ce2722fd56da6c80a51c5179505ad7ddebff7511
checksum: 246953d4d2becc86001b8e6d49ab8c0b4fa4833a9bf1d2177d0fb4e271e66f9dc65e3b02b69b00fbfcb935a11e2f90b5ac229b8c8938c34604fe54b29b3accfb
languageName: node
linkType: hard

Expand Down Expand Up @@ -4161,7 +4161,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@noir-lang/backend_barretenberg@workspace:tooling/noir_js_backend_barretenberg"
dependencies:
"@aztec/bb.js": 0.51.0
"@aztec/bb.js": 0.51.1
"@noir-lang/types": "workspace:*"
"@types/node": ^20.6.2
"@types/prettier": ^3
Expand Down

0 comments on commit 65c5896

Please sign in to comment.