This repository was archived by the owner on Mar 8, 2020. It is now read-only.
File tree 7 files changed +13
-10
lines changed
vehicle-lifecycle-car-builder
vehicle-lifecycle-manufacturing
7 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "lerna" : " 2.0.0-rc.4 " ,
2
+ "lerna" : " 2.0.0" ,
3
3
"packages" : [
4
4
" packages/*"
5
5
],
6
- "version" : " 0.0.2 "
6
+ "version" : " 0.0.3 "
7
7
}
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.0.2 " ,
2
+ "version" : " 0.0.3 " ,
3
3
"private" : true ,
4
4
"author" : " Hyperledger Composer" ,
5
5
"license" : " Apache-2.0" ,
18
18
"prettyjson" : " ^1.2.1"
19
19
},
20
20
"devDependencies" : {
21
- "lerna" : " ^2.0.0"
21
+ "colors" : " ^1.1.2" ,
22
+ "lerna" : " ^2.0.0" ,
23
+ "moment" : " ^2.18.1" ,
24
+ "semver" : " ^5.4.1"
22
25
},
23
26
"repository" : {
24
27
"type" : " git" ,
25
28
"url" :
" [email protected] :hyperledger/composer-sample-applications"
26
29
}
27
- }
30
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " digitalproperty-app" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " Hyperledger Composer - Digital Property console application" ,
5
5
"bin" : {
6
6
"digitalproperty" : " cli.js"
Original file line number Diff line number Diff line change 39
39
"typescript" : " ~2.2.1" ,
40
40
"zone.js" : " ^0.8.4"
41
41
},
42
- "version" : " 0.0.2 " ,
42
+ "version" : " 0.0.3 " ,
43
43
"description" : " Vehicle Lifecycle - A mobile application for the customers view" ,
44
44
"license" : " Apache-2.0"
45
45
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vehicle-lifecycle-manufacturer" ,
3
3
"private" : true ,
4
- "version" : " 0.0.2 " ,
4
+ "version" : " 0.0.3 " ,
5
5
"description" : " Vehicle Lifecycle - A manufacturers view" ,
6
6
"main" : " index.js" ,
7
7
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vehicle-lifecycle-vda" ,
3
3
"private" : true ,
4
- "version" : " 0.0.2 " ,
4
+ "version" : " 0.0.3 " ,
5
5
"description" : " Vehicle Lifecycle - A regulators view" ,
6
6
"main" : " index.js" ,
7
7
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vehicle-lifecycle" ,
3
3
"private" : true ,
4
- "version" : " 0.0.2 " ,
4
+ "version" : " 0.0.3 " ,
5
5
"description" : " ## Installation" ,
6
6
"main" : " index.js" ,
7
7
"scripts" : {
You can’t perform that action at this time.
0 commit comments