From d5243eafe1c89249eea7c7e2dff90905d1e0bbf2 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Wed, 7 Apr 2021 10:34:12 +0200 Subject: [PATCH 1/2] step 1.5.0 -> 1.5.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e788543..fe88259 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "lightweightm2m-iotagent", "license": "AGPL-3.0-only", "description": "Prototype of an IoT Agent accepting COAP requests and redirecting to NGSI consumer", - "version": "1.5.0", + "version": "1.5.1", "homepage": "https://github.com/telefonicaid/lightweightm2m-iotagent", "keywords": [ "OMA", @@ -51,7 +51,7 @@ "cheerio": "1.0.0-rc.2", "xmldom": "0.1.27", "logops": "2.1.0", - "iotagent-node-lib": "2.15.0", + "iotagent-node-lib": "2.15.1", "lwm2m-node-lib": "1.3.0" }, "devDependencies": { From e6c02d79e7ab23d0ddc94ff670fc36556747c5bb Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Wed, 7 Apr 2021 12:52:35 +0200 Subject: [PATCH 2/2] Update iotagentLwm2m.spec --- rpm/SPECS/iotagentLwm2m.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rpm/SPECS/iotagentLwm2m.spec b/rpm/SPECS/iotagentLwm2m.spec index 8b95a8b..d8d6663 100644 --- a/rpm/SPECS/iotagentLwm2m.spec +++ b/rpm/SPECS/iotagentLwm2m.spec @@ -149,7 +149,10 @@ rm -rf $RPM_BUILD_ROOT %{_install_dir} %changelog -* Tue Mar 02 2020 Fermin Galan 1.5.0-1 +* Wed Apr 07 2021 Fermin Galan 1.5.1-1 +- Upgrade iotagent-node-lib dependency from 2.15.0 to 2.15.1 + +* Tue Mar 02 2021 Fermin Galan 1.5.0-1 - Upgrade iotagent-node-lib dependency from 2.12.0 to 2.15.0 - Add iota-node-lib data plugins (attributeAlias, addEvents, expressionTransformation, multiEntity, timestampProcess) to lwm2m agent - Replace `#` by url escaped in attribute names at registration device to comply with NGSIv2 rules for identifiers