Commit 23f9d72 1 parent 03a6c58 commit 23f9d72 Copy full SHA for 23f9d72
File tree 9 files changed +28
-28
lines changed
9 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 4
4
"types" : " ./dist/index.d.ts" ,
5
5
"license" : " (MIT OR Apache-2.0)" ,
6
6
"author" :
" Webb Developers <[email protected] >" ,
7
- "version" : " 1.0.11 " ,
7
+ "version" : " 1.1.1 " ,
8
8
"scripts" : {
9
9
"build" : " yarn run clean && yarn run compile" ,
10
10
"clean" : " rimraf -rf ./dist" ,
11
11
"compile" : " tsc -p tsconfig.build.json"
12
12
},
13
13
"dependencies" : {
14
- "@webb-tools/contracts" : " ^1.0.11 " ,
15
- "@webb-tools/create2-utils" : " ^1.0.11 " ,
16
- "@webb-tools/interfaces" : " ^1.0.11 " ,
17
- "@webb-tools/tokens" : " ^1.0.11 " ,
18
- "@webb-tools/utils" : " ^1.0.11 " ,
14
+ "@webb-tools/contracts" : " ^1.1.1 " ,
15
+ "@webb-tools/create2-utils" : " ^1.1.1 " ,
16
+ "@webb-tools/interfaces" : " ^1.1.1 " ,
17
+ "@webb-tools/tokens" : " ^1.1.1 " ,
18
+ "@webb-tools/utils" : " ^1.1.1 " ,
19
19
"circomlibjs" : " ^0.0.8" ,
20
20
"ethers" : " 5.7.0" ,
21
21
"jssha" : " ^3.2.0" ,
Original file line number Diff line number Diff line change 24
24
"type" : " git" ,
25
25
"url" : " git://github.com/webb-tools/protocol-solidity.git"
26
26
},
27
- "version" : " 1.0.11 " ,
27
+ "version" : " 1.1.1 " ,
28
28
"gitHead" : " e1f3b300b6e004ac5a346dc0458bb1d303969d97" ,
29
29
"dependencies" : {
30
30
"@ethersproject/abi" : " ^5.7.0" ,
Original file line number Diff line number Diff line change 10
10
"compile" : " tsc -p tsconfig.build.json"
11
11
},
12
12
"dependencies" : {
13
- "@webb-tools/contracts" : " ^1.0.11 " ,
13
+ "@webb-tools/contracts" : " ^1.1.1 " ,
14
14
"ethers" : " 5.7.0"
15
15
},
16
16
"publishConfig" : {
21
21
"type" : " git" ,
22
22
"url" : " git://github.com/webb-tools/protocol-solidity.git"
23
23
},
24
- "version" : " 1.0.11 " ,
24
+ "version" : " 1.1.1 " ,
25
25
"gitHead" : " e1f3b300b6e004ac5a346dc0458bb1d303969d97"
26
26
}
Original file line number Diff line number Diff line change 10
10
"compile" : " tsc -p tsconfig.build.json"
11
11
},
12
12
"dependencies" : {
13
- "@webb-tools/interfaces" : " ^1.0.11 " ,
14
- "@webb-tools/utils" : " ^1.0.11 " ,
15
- "@webb-tools/vbridge" : " ^1.0.11 " ,
13
+ "@webb-tools/interfaces" : " ^1.1.1 " ,
14
+ "@webb-tools/utils" : " ^1.1.1 " ,
15
+ "@webb-tools/vbridge" : " ^1.1.1 " ,
16
16
"ecpair" : " ^2.0.1" ,
17
17
"ethers" : " 5.7.0" ,
18
18
"ganache" : " 7.5.0" ,
26
26
"type" : " git" ,
27
27
"url" : " git://github.com/webb-tools/protocol-solidity.git"
28
28
},
29
- "version" : " 1.0.11 " ,
29
+ "version" : " 1.1.1 " ,
30
30
"gitHead" : " e1f3b300b6e004ac5a346dc0458bb1d303969d97"
31
31
}
Original file line number Diff line number Diff line change 9
9
"compile" : " tsc -p tsconfig.build.json"
10
10
},
11
11
"dependencies" : {
12
- "@webb-tools/utils" : " ^1.0.11 "
12
+ "@webb-tools/utils" : " ^1.1.1 "
13
13
},
14
14
"publishConfig" : {
15
15
"access" : " public"
19
19
"type" : " git" ,
20
20
"url" : " git://github.com/webb-tools/protocol-solidity.git"
21
21
},
22
- "version" : " 1.0.11 " ,
22
+ "version" : " 1.1.1 " ,
23
23
"gitHead" : " e1f3b300b6e004ac5a346dc0458bb1d303969d97"
24
24
}
Original file line number Diff line number Diff line change 10
10
"test" : " mocha -r ts-node/register 'src/__test__/**/*.ts'"
11
11
},
12
12
"dependencies" : {
13
- "@webb-tools/utils" : " ^1.0.11 "
13
+ "@webb-tools/utils" : " ^1.1.1 "
14
14
},
15
15
"publishConfig" : {
16
16
"access" : " public"
20
20
"type" : " git" ,
21
21
"url" : " git://github.com/webb-tools/protocol-solidity.git"
22
22
},
23
- "version" : " 1.0.11 " ,
23
+ "version" : " 1.1.1 " ,
24
24
"gitHead" : " e1f3b300b6e004ac5a346dc0458bb1d303969d97"
25
25
}
Original file line number Diff line number Diff line change 9
9
"compile" : " tsc -p tsconfig.build.json"
10
10
},
11
11
"dependencies" : {
12
- "@webb-tools/contracts" : " ^1.0.11 " ,
13
- "@webb-tools/create2-utils" : " ^1.0.11 " ,
14
- "@webb-tools/utils" : " ^1.0.11 " ,
12
+ "@webb-tools/contracts" : " ^1.1.1 " ,
13
+ "@webb-tools/create2-utils" : " ^1.1.1 " ,
14
+ "@webb-tools/utils" : " ^1.1.1 " ,
15
15
"ethers" : " 5.7.0"
16
16
},
17
17
"publishConfig" : {
22
22
"type" : " git" ,
23
23
"url" : " git://github.com/webb-tools/protocol-solidity.git"
24
24
},
25
- "version" : " 1.0.11 " ,
25
+ "version" : " 1.1.1 " ,
26
26
"gitHead" : " e1f3b300b6e004ac5a346dc0458bb1d303969d97"
27
27
}
Original file line number Diff line number Diff line change 25
25
"type" : " git" ,
26
26
"url" : " git://github.com/webb-tools/protocol-solidity.git"
27
27
},
28
- "version" : " 1.0.11 " ,
28
+ "version" : " 1.1.1 " ,
29
29
"gitHead" : " e1f3b300b6e004ac5a346dc0458bb1d303969d97" ,
30
30
"devDependencies" : {
31
31
"@webb-tools/sdk-core" : " 0.1.4-126" ,
Original file line number Diff line number Diff line change 9
9
"compile" : " tsc -p tsconfig.build.json"
10
10
},
11
11
"dependencies" : {
12
- "@webb-tools/anchors" : " ^1.0.11 " ,
13
- "@webb-tools/contracts" : " ^1.0.11 " ,
14
- "@webb-tools/interfaces" : " ^1.0.11 " ,
15
- "@webb-tools/tokens" : " ^1.0.11 " ,
16
- "@webb-tools/utils" : " ^1.0.11 " ,
12
+ "@webb-tools/anchors" : " ^1.1.1 " ,
13
+ "@webb-tools/contracts" : " ^1.1.1 " ,
14
+ "@webb-tools/interfaces" : " ^1.1.1 " ,
15
+ "@webb-tools/tokens" : " ^1.1.1 " ,
16
+ "@webb-tools/utils" : " ^1.1.1 " ,
17
17
"ethers" : " 5.7.0"
18
18
},
19
19
"publishConfig" : {
24
24
"type" : " git" ,
25
25
"url" : " git://github.com/webb-tools/protocol-solidity.git"
26
26
},
27
- "version" : " 1.0.11 " ,
27
+ "version" : " 1.1.1 " ,
28
28
"gitHead" : " e1f3b300b6e004ac5a346dc0458bb1d303969d97"
29
29
}
You can’t perform that action at this time.
0 commit comments