Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: telefonicaid/lwm2m-node-lib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.0
Choose a base ref
...
head repository: telefonicaid/lwm2m-node-lib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 29, 2022

  1. Step: 1.4.0 -> 1.4.0-next

    fgalan committed Apr 29, 2022
    Copy the full SHA
    00c2698 View commit details
  2. Merge pull request #166 from telefonicaid/task/prepare_1.4.0-next

    Step: 1.4.0 -> 1.4.0-next
    AlvaroVega authored Apr 29, 2022
    Copy the full SHA
    a868261 View commit details
  3. REMOVE node v8 and v10

    fgalan committed Apr 29, 2022
    Copy the full SHA
    4de70ce View commit details
  4. Merge pull request #167 from telefonicaid/remove-v8v10

    REMOVE node v8 and v10
    AlvaroVega authored Apr 29, 2022
    Copy the full SHA
    6abd285 View commit details
Showing with 3 additions and 2 deletions.
  1. +1 −0 CHANGES_NEXT_RELEASE
  2. +2 −2 package.json
1 change: 1 addition & 0 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Set Nodejs 12 as minimum version in packages.json (effectively removing Nodev8 and Nodev10 from supported versions)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lwm2m-node-lib",
"description": "Library for developing servers and client of OMA Lightweight M2M",
"version": "1.4.0",
"version": "1.4.0-next",
"homepage": "https://github.com/telefonicaid/lwm2m-node-lib",
"author": {
"name": "Daniel Moran",
@@ -16,7 +16,7 @@
},
"main": "lib/lwm2m-node-lib",
"engines": {
"node": ">=8"
"node": ">=12"
},
"scripts": {
"clean": "rm -rf package-lock.json && rm -rf node_modules && rm -rf coverage",