telefonicaid / iotagent-manager

IoT Agent Manager to use as proxy for multiple IoTAgents with different protocols
GNU Affero General Public License v3.0
7 stars 8 forks source link

Step: 1.2.0-next -> 1.3.0 #136

Closed fgalan closed 6 years ago

fgalan commented 6 years ago

Similar to PR https://github.com/telefonicaid/iotagent-manager/pull/126/files but

  1. Upgrading iotagent-node-lib in packages.json (this was a bug in former PR)
  2. Improved shrinkwrap.json generation, this way:
rm -rf node_modules
rm npm-shrinkwrap.json
npm install
npm shrinkwrap

executed in the reference CentOS 6 jenkins which used:

$ node --version
v4.8.4
$ npm --version
2.15.11