File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
- Upgrade NodeJS version from 8.16.1 to 10.19.0 in Dockerfile due to Node 8 End-of-Life
Original file line number Diff line number Diff line change 2
2
"name" : " sigfox-iotagent" ,
3
3
"description" : " IoT Agent for the Sigfox protocol" ,
4
4
"license" : " AGPL-3.0-only" ,
5
- "version" : " 1.3.0-next " ,
5
+ "version" : " 1.4.0 " ,
6
6
"homepage" : " https://github.com/telefonicaid/sigfox-iotagent" ,
7
7
"author" : {
8
8
"name" : " Daniel Moran" ,
37
37
"command-node" : " 0.1.1" ,
38
38
"request" : " 2.88.0" ,
39
39
"async" : " 1.5.2" ,
40
- "iotagent-node-lib" : " git://github.com/telefonicaid/iotagent-node-lib.git#master " ,
40
+ "iotagent-node-lib" : " 2.12.0 " ,
41
41
"express" : " 4.16.4" ,
42
42
"body-parser" : " 1.18.3" ,
43
43
"logops" : " 2.1.0"
Original file line number Diff line number Diff line change 190
190
%{_install_dir }
191
191
192
192
%changelog
193
+ * Wed Apr 08 2020 Fermin Galan <fermin.galanmarquez@telefonica.com>> 1.4.0-14
194
+ - Upgrade iotagent-node-lib dependency from 2.11.0 to 2.12.0
195
+ - Upgrade NodeJS version from 8.16.1 to 10.19.0 in Dockerfile due to Node 8 End-of-Life
196
+
193
197
* Mon Nov 04 2019 Fermin Galan <fermin.galanmarquez@telefonica.com>> 1.3.0-1
194
198
- Add: PM2_ENABLED flag to Docker
195
199
- Fix: improve MandatoryFieldsNotFound function (errors.js) in order to incorporate which mandatory fields is not found.
You can’t perform that action at this time.
0 commit comments