Skip to content

Commit 828f6f4

Browse files
SiarheiFedartsoumattwigway
authored andcommitted
Fix bindings compilation on latest Node (Project-OSRM#6416)
1 parent 7924d17 commit 828f6f4

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

Diff for: CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
2-
2+
- Changes from 5.27.1
3+
- Misc:
4+
- FIXED: Fix bindings compilation issue on the latest Node. Update NAN to 2.17.0. [#6416](https://github.com/Project-OSRM/osrm-backend/pull/6416)
35
# 5.27.1
46
- Changes from 5.27.0
57
- Misc:

Diff for: package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@mapbox/node-pre-gyp": "^1.0.9",
88
"cheap-ruler": "^3.0.2",
99
"mkdirp": "^0.5.6",
10-
"nan": "^2.16.0",
10+
"nan": "^2.17.0",
1111
"node-cmake": "^2.5.1",
1212
"rimraf": "^2.7.1"
1313
},

0 commit comments

Comments
 (0)