Comparing version 1.3.3 to 1.4.0
@@ -6,5 +6,5 @@ import { OneMap } from '../OneMap'; | ||
protected constructor(onemap: OneMap, serviceName: string); | ||
commonapi(endpoint: string, query?: any): Promise<any>; | ||
privateapi(endpoint: string, query?: any): Promise<any>; | ||
getCommonApiUri(endpoint: string, query?: any): string; | ||
protected commonapi(endpoint: string, query?: any): Promise<any>; | ||
protected privateapi(endpoint: string, query?: any): Promise<any>; | ||
protected getCommonApiUri(endpoint: string, query?: any): string; | ||
} |
{ | ||
"name": "onemapsg", | ||
"version": "1.3.3", | ||
"version": "1.4.0", | ||
"author": "Chang Zhe Jiet", | ||
@@ -26,2 +26,3 @@ "description": "Helper library for using OneMap APIs.", | ||
"test": "jest", | ||
"build:watch": "tsc -w", | ||
"build": "rm -rf dist && tsc", | ||
@@ -28,0 +29,0 @@ "prepublishOnly": "npm run build", |
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
34577