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:
2828
2929``` js
3030// create a system
31- let system = runtime .system (' system' );
31+ const system = runtime .system (' system' );
3232
3333// add some business logic in the start method
3434system .on (' start' , () => console .log (' Hello world !' ));
@@ -83,7 +83,7 @@ Just call *install* API to install and start your bundle:
8383
8484``` js
8585// require System Runtime
86- let runtime = require (' system-runtime' );
86+ const runtime = require (' system-runtime' );
8787
8888// install your bundle
8989runtime .install (' system.json' );
Original file line number Diff line number Diff line change 11{
22 "name" : " system-runtime" ,
3- "version" : " 2.3.2 " ,
3+ "version" : " 2.4.0 " ,
44 "description" : " A JavaScript library that runs systems" ,
55 "license" : " Apache-2.0" ,
66 "homepage" : " https://designfirst.io/systemruntime/" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " system-runtime" ,
3- "version" : " 2.3.2 " ,
3+ "version" : " 2.4.0 " ,
44 "description" : " A JavaScript library that runs systems" ,
55 "homepage" : " https://designfirst.io/systemruntime/" ,
66 "keywords" : [
Original file line number Diff line number Diff line change 7272 "_Runtime" : {
7373 "runtime" : {
7474 "_id" : " runtime" ,
75- "version" : " 2.3.2 "
75+ "version" : " 2.4.0 "
7676 }
7777 }
7878 },
Original file line number Diff line number Diff line change 11{
22 "name" : " system-runtime" ,
33 "master" : false ,
4- "version" : " 2.3.2 " ,
4+ "version" : " 2.4.0 " ,
55 "description" : " System Runtime" ,
66 "schemas" : {},
77 "models" : {},
You can’t perform that action at this time.
0 commit comments