@types/mapbox__mapbox-gl-traffic 1.0.0 → 1.0.2
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.
|
File without changes
|
|
@@ -8,11 +8,6 @@ This package contains type definitions for @mapbox/mapbox-gl-traffic (https://gi
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mapbox__mapbox-gl-traffic.
|
|
9
9
|
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mapbox__mapbox-gl-traffic/index.d.ts)
|
|
10
10
|
````ts
|
|
11
|
-
// Type definitions for @mapbox/mapbox-gl-traffic 1.0
|
|
12
|
-
// Project: https://github.com/mapbox/mapbox-gl-traffic
|
|
13
|
-
// Definitions by: Niek van Bennekom <https://github.com/niekvb>
|
|
14
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
15
|
-
|
|
16
11
|
/// <reference types="mapbox-gl" />
|
|
17
12
|
/// <reference types="node" />
|
|
18
13
|
|
|
@@ -66,9 +61,8 @@ declare namespace MapboxTraffic {
|
|
|
66
61
|
````
|
|
67
62
|
|
|
68
63
|
### Additional Details
|
|
69
|
-
* Last updated:
|
|
64
|
+
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT
|
|
70
65
|
* Dependencies: [@types/mapbox-gl](https://npmjs.com/package/@types/mapbox-gl), [@types/node](https://npmjs.com/package/@types/node)
|
|
71
|
-
* Global values: `MapboxTraffic`
|
|
72
66
|
|
|
73
67
|
# Credits
|
|
74
68
|
These definitions were written by [Niek van Bennekom](https://github.com/niekvb).
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
// Type definitions for @mapbox/mapbox-gl-traffic 1.0
|
|
2
|
-
// Project: https://github.com/mapbox/mapbox-gl-traffic
|
|
3
|
-
// Definitions by: Niek van Bennekom <https://github.com/niekvb>
|
|
4
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
5
|
-
|
|
6
1
|
/// <reference types="mapbox-gl" />
|
|
7
2
|
/// <reference types="node" />
|
|
8
3
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/mapbox__mapbox-gl-traffic",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "TypeScript definitions for @mapbox/mapbox-gl-traffic",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mapbox__mapbox-gl-traffic",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"contributors": [
|
|
8
8
|
{
|
|
9
9
|
"name": "Niek van Bennekom",
|
|
10
|
-
"
|
|
11
|
-
"
|
|
10
|
+
"githubUsername": "niekvb",
|
|
11
|
+
"url": "https://github.com/niekvb"
|
|
12
12
|
}
|
|
13
13
|
],
|
|
14
14
|
"main": "",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"@types/mapbox-gl": "*",
|
|
24
24
|
"@types/node": "*"
|
|
25
25
|
},
|
|
26
|
-
"typesPublisherContentHash": "
|
|
27
|
-
"typeScriptVersion": "
|
|
26
|
+
"typesPublisherContentHash": "32b9c98632ad672b040fcc70a58f7f5f39b5886f041976364bb5b0b831184777",
|
|
27
|
+
"typeScriptVersion": "4.5"
|
|
28
28
|
}
|