country-state-city
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "country-state-city", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Library for fetching Country, its States and Cities", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"test": "jest" | ||
"test": "jest", | ||
"build": "tsc -p tsconfig.json" | ||
}, | ||
@@ -37,5 +39,8 @@ "author": "harpreetkhalsagtbit@gmail.com", | ||
"devDependencies": { | ||
"@types/jest": "^24.0.12", | ||
"husky": "^1.3.1", | ||
"jest": "^23.6.0" | ||
"jest": "^23.6.0", | ||
"ts-jest": "^24.0.2", | ||
"typescript": "^3.4.5" | ||
} | ||
} |
@@ -112,5 +112,13 @@ country-state-city | ||
Special Thanks | ||
--------------- | ||
[@baywet](https://github.com/baywet) - For mentoring Javascript to Typescript Conversion | ||
Change Logs | ||
--------------- | ||
**V0.1.3** | ||
1. Development code - Javascript to Typescript conversion: [#12](https://github.com/harpreetkhalsagtbit/country-state-city/pull/12) | ||
**V0.1.0** | ||
@@ -117,0 +125,0 @@ 1. Fix: [#2](https://github.com/harpreetkhalsagtbit/country-state-city/issues/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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
127
40572
5
6
87