Skip to content

Commit

Permalink
chore: update bb dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Oct 11, 2023
1 parent 517a6b3 commit 2aebfdf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion tooling/bb_abstraction_leaks/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use const_format::formatcp;

const USERNAME: &str = "AztecProtocol";
const REPO: &str = "aztec-packages";
const VERSION: &str = "0.7.3";
const VERSION: &str = "0.8.10";
const TAG: &str = formatcp!("aztec-packages-v{}", VERSION);

const API_URL: &str =
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 @@ -32,7 +32,7 @@
"lint": "NODE_NO_WARNINGS=1 eslint . --ext .ts --ignore-path ./.eslintignore --max-warnings 0"
},
"dependencies": {
"@aztec/bb.js": "0.7.10",
"@aztec/bb.js": "0.8.10",
"@noir-lang/types": "workspace:*",
"fflate": "^0.8.0"
},
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,31 +29,31 @@ __metadata:
languageName: node
linkType: hard

"@aztec/bb.js@npm:0.7.10":
version: 0.7.10
resolution: "@aztec/bb.js@npm:0.7.10"
"@aztec/bb.js@npm:0.7.2":
version: 0.7.2
resolution: "@aztec/bb.js@npm:0.7.2"
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: 0410278e6ec2a6ecdcbaa58633b181ec1d91e1c267c76e7e587fb69c8f2fd394e79f65bd96cfcdb2a2b20fe5abeb86ababd45bd6364ba07555fc0643bf0e4307
checksum: 68299e5b0ef9583d78d1aaeb4e6a80cf5e049d45e48fb02798a41a2dfda0e68d729e8fbc1d23ab692914ce3857c729b48da9200fca49b838416b7988e5516d0b
languageName: node
linkType: hard

"@aztec/bb.js@npm:0.7.2":
version: 0.7.2
resolution: "@aztec/bb.js@npm:0.7.2"
"@aztec/bb.js@npm:0.8.10":
version: 0.8.10
resolution: "@aztec/bb.js@npm:0.8.10"
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: 68299e5b0ef9583d78d1aaeb4e6a80cf5e049d45e48fb02798a41a2dfda0e68d729e8fbc1d23ab692914ce3857c729b48da9200fca49b838416b7988e5516d0b
checksum: c77f6e27f626edca1477e4d94794d43b373dfcb527f00579e20270fc92794f9e4bc5df2c25ebbce564700c114cdf69e0b213ddb0192c24af4fc4cdf468918702
languageName: node
linkType: hard

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

0 comments on commit 2aebfdf

Please sign in to comment.