@types/mapbox__mapbox-sdk 0.13.7 → 0.13.9
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 +1 -2
- mapbox__mapbox-sdk/index.d.ts +0 -10
- mapbox__mapbox-sdk/package.json +12 -12
mapbox__mapbox-sdk/README.md
CHANGED
|
@@ -8,9 +8,8 @@ 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: Tue, 07 Nov 2023 09:09:39 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
|
-
* Global values: none
|
|
14
13
|
|
|
15
14
|
# Credits
|
|
16
15
|
These definitions were written by [Jeff Dye](https://github.com/jeffbdye), [Mike O'Meara](https://github.com/mikeomeara1), [chachan](https://github.com/chachan), [techieshark](https://github.com/techieshark), and [Robin Heinemann](https://github.com/rroohhh).
|
mapbox__mapbox-sdk/index.d.ts
CHANGED
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
// Type definitions for @mapbox/mapbox-sdk 0.13
|
|
2
|
-
// Project: https://github.com/mapbox/mapbox-sdk-js
|
|
3
|
-
// Definitions by: Jeff Dye <https://github.com/jeffbdye>
|
|
4
|
-
// Mike O'Meara <https://github.com/mikeomeara1>
|
|
5
|
-
// chachan <https://github.com/chachan>
|
|
6
|
-
// techieshark <https://github.com/techieshark>
|
|
7
|
-
// Robin Heinemann <https://github.com/rroohhh>
|
|
8
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
9
|
-
// TypeScript Version: 3.0
|
|
10
|
-
|
|
11
1
|
/// <reference types="node" />
|
|
12
2
|
|
|
13
3
|
// eslint-disable-next-line @definitelytyped/no-declare-current-package
|
mapbox__mapbox-sdk/package.json
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/mapbox__mapbox-sdk",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.9",
|
|
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",
|
|
7
7
|
"contributors": [
|
|
8
8
|
{
|
|
9
9
|
"name": "Jeff Dye",
|
|
10
|
-
"
|
|
11
|
-
"
|
|
10
|
+
"githubUsername": "jeffbdye",
|
|
11
|
+
"url": "https://github.com/jeffbdye"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"name": "Mike O'Meara",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
15
|
+
"githubUsername": "mikeomeara1",
|
|
16
|
+
"url": "https://github.com/mikeomeara1"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
19
|
"name": "chachan",
|
|
20
|
-
"
|
|
21
|
-
"
|
|
20
|
+
"githubUsername": "chachan",
|
|
21
|
+
"url": "https://github.com/chachan"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"name": "techieshark",
|
|
25
|
-
"
|
|
26
|
-
"
|
|
25
|
+
"githubUsername": "techieshark",
|
|
26
|
+
"url": "https://github.com/techieshark"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"name": "Robin Heinemann",
|
|
30
|
-
"
|
|
31
|
-
"
|
|
30
|
+
"githubUsername": "rroohhh",
|
|
31
|
+
"url": "https://github.com/rroohhh"
|
|
32
32
|
}
|
|
33
33
|
],
|
|
34
34
|
"main": "",
|
|
@@ -44,6 +44,6 @@
|
|
|
44
44
|
"@types/mapbox-gl": "*",
|
|
45
45
|
"@types/node": "*"
|
|
46
46
|
},
|
|
47
|
-
"typesPublisherContentHash": "
|
|
47
|
+
"typesPublisherContentHash": "67b56b48ed9ea511dc8fce7cdc1c9ff0f9aeb839088e81d57b4de3a9bf0c7682",
|
|
48
48
|
"typeScriptVersion": "4.5"
|
|
49
49
|
}
|