File tree 3 files changed +7
-7
lines changed
noir_js_backend_barretenberg
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ use const_format::formatcp;
10
10
11
11
const USERNAME : & str = "AztecProtocol" ;
12
12
const REPO : & str = "aztec-packages" ;
13
- const VERSION : & str = "0.11.1 " ;
13
+ const VERSION : & str = "0.12.0 " ;
14
14
const TAG : & str = formatcp ! ( "aztec-packages-v{}" , VERSION ) ;
15
15
16
16
const API_URL : & str =
Original file line number Diff line number Diff line change 32
32
"lint" : " NODE_NO_WARNINGS=1 eslint . --ext .ts --ignore-path ./.eslintignore --max-warnings 0"
33
33
},
34
34
"dependencies" : {
35
- "@aztec/bb.js" : " 0.11 .0" ,
35
+ "@aztec/bb.js" : " 0.12 .0" ,
36
36
"@noir-lang/types" : " workspace:*" ,
37
37
"fflate" : " ^0.8.0"
38
38
},
Original file line number Diff line number Diff line change @@ -221,17 +221,17 @@ __metadata:
221
221
languageName: node
222
222
linkType: hard
223
223
224
- "@aztec/bb.js@npm:0.11 .0":
225
- version: 0.11 .0
226
- resolution: "@aztec/bb.js@npm:0.11 .0"
224
+ "@aztec/bb.js@npm:0.12 .0":
225
+ version: 0.12 .0
226
+ resolution: "@aztec/bb.js@npm:0.12 .0"
227
227
dependencies:
228
228
comlink: ^4.4.1
229
229
commander: ^10.0.1
230
230
debug: ^4.3.4
231
231
tslib: ^2.4.0
232
232
bin:
233
233
bb.js: dest/node/main.js
234
- checksum: fff6813458dfa654210859dbf32abcb6c520ef8b3c4896535afa1bbc4a1a6dc77fd5626051fe0017de2f4b03d09bd9629fa1a144df2af3270a2e00faa779362d
234
+ checksum: d9d57b893b9b1c61949cb9bd911d4b7e1ece34965ccb9e122b39cd4e2edac9f06858abbe05c23f66141c9a74ff4861a354bfc5d62e5dcf772cfe8d1c783e2562
235
235
languageName: node
236
236
linkType: hard
237
237
@@ -3434,7 +3434,7 @@ __metadata:
3434
3434
version: 0.0.0-use.local
3435
3435
resolution: "@noir-lang/backend_barretenberg@workspace:tooling/noir_js_backend_barretenberg"
3436
3436
dependencies:
3437
- "@aztec/bb.js": 0.11 .0
3437
+ "@aztec/bb.js": 0.12 .0
3438
3438
"@noir-lang/types": "workspace:*"
3439
3439
"@types/node": ^20.6.2
3440
3440
"@types/prettier": ^3
You can’t perform that action at this time.
0 commit comments