This repository was archived by the owner on Aug 5, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " etherlime-lib" ,
3
- "version" : " 1.1.4 " ,
3
+ "version" : " 1.1.5 " ,
4
4
"description" : " Etherlime Library API for deployment, interaction and testing of Etehreum smart contracts" ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
16
16
"license" : " ISC" ,
17
17
"dependencies" : {
18
18
"etherlime-config" : " ^1.0.0" ,
19
- "etherlime-logger" : " ^1.1.2 " ,
20
- "etherlime-utils" : " ^1.1.2 " ,
19
+ "etherlime-logger" : " ^1.1.3 " ,
20
+ "etherlime-utils" : " ^1.1.3 " ,
21
21
"ethers" : " git+https://github.com/LimeChain/ethers.js.git#master" ,
22
22
"typescript" : " ^3.5.1"
23
23
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " etherlime-logger" ,
3
- "version" : " 1.1.2 " ,
3
+ "version" : " 1.1.3 " ,
4
4
"description" : " etherlime-logger manages the historical logs of executions and their reports" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " etherlime-utils" ,
3
- "version" : " 1.1.2 " ,
3
+ "version" : " 1.1.3 " ,
4
4
"description" : " etherlime-utils provides helpful utility functions needed for ethereum development" ,
5
5
"main" : " index.js" ,
6
6
"keywords" : [],
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " etherlime-zos-deployer" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
10
10
"author" : " " ,
11
11
"license" : " ISC" ,
12
12
"dependencies" : {
13
- "etherlime-lib" : " ^1.1.4 " ,
13
+ "etherlime-lib" : " ^1.1.5 " ,
14
14
"typescript" : " ^3.5.1" ,
15
15
"zos-lib" : " ^2.3.1"
16
16
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " etherlime" ,
3
- "version" : " 2.2.2 " ,
3
+ "version" : " 2.2.3 " ,
4
4
"description" : " etherlime is an ethereum development and deployment framework based on ethers.js" ,
5
5
"main" : " index.js" ,
6
6
"nyc" : {
28
28
"docker-cli-js" : " ^2.5.2" ,
29
29
"ethereum-transaction-debugger" : " 0.0.5" ,
30
30
"etherlime-config" : " ^1.0.0" ,
31
- "etherlime-logger" : " ^1.1.2 " ,
32
- "etherlime-utils" : " ^1.1.2 " ,
31
+ "etherlime-logger" : " ^1.1.3 " ,
32
+ "etherlime-utils" : " ^1.1.3 " ,
33
33
"ethers" : " ^4.0.27" ,
34
34
"find-cache-dir" : " 2.0.0" ,
35
35
"fs-extra" : " 7.0.1" ,
52
52
"path" : false ,
53
53
"os" : false
54
54
}
55
- }
55
+ }
You can’t perform that action at this time.
0 commit comments