@colearn/microservices-kit
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -5,3 +5,3 @@ import fetch from 'isomorphic-unfetch'; | ||
constructor(baseURL: string); | ||
protected fetchJson(url: string, init?: fetch.IsomorphicRequestInit, token?: any): Promise<any>; | ||
protected fetchJson(url: string, init?: fetch.IsomorphicRequestInit, token?: any): Promise<fetch.IsomorphicResponse>; | ||
} |
{ | ||
"name": "@colearn/microservices-kit", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "colearn microservice kit", | ||
@@ -5,0 +5,0 @@ "author": "Colearn", |
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
33865