File tree Expand file tree Collapse file tree 8 files changed +33
-33
lines changed Expand file tree Collapse file tree 8 files changed +33
-33
lines changed Original file line number Diff line number Diff line change 99 "compile" : " tsc -p tsconfig.build.json"
1010 },
1111 "dependencies" : {
12- "@webb-tools/contracts" : " ^0.4.2" ,
13- "@webb-tools/interfaces" : " ^0.4.2" ,
14- "@webb-tools/utils" : " ^0.4.2" ,
12+ "@webb-tools/contracts" : " ^0.5.0" ,
13+ "@webb-tools/interfaces" : " ^0.5.0" ,
1514 "@webb-tools/sdk-core" : " 0.1.4-113" ,
1615 "@webb-tools/semaphore" : " 0.0.1-4" ,
16+ "@webb-tools/utils" : " ^0.5.0" ,
1717 "ethers" : " 5.7.0"
1818 },
1919 "publishConfig" : {
2424 "type" : " git" ,
2525 "url" : " git://github.com/webb-tools/protocol-solidity.git"
2626 },
27- "version" : " 0.4.2 "
27+ "version" : " 0.5.0 "
2828}
Original file line number Diff line number Diff line change 99 "compile" : " tsc -p tsconfig.build.json"
1010 },
1111 "dependencies" : {
12- "@webb-tools/anchors" : " ^0.4.2" ,
13- "@webb-tools/contracts" : " ^0.4.2" ,
14- "@webb-tools/interfaces" : " ^0.4.2" ,
15- "@webb-tools/tokens" : " ^0.4.2" ,
16- "@webb-tools/utils" : " ^0.4.2" ,
12+ "@webb-tools/anchors" : " ^0.5.0" ,
13+ "@webb-tools/contracts" : " ^0.5.0" ,
14+ "@webb-tools/interfaces" : " ^0.5.0" ,
1715 "@webb-tools/sdk-core" : " 0.1.4-113" ,
16+ "@webb-tools/tokens" : " ^0.5.0" ,
17+ "@webb-tools/utils" : " ^0.5.0" ,
1818 "ethers" : " 5.7.0"
1919 },
2020 "publishConfig" : {
2525 "type" : " git" ,
2626 "url" : " git://github.com/webb-tools/protocol-solidity.git"
2727 },
28- "version" : " 0.4.2 "
28+ "version" : " 0.5.0 "
2929}
Original file line number Diff line number Diff line change 2222 "@types/chai" : " ^4.3.0" ,
2323 "@types/mocha" : " ^9.0.0" ,
2424 "@webb-tools/sdk-core" : " 0.1.4-113" ,
25- "@webb-tools/test-utils" : " 0.1.4-113" ,
2625 "@webb-tools/semaphore" : " 0.0.1-4" ,
2726 "@webb-tools/semaphore-group" : " 0.0.1-4" ,
2827 "@webb-tools/semaphore-identity" : " 0.0.1-3" ,
2928 "@webb-tools/semaphore-proof" : " 0.0.1-3" ,
29+ "@webb-tools/test-utils" : " 0.1.4-113" ,
3030 "babel-plugin-styled-components" : " ^2.0.7" ,
3131 "bn.js" : " 4.11.6" ,
3232 "chai" : " ^4.3.5" ,
5151 "type" : " git" ,
5252 "url" : " git://github.com/webb-tools/protocol-solidity.git"
5353 },
54- "version" : " 0.4.2 "
54+ "version" : " 0.5.0 "
5555}
Original file line number Diff line number Diff line change 99 "compile" : " tsc -p tsconfig.build.json"
1010 },
1111 "dependencies" : {
12- "@webb-tools/contracts" : " ^0.4.2 " ,
12+ "@webb-tools/contracts" : " ^0.5.0 " ,
1313 "@webb-tools/sdk-core" : " 0.1.4-113"
1414 },
1515 "publishConfig" : {
2020 "type" : " git" ,
2121 "url" : " git://github.com/webb-tools/protocol-solidity.git"
2222 },
23- "version" : " 0.4.2 "
23+ "version" : " 0.5.0 "
2424}
Original file line number Diff line number Diff line change 11{
22 "name" : " @webb-tools/protocol-solidity" ,
33 "main" : " ./lib/index.js" ,
4- "version" : " 0.4.2 " ,
4+ "version" : " 0.5.0 " ,
55 "license" : " GPL-3.0-or-later" ,
66 "author" :
" Webb Developers <[email protected] >" ,
77 "scripts" : {
1010 "compile" : " tsc -p tsconfig.build.json"
1111 },
1212 "dependencies" : {
13- "@webb-tools/anchors" : " ^0.4.2 " ,
14- "@webb-tools/bridges" : " ^0.4.2 " ,
15- "@webb-tools/contracts" : " ^0.4.2 " ,
16- "@webb-tools/interfaces" : " ^0.4.2 " ,
17- "@webb-tools/tokens" : " ^0.4.2 " ,
18- "@webb-tools/utils" : " ^0.4.2 " ,
19- "@webb-tools/vbridge" : " ^0.4.2 "
13+ "@webb-tools/anchors" : " ^0.5.0 " ,
14+ "@webb-tools/bridges" : " ^0.5.0 " ,
15+ "@webb-tools/contracts" : " ^0.5.0 " ,
16+ "@webb-tools/interfaces" : " ^0.5.0 " ,
17+ "@webb-tools/tokens" : " ^0.5.0 " ,
18+ "@webb-tools/utils" : " ^0.5.0 " ,
19+ "@webb-tools/vbridge" : " ^0.5.0 "
2020 },
2121 "publishConfig" : {
2222 "access" : " public"
Original file line number Diff line number Diff line change 99 "compile" : " tsc -p tsconfig.build.json"
1010 },
1111 "dependencies" : {
12- "@webb-tools/contracts" : " ^0.4.2 " ,
12+ "@webb-tools/contracts" : " ^0.5.0 " ,
1313 "@webb-tools/sdk-core" : " 0.1.4-113" ,
14- "@webb-tools/utils" : " ^0.4.2 " ,
14+ "@webb-tools/utils" : " ^0.5.0 " ,
1515 "ethers" : " 5.7.0"
1616 },
1717 "publishConfig" : {
2222 "type" : " git" ,
2323 "url" : " git://github.com/webb-tools/protocol-solidity.git"
2424 },
25- "version" : " 0.4.2 "
25+ "version" : " 0.5.0 "
2626}
Original file line number Diff line number Diff line change 2020 "type" : " git" ,
2121 "url" : " git://github.com/webb-tools/protocol-solidity.git"
2222 },
23- "version" : " 0.4.2 "
23+ "version" : " 0.5.0 "
2424}
Original file line number Diff line number Diff line change 99 "compile" : " tsc -p tsconfig.build.json"
1010 },
1111 "dependencies" : {
12- "@webb-tools/anchors" : " ^0.4.2" ,
13- "@webb-tools/bridges" : " ^0.4.2" ,
14- "@webb-tools/contracts" : " ^0.4.2" ,
15- "@webb-tools/interfaces" : " ^0.4.2" ,
16- "@webb-tools/tokens" : " ^0.4.2" ,
17- "@webb-tools/utils" : " ^0.4.2" ,
12+ "@webb-tools/anchors" : " ^0.5.0" ,
13+ "@webb-tools/bridges" : " ^0.5.0" ,
14+ "@webb-tools/contracts" : " ^0.5.0" ,
15+ "@webb-tools/interfaces" : " ^0.5.0" ,
1816 "@webb-tools/sdk-core" : " 0.1.4-113" ,
17+ "@webb-tools/tokens" : " ^0.5.0" ,
18+ "@webb-tools/utils" : " ^0.5.0" ,
1919 "ethers" : " 5.7.0"
2020 },
2121 "publishConfig" : {
2626 "type" : " git" ,
2727 "url" : " git://github.com/webb-tools/protocol-solidity.git"
2828 },
29- "version" : " 0.4.2 "
29+ "version" : " 0.5.0 "
3030}
You can’t perform that action at this time.
0 commit comments