File tree 14 files changed +43
-43
lines changed
14 files changed +43
-43
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @0x/abi-gen" ,
3
- "version" : " 5.8.3 " ,
3
+ "version" : " 5.8.4 " ,
4
4
"engines" : {
5
5
"node" : " >=6.12"
6
6
},
81
81
"yargs" : " ^17.5.1"
82
82
},
83
83
"devDependencies" : {
84
- "@0x/assert" : " ^3.0.35 " ,
85
- "@0x/base-contract" : " ^7.0.0 " ,
86
- "@0x/contracts-gen" : " ^2.0.49 " ,
87
- "@0x/dev-utils" : " ^5.0.1 " ,
88
- "@0x/json-schemas" : " ^6.4.5 " ,
89
- "@0x/sol-compiler" : " ^4.8.3 " ,
84
+ "@0x/assert" : " ^3.0.36 " ,
85
+ "@0x/base-contract" : " ^7.0.1 " ,
86
+ "@0x/contracts-gen" : " ^2.0.50 " ,
87
+ "@0x/dev-utils" : " ^5.0.2 " ,
88
+ "@0x/json-schemas" : " ^6.4.6 " ,
89
+ "@0x/sol-compiler" : " ^4.8.4 " ,
90
90
"@0x/subproviders" : " ^7.0.1" ,
91
91
"@0x/tslint-config" : " ^4.1.5" ,
92
- "@0x/web3-wrapper" : " ^8.0.0 " ,
92
+ "@0x/web3-wrapper" : " ^8.0.1 " ,
93
93
"@types/glob" : " 5.0.35" ,
94
94
"@types/mkdirp" : " ^0.5.2" ,
95
95
"@types/mocha" : " ^5.2.7" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @0x/assert" ,
3
- "version" : " 3.0.35 " ,
3
+ "version" : " 3.0.36 " ,
4
4
"engines" : {
5
5
"node" : " >=6.12"
6
6
},
45
45
"typescript" : " 4.2.2"
46
46
},
47
47
"dependencies" : {
48
- "@0x/json-schemas" : " ^6.4.5 " ,
48
+ "@0x/json-schemas" : " ^6.4.6 " ,
49
49
"@0x/typescript-typings" : " ^5.3.2" ,
50
50
"@0x/utils" : " ^7.0.0" ,
51
51
"@types/node" : " 12.12.54" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @0x/base-contract" ,
3
- "version" : " 7.0.0 " ,
3
+ "version" : " 7.0.1 " ,
4
4
"engines" : {
5
5
"node" : " >=6.12"
6
6
},
47
47
"typescript" : " 4.2.2"
48
48
},
49
49
"dependencies" : {
50
- "@0x/assert" : " ^3.0.35 " ,
51
- "@0x/json-schemas" : " ^6.4.5 " ,
50
+ "@0x/assert" : " ^3.0.36 " ,
51
+ "@0x/json-schemas" : " ^6.4.6 " ,
52
52
"@0x/utils" : " ^7.0.0" ,
53
- "@0x/web3-wrapper" : " ^8.0.0 " ,
53
+ "@0x/web3-wrapper" : " ^8.0.1 " ,
54
54
"@ethereumjs/vm" : " ^5.9.3" ,
55
55
"@types/node" : " 12.12.54" ,
56
56
"ethereumjs-blockstream" : " ^7.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @0x/contracts-gen" ,
3
- "version" : " 2.0.49 " ,
3
+ "version" : " 2.0.50 " ,
4
4
"engines" : {
5
5
"node" : " >=6.12"
6
6
},
27
27
},
28
28
"homepage" : " https://github.com/0xProject/tools/tree/main/contracts-gen" ,
29
29
"dependencies" : {
30
- "@0x/sol-compiler" : " ^4.8.3 " ,
30
+ "@0x/sol-compiler" : " ^4.8.4 " ,
31
31
"@0x/sol-resolver" : " ^3.1.13" ,
32
32
"@0x/types" : " ^3.3.7" ,
33
33
"@0x/typescript-typings" : " ^5.3.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @0x/dev-utils" ,
3
- "version" : " 5.0.1 " ,
3
+ "version" : " 5.0.2 " ,
4
4
"engines" : {
5
5
"node" : " >=6.12"
6
6
},
50
50
"@0x/types" : " ^3.3.7" ,
51
51
"@0x/typescript-typings" : " ^5.3.2" ,
52
52
"@0x/utils" : " ^7.0.0" ,
53
- "@0x/web3-wrapper" : " ^8.0.0 " ,
53
+ "@0x/web3-wrapper" : " ^8.0.1 " ,
54
54
"@types/node" : " 12.12.54" ,
55
55
"@types/web3-provider-engine" : " ^14.0.0" ,
56
56
"chai" : " ^4.0.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @0x/json-schemas" ,
3
- "version" : " 6.4.5 " ,
3
+ "version" : " 6.4.6 " ,
4
4
"engines" : {
5
5
"node" : " >=6.12"
6
6
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @0x/sol-compiler" ,
3
- "version" : " 4.8.3 " ,
3
+ "version" : " 4.8.4 " ,
4
4
"engines" : {
5
5
"node" : " >=6.12"
6
6
},
46
46
},
47
47
"homepage" : " https://github.com/0xProject/tools/tree/main/sol-compiler" ,
48
48
"devDependencies" : {
49
- "@0x/dev-utils" : " ^5.0.1 " ,
49
+ "@0x/dev-utils" : " ^5.0.2 " ,
50
50
"@0x/ts-doc-gen" : " ^0.0.28" ,
51
51
"@0x/tslint-config" : " ^4.1.5" ,
52
52
"@types/mkdirp" : " ^0.5.2" ,
75
75
"zeppelin-solidity" : " 1.8.0"
76
76
},
77
77
"dependencies" : {
78
- "@0x/assert" : " ^3.0.35 " ,
79
- "@0x/json-schemas" : " ^6.4.5 " ,
78
+ "@0x/assert" : " ^3.0.36 " ,
79
+ "@0x/json-schemas" : " ^6.4.6 " ,
80
80
"@0x/sol-resolver" : " ^3.1.13" ,
81
81
"@0x/types" : " ^3.3.7" ,
82
82
"@0x/typescript-typings" : " ^5.3.2" ,
83
83
"@0x/utils" : " ^7.0.0" ,
84
- "@0x/web3-wrapper" : " ^8.0.0 " ,
84
+ "@0x/web3-wrapper" : " ^8.0.1 " ,
85
85
"@types/node" : " 12.12.54" ,
86
86
"@types/yargs" : " ^11.0.0" ,
87
87
"chalk" : " ^2.3.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @0x/sol-coverage" ,
3
- "version" : " 4.0.47 " ,
3
+ "version" : " 4.0.48 " ,
4
4
"engines" : {
5
5
"node" : " >=6.12"
6
6
},
33
33
},
34
34
"homepage" : " https://github.com/0xProject/tools/tree/main/sol-coverage" ,
35
35
"dependencies" : {
36
- "@0x/sol-tracing-utils" : " ^7.3.3 " ,
36
+ "@0x/sol-tracing-utils" : " ^7.3.4 " ,
37
37
"@0x/subproviders" : " ^7.0.1" ,
38
38
"@0x/typescript-typings" : " ^5.3.2" ,
39
39
"@types/minimatch" : " ^3.0.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @0x/sol-doc" ,
3
- "version" : " 3.1.45 " ,
3
+ "version" : " 3.1.46 " ,
4
4
"description" : " Solidity documentation generator" ,
5
5
"main" : " lib/src/index.js" ,
6
6
"types" : " lib/src/index.d.js" ,
32
32
"author" : " F. Eugene Aumson" ,
33
33
"license" : " Apache-2.0" ,
34
34
"dependencies" : {
35
- "@0x/sol-compiler" : " ^4.8.3 " ,
35
+ "@0x/sol-compiler" : " ^4.8.4 " ,
36
36
"@0x/types" : " ^3.3.7" ,
37
37
"@0x/utils" : " ^7.0.0" ,
38
38
"@types/node" : " 12.12.54" ,
42
42
"yargs" : " ^17.5.1"
43
43
},
44
44
"devDependencies" : {
45
- "@0x/dev-utils" : " ^5.0.1 " ,
45
+ "@0x/dev-utils" : " ^5.0.2 " ,
46
46
"@0x/tslint-config" : " ^4.1.5" ,
47
47
"@types/mocha" : " ^5.2.7" ,
48
48
"chai" : " ^4.0.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @0x/sol-profiler" ,
3
- "version" : " 4.1.37 " ,
3
+ "version" : " 4.1.38 " ,
4
4
"engines" : {
5
5
"node" : " >=6.12"
6
6
},
33
33
},
34
34
"homepage" : " https://github.com/0xProject/tools/tree/main/sol-profiler" ,
35
35
"dependencies" : {
36
- "@0x/sol-tracing-utils" : " ^7.3.3 " ,
36
+ "@0x/sol-tracing-utils" : " ^7.3.4 " ,
37
37
"@0x/subproviders" : " ^7.0.1" ,
38
38
"@0x/typescript-typings" : " ^5.3.2" ,
39
39
"@0x/utils" : " ^7.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @0x/sol-trace" ,
3
- "version" : " 3.0.47 " ,
3
+ "version" : " 3.0.48 " ,
4
4
"engines" : {
5
5
"node" : " >=6.12"
6
6
},
33
33
},
34
34
"homepage" : " https://github.com/0xProject/tools/tree/main/sol-trace" ,
35
35
"dependencies" : {
36
- "@0x/sol-tracing-utils" : " ^7.3.3 " ,
36
+ "@0x/sol-tracing-utils" : " ^7.3.4 " ,
37
37
"@0x/subproviders" : " ^7.0.1" ,
38
38
"@0x/typescript-typings" : " ^5.3.2" ,
39
39
"@types/node" : " 12.12.54" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @0x/sol-tracing-utils" ,
3
- "version" : " 7.3.3 " ,
3
+ "version" : " 7.3.4 " ,
4
4
"engines" : {
5
5
"node" : " >=6.12"
6
6
},
38
38
},
39
39
"homepage" : " https://github.com/0xProject/tools/tree/main/sol-tracing-utils" ,
40
40
"dependencies" : {
41
- "@0x/dev-utils" : " ^5.0.1 " ,
42
- "@0x/sol-compiler" : " ^4.8.3 " ,
41
+ "@0x/dev-utils" : " ^5.0.2 " ,
42
+ "@0x/sol-compiler" : " ^4.8.4 " ,
43
43
"@0x/sol-resolver" : " ^3.1.13" ,
44
44
"@0x/subproviders" : " ^7.0.1" ,
45
45
"@0x/typescript-typings" : " ^5.3.2" ,
46
46
"@0x/utils" : " ^7.0.0" ,
47
- "@0x/web3-wrapper" : " ^8.0.0 " ,
47
+ "@0x/web3-wrapper" : " ^8.0.1 " ,
48
48
"@types/node" : " 12.12.54" ,
49
49
"@types/solidity-parser-antlr" : " ^0.2.3" ,
50
50
"chalk" : " ^2.3.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @0x/subproviders" ,
3
- "version" : " 8.0.0 " ,
3
+ "version" : " 8.0.1 " ,
4
4
"engines" : {
5
5
"node" : " >=12.0.0"
6
6
},
40
40
}
41
41
},
42
42
"dependencies" : {
43
- "@0x/assert" : " ^3.0.35 " ,
43
+ "@0x/assert" : " ^3.0.36 " ,
44
44
"@0x/types" : " ^3.3.7" ,
45
45
"@0x/typescript-typings" : " ^5.3.2" ,
46
46
"@0x/utils" : " ^7.0.0" ,
47
- "@0x/web3-wrapper" : " ^8.0.0 " ,
47
+ "@0x/web3-wrapper" : " ^8.0.1 " ,
48
48
"@ethereumjs/common" : " ^2.6.3" ,
49
49
"@ethereumjs/tx" : " ^3.5.1" ,
50
50
"@types/hdkey" : " ^0.7.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @0x/web3-wrapper" ,
3
- "version" : " 8.0.0 " ,
3
+ "version" : " 8.0.1 " ,
4
4
"engines" : {
5
5
"node" : " >=6.12"
6
6
},
58
58
"typescript" : " 4.2.2"
59
59
},
60
60
"dependencies" : {
61
- "@0x/assert" : " ^3.0.35 " ,
62
- "@0x/json-schemas" : " ^6.4.5 " ,
61
+ "@0x/assert" : " ^3.0.36 " ,
62
+ "@0x/json-schemas" : " ^6.4.6 " ,
63
63
"@0x/typescript-typings" : " ^5.3.2" ,
64
64
"@0x/utils" : " ^7.0.0" ,
65
65
"@types/node" : " 12.12.54" ,
You can’t perform that action at this time.
0 commit comments