File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Use System Runtime APIs to create your system:
28
28
29
29
``` js
30
30
// create a system
31
- let system = runtime .system (' system' );
31
+ const system = runtime .system (' system' );
32
32
33
33
// add some business logic in the start method
34
34
system .on (' start' , () => console .log (' Hello world !' ));
@@ -83,7 +83,7 @@ Just call *install* API to install and start your bundle:
83
83
84
84
``` js
85
85
// require System Runtime
86
- let runtime = require (' system-runtime' );
86
+ const runtime = require (' system-runtime' );
87
87
88
88
// install your bundle
89
89
runtime .install (' system.json' );
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " system-runtime" ,
3
- "version" : " 2.3.2 " ,
3
+ "version" : " 2.4.0 " ,
4
4
"description" : " A JavaScript library that runs systems" ,
5
5
"license" : " Apache-2.0" ,
6
6
"homepage" : " https://designfirst.io/systemruntime/" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " system-runtime" ,
3
- "version" : " 2.3.2 " ,
3
+ "version" : " 2.4.0 " ,
4
4
"description" : " A JavaScript library that runs systems" ,
5
5
"homepage" : " https://designfirst.io/systemruntime/" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 72
72
"_Runtime" : {
73
73
"runtime" : {
74
74
"_id" : " runtime" ,
75
- "version" : " 2.3.2 "
75
+ "version" : " 2.4.0 "
76
76
}
77
77
}
78
78
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " system-runtime" ,
3
3
"master" : false ,
4
- "version" : " 2.3.2 " ,
4
+ "version" : " 2.4.0 " ,
5
5
"description" : " System Runtime" ,
6
6
"schemas" : {},
7
7
"models" : {},
You can’t perform that action at this time.
0 commit comments