@types/mapboxgl-spiderifier 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.
@@ -85,7 +85,7 @@ export interface SpiderLeg {
85
85
  ````
86
86
 
87
87
  ### Additional Details
88
- * Last updated: Mon, 29 Jan 2024 22:06:49 GMT
88
+ * Last updated: Sat, 21 Feb 2026 05:22:18 GMT
89
89
  * Dependencies: [@types/mapbox-gl](https://npmjs.com/package/@types/mapbox-gl)
90
90
 
91
91
  # Credits
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/mapboxgl-spiderifier",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "TypeScript definitions for mapboxgl-spiderifier",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mapboxgl-spiderifier",
6
6
  "license": "MIT",
@@ -25,8 +25,9 @@
25
25
  },
26
26
  "scripts": {},
27
27
  "dependencies": {
28
- "@types/mapbox-gl": "*"
28
+ "@types/mapbox-gl": "<3.5"
29
29
  },
30
- "typesPublisherContentHash": "d6d65129a0b162837a623f90e9588873bcb172f7cd85607f8f6751297d90ceb6",
31
- "typeScriptVersion": "4.6"
30
+ "peerDependencies": {},
31
+ "typesPublisherContentHash": "a292c6a6075176f6e6e5918556b5a8de60c1b75224917435ed1fa44c76b16a0e",
32
+ "typeScriptVersion": "5.2"
32
33
  }