Comparing version 1.3.2 to 1.3.3
@@ -19,3 +19,3 @@ "use strict"; | ||
} | ||
OneMap.BASE_URL = 'https://developers.onemap.sg'; | ||
exports.OneMap = OneMap; | ||
OneMap.BASE_URL = 'https://developers.onemap.sg'; |
{ | ||
"name": "onemapsg", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"author": "Chang Zhe Jiet", | ||
@@ -26,5 +26,5 @@ "description": "Helper library for using OneMap APIs.", | ||
"test": "jest", | ||
"build": "del-cli --force dist && tsc", | ||
"build": "rm -rf dist && tsc", | ||
"prepublishOnly": "npm run build", | ||
"postpublish": "del-cli --force dist", | ||
"postpublish": "rm -rf dist", | ||
"postversion": "git push" | ||
@@ -37,14 +37,13 @@ }, | ||
"devDependencies": { | ||
"@types/jest": "^29.2.5", | ||
"@typescript-eslint/eslint-plugin": "^5.48.1", | ||
"@typescript-eslint/parser": "^5.48.1", | ||
"del-cli": "^4.0.1", | ||
"eslint": "^8.32.0", | ||
"eslint-plugin-import": "^2.27.4", | ||
"eslint-plugin-security": "^1.6.0", | ||
"jest": "^29.3.1", | ||
"@types/jest": "^29.5.0", | ||
"@typescript-eslint/eslint-plugin": "^5.55.0", | ||
"@typescript-eslint/parser": "^5.55.0", | ||
"eslint": "^8.36.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-security": "^1.7.1", | ||
"jest": "^29.5.0", | ||
"ts-jest": "^29.0.5", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.4" | ||
"typescript": "^5.0.2" | ||
} | ||
} |
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
10
34518