Merge branch 'master' into fix/indices

This commit is contained in:
Daniel Patterson 2021-01-27 22:54:39 -08:00
commit 2bec78a2f4
No known key found for this signature in database
GPG Key ID: 19C12BE1725A028B
3 changed files with 7375 additions and 6349 deletions

View File

@ -8,6 +8,7 @@
- FIXED: Avoid copying ManyToMany table results [#5923](https://github.com/Project-OSRM/osrm-backend/pull/5923)
- FIXED: Reduce copying in API parameter constructors [#5925](https://github.com/Project-OSRM/osrm-backend/pull/5925)
- Misc:
- CHANGED: Cleanup NodeJS dependencies [#5945](https://github.com/Project-OSRM/osrm-backend/pull/5945)
- CHANGED: Unify `.osrm.turn_penalites_index` dump processing same with `.osrm.turn_weight_penalties` and `.osrm.turn_duration_penalties` [#5868](https://github.com/Project-OSRM/osrm-backend/pull/5868)
- FIXED: Properly validate source/destination validation in NodeJS table service [#5595](https://github.com/Project-OSRM/osrm-backend/pull/5595/files)
- Profile:

13731
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,11 +4,11 @@
"private": false,
"description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.",
"dependencies": {
"mkdirp": "^0.5.1",
"nan": "^2.14.1",
"node-cmake": "^2.3.2",
"mkdirp": "^0.5.5",
"nan": "^2.14.2",
"node-cmake": "^2.5.1",
"node-pre-gyp": "^0.12.0",
"rimraf": "^2.5.4"
"rimraf": "^2.7.1"
},
"browserify": {
"transform": [
@ -38,24 +38,23 @@
"node": ">=4.0.0"
},
"devDependencies": {
"ansi-escape-sequences": "^4.0.0",
"ansi-escape-sequences": "^5.1.2",
"aws-sdk": "~2.0.31",
"babel-plugin-transform-class-properties": "^6.24.1",
"chalk": "^1.1.3",
"command-line-args": "^5.0.2",
"command-line-args": "^5.1.1",
"command-line-usage": "^5.0.4",
"csv-stringify": "^3.0.0",
"cucumber": "^1.2.1",
"d3-queue": "^2.0.3",
"docbox": "^1.0.11",
"documentation": "^4.0.0-rc.1",
"eslint": "^5.10.0",
"documentation": "^13.1.1",
"eslint": "^5.16.0",
"faucet": "^0.0.1",
"jsonpath": "^1.0.0",
"jsonpath": "^1.1.0",
"node-timeout": "0.0.4",
"polyline": "^0.2.0",
"request": "^2.88.0",
"tape": "^4.7.0",
"request": "^2.88.2",
"tape": "^4.13.3",
"turf": "^3.0.14",
"xmlbuilder": "^4.2.1"
},
@ -63,7 +62,6 @@
"mkdirp",
"nan",
"node-cmake",
"node-pre-gyp",
"rimraf"
],
"main": "lib/index.js",