@types/mapboxgl-spiderifier 1.0.1 → 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.
mapboxgl-spiderifier/README.md
CHANGED
|
@@ -22,6 +22,7 @@ export interface SpiderLegOffsets {
|
|
|
22
22
|
"bottom-right": SpiderLegOffset;
|
|
23
23
|
left: SpiderLegOffset;
|
|
24
24
|
right: SpiderLegOffset;
|
|
25
|
+
[_: string]: SpiderLegOffset;
|
|
25
26
|
}
|
|
26
27
|
export type SpiderLegOffset = [number, number];
|
|
27
28
|
|
|
@@ -84,7 +85,7 @@ export interface SpiderLeg {
|
|
|
84
85
|
````
|
|
85
86
|
|
|
86
87
|
### Additional Details
|
|
87
|
-
* Last updated:
|
|
88
|
+
* Last updated: Mon, 29 Jan 2024 22:06:49 GMT
|
|
88
89
|
* Dependencies: [@types/mapbox-gl](https://npmjs.com/package/@types/mapbox-gl)
|
|
89
90
|
|
|
90
91
|
# Credits
|
mapboxgl-spiderifier/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/mapboxgl-spiderifier",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
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",
|
|
@@ -27,6 +27,6 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@types/mapbox-gl": "*"
|
|
29
29
|
},
|
|
30
|
-
"typesPublisherContentHash": "
|
|
30
|
+
"typesPublisherContentHash": "d6d65129a0b162837a623f90e9588873bcb172f7cd85607f8f6751297d90ceb6",
|
|
31
31
|
"typeScriptVersion": "4.6"
|
|
32
32
|
}
|