Comparing version 0.1.0 to 0.2.0
@@ -15,3 +15,3 @@ import OneMap from '..'; | ||
ROAD: string; | ||
POSTALCODE: number; | ||
POSTALCODE: string; | ||
FEATURE_NAME: string; | ||
@@ -18,0 +18,0 @@ XCOORD: number; |
@@ -20,3 +20,3 @@ import OneMap from '..'; | ||
ADDRESS: string; | ||
POSTAL: number; | ||
POSTAL: string; | ||
X: number; | ||
@@ -23,0 +23,0 @@ Y: number; |
{ | ||
"name": "onemapsg", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"author": "Chang Zhe Jiet", | ||
"description": "Wrapper for calling OneMap APIs.", | ||
"description": "Helper library for using OneMap APIs.", | ||
"keywords": [ | ||
@@ -63,2 +63,2 @@ "onemap", | ||
} | ||
} | ||
} |
@@ -8,3 +8,3 @@ # **onemapsg** | ||
Wrapper library to use Singapore OneMap APIs (https://docs.onemap.sg/). | ||
Helper library for using OneMap APIs (https://docs.onemap.sg/). | ||
@@ -11,0 +11,0 @@ ## **Install via NPM** |
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
42694