@types/mapbox__mapbox-gl-traffic 1.0.2 → 1.0.3

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.
@@ -61,7 +61,7 @@ declare namespace MapboxTraffic {
61
61
  ````
62
62
 
63
63
  ### Additional Details
64
- * Last updated: Tue, 07 Nov 2023 09:09:39 GMT
64
+ * Last updated: Sat, 21 Feb 2026 05:22:18 GMT
65
65
  * Dependencies: [@types/mapbox-gl](https://npmjs.com/package/@types/mapbox-gl), [@types/node](https://npmjs.com/package/@types/node)
66
66
 
67
67
  # Credits
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/mapbox__mapbox-gl-traffic",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
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",
@@ -20,9 +20,10 @@
20
20
  },
21
21
  "scripts": {},
22
22
  "dependencies": {
23
- "@types/mapbox-gl": "*",
23
+ "@types/mapbox-gl": "<3.5",
24
24
  "@types/node": "*"
25
25
  },
26
- "typesPublisherContentHash": "32b9c98632ad672b040fcc70a58f7f5f39b5886f041976364bb5b0b831184777",
27
- "typeScriptVersion": "4.5"
26
+ "peerDependencies": {},
27
+ "typesPublisherContentHash": "8ab60318337ffb6ded0291b632618cdfae14855b58f95abbbe0fa658b3f6d56e",
28
+ "typeScriptVersion": "5.2"
28
29
  }