@types/mapbox__mapbox-sdk 0.13.10 → 0.13.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
mapbox__mapbox-sdk/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for @mapbox/mapbox-sdk (https://github.co
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mapbox__mapbox-sdk.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Wed, 27 Dec 2023 20:07:01 GMT
|
|
12
12
|
* Dependencies: [@types/geojson](https://npmjs.com/package/@types/geojson), [@types/mapbox-gl](https://npmjs.com/package/@types/mapbox-gl), [@types/node](https://npmjs.com/package/@types/node)
|
|
13
13
|
|
|
14
14
|
# Credits
|
mapbox__mapbox-sdk/index.d.ts
CHANGED
|
@@ -914,9 +914,9 @@ declare module "@mapbox/mapbox-sdk/services/geocoding" {
|
|
|
914
914
|
*/
|
|
915
915
|
countries?: string[] | undefined;
|
|
916
916
|
/**
|
|
917
|
-
* Bias local results based on a provided location. Options are
|
|
917
|
+
* Bias local results based on a provided location. Options are longitude,latitude coordinates or the user's ip.
|
|
918
918
|
*/
|
|
919
|
-
proximity?: Coordinates | undefined;
|
|
919
|
+
proximity?: Coordinates | "ip" | undefined;
|
|
920
920
|
/**
|
|
921
921
|
* Filter results by one or more feature types
|
|
922
922
|
*/
|
mapbox__mapbox-sdk/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/mapbox__mapbox-sdk",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.11",
|
|
4
4
|
"description": "TypeScript definitions for @mapbox/mapbox-sdk",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mapbox__mapbox-sdk",
|
|
6
6
|
"license": "MIT",
|
|
@@ -44,6 +44,6 @@
|
|
|
44
44
|
"@types/mapbox-gl": "*",
|
|
45
45
|
"@types/node": "*"
|
|
46
46
|
},
|
|
47
|
-
"typesPublisherContentHash": "
|
|
48
|
-
"typeScriptVersion": "4.
|
|
47
|
+
"typesPublisherContentHash": "10b6a4596c4d2d9d29b594af14cc4e1c59fc8c08910beeb63a6edea9dad7dc57",
|
|
48
|
+
"typeScriptVersion": "4.6"
|
|
49
49
|
}
|