Skip to content

Commit

Permalink
Merge pull request telefonicaid#690 from telefonicaid/AlvaroVega-patch-2
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
fgalan authored Feb 3, 2025
2 parents 45419ea + dc078c7 commit e1fea01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- Fix: use config.defaultTransport (from config.js or IOTA_DEFAULT_TRANSPORT env var) instead of magic 'HTTP' at provision device
- Add: X-Processing-Time response header with processing time (in milliseconds) expended by current HTTP measure (iotagent-node-lib#1650)
- Add: print also IOTA_CONFIG_RETRIEVAL, IOTA_DEFAULT_KEY, IOTA_DEFAULT_TRANSPORT env var values at iotagent startup
- Upgrade express from 4.20.0 to 4.21.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"async": "2.6.4",
"body-parser": "1.20.3",
"dateformat": "3.0.3",
"express": "4.20.0",
"express": "4.21.2",
"iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master",
"logops": "2.1.2",
"mqtt": "4.3.7",
Expand Down

0 comments on commit e1fea01

Please sign in to comment.