auckland-transport
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -1,2 +0,2 @@ | ||
import {JsonObject} from 'type-fest'; | ||
import {JsonObject, JsonArray} from 'type-fest'; | ||
@@ -38,2 +38,2 @@ export interface Options { | ||
*/ | ||
export default function aucklandTransport<ResolveValueType extends JsonObject = JsonObject>(method: string, options: Options): Promise<ResolveValueType>; | ||
export default function aucklandTransport<ResolveValueType extends JsonObject | JsonArray = JsonObject | JsonArray>(method: string, options: Options): Promise<ResolveValueType>; |
{ | ||
"name": "auckland-transport", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A simplified interface for the Auckland Transport API.", | ||
@@ -5,0 +5,0 @@ "repository": "Richienb/auckland-transport", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4220