@types/mapbox__mapbox-gl-traffic 1.0.0 → 1.0.1

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: Thu, 14 Apr 2022 06:01:17 GMT
64
+ * Last updated: Wed, 18 Oct 2023 05:47:08 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.0",
3
+ "version": "1.0.1",
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
- "url": "https://github.com/niekvb",
11
- "githubUsername": "niekvb"
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": "abcd9fc7667e376df8b84caf0fcca957e52f387a55c0fb33fa68528bbb517b9a",
27
- "typeScriptVersion": "3.9"
26
+ "typesPublisherContentHash": "4792f38fb12786d1d007370015f3780374aba38fbe5743640581cf28c6009599",
27
+ "typeScriptVersion": "4.5"
28
28
  }