diff --git a/docs/services.md b/docs/services.md index 7c45833..a487cd1 100644 --- a/docs/services.md +++ b/docs/services.md @@ -2016,7 +2016,7 @@ Type: [Object][200] - `radius` **[number][205]?** A number in meters indicating the assumed precision of the used tracking device. - `isWaypoint` **[boolean][202]?** Whether this coordinate is waypoint or not. The first and last coordinates will always be waypoints. - `waypointName` **[string][201]?** Custom name for the waypoint used for the arrival instruction in banners and voice instructions. Will be ignored unless `isWaypoint` is `true`. -- `timestamp` **(tring | [number][205] \| [Date][206])?** Datetime corresponding to the coordinate. +- `timestamp` **([string][201] \| [number][205] \| [Date][206])?** Datetime corresponding to the coordinate. ### MatrixPoint diff --git a/package-lock.json b/package-lock.json index 6545b72..b85331a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@mapbox/mapbox-sdk", - "version": "0.12.0", + "version": "0.12.1", "lockfileVersion": 1, "requires": true, "dependencies": {