@types/leaflet-routing-machine
Advanced tools
Comparing version 3.2.7 to 3.2.8
@@ -326,3 +326,3 @@ import * as L from "leaflet"; | ||
// tslint:disable-next-line interface-name | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
interface IRouter { | ||
@@ -337,3 +337,3 @@ route( | ||
// tslint:disable-next-line interface-name | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
interface IRoute { | ||
@@ -347,3 +347,3 @@ name?: string | undefined; | ||
// tslint:disable-next-line interface-name | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
interface IRouteSummary { | ||
@@ -354,3 +354,3 @@ totalTime: number; | ||
// tslint:disable-next-line interface-name | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
interface IInstruction { | ||
@@ -381,3 +381,3 @@ distance: number; | ||
// tslint:disable-next-line interface-name | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
interface IGeocoderElement { | ||
@@ -389,3 +389,3 @@ container: HTMLElement; | ||
// tslint:disable-next-line interface-name | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
interface IError { | ||
@@ -392,0 +392,0 @@ status: string | number; |
{ | ||
"name": "@types/leaflet-routing-machine", | ||
"version": "3.2.7", | ||
"version": "3.2.8", | ||
"description": "TypeScript definitions for leaflet-routing-machine", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/leaflet-routing-machine", | ||
}, | ||
"typesPublisherContentHash": "dc7b29d058e383a357659cb66c1eb7ca5b2e16e50354952fb1c6e0f455c0cb88", | ||
"typesPublisherContentHash": "92d964ce34cf02fb3b60211dc0ac150fc7db11a6c732b2d4de6dee5e4357d3fd", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 09:09:38 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: [@types/leaflet](https://npmjs.com/package/@types/leaflet) | ||
@@ -14,0 +14,0 @@ |
19285