File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
- FIX Crash when an update arrives and commands attribute is not defined.
3
3
- ADD `exit` commands.
4
4
- FIX missing headers in group operations.
5
- - ADD command to show and change IoTAgent console configuration.
5
+ - ADD command to show and change IoTAgent console configuration.
6
+ - FIX missing device in 'store()' function of the Memory Registry.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " iotagent-node-lib" ,
3
3
"description" : " IoT Agent library to interface with NGSI Context Broker" ,
4
- "version" : " 0.4.0-next " ,
4
+ "version" : " 0.5.0 " ,
5
5
"homepage" : " https://github.com/telefonicaid/iotagent-node-lib" ,
6
6
"keywords" : [
7
7
" fiware" ,
41
41
"fiware-node-logger" : " https://github.com/telefonicaid/fiware-node-logger/tarball/81fdcb213db99eb61acecfd293c45d3fa144cf36" ,
42
42
"mongoose" : " 3.8.19" ,
43
43
"underscore" : " 1.7.0" ,
44
- "command-node" : " * "
44
+ "command-node" : " 0.1.1 "
45
45
},
46
46
"devDependencies" : {
47
47
"nock" : " 0.48.0" ,
65
65
"grunt-contrib-clean" : " ~0.5.0" ,
66
66
"grunt-githooks" : " ~0.3.1" ,
67
67
"mongodb" : " 1.4.20"
68
- },
69
- "keywords" : []
68
+ }
70
69
}
You can’t perform that action at this time.
0 commit comments