feat: filter out countries without public holidays

Mostly just a type update to allow for the new flag to be passed in.
Also updated the dependencies to the latest and greatest.
This commit is contained in:
Josh Sherman 2020-03-03 22:31:32 -06:00
parent 319d67d84b
commit d64908041a
6 changed files with 116 additions and 67 deletions

View file

@ -1,6 +1,6 @@
{
"name": "holidayapi",
"version": "3.1.0",
"version": "3.2.0",
"description": "Official Node.js library for Holiday API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -36,7 +36,7 @@
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.7.0",
"jest": "^25.1.0",
"nock": "^11.8.2",
"nock": "^12.0.2",
"ts-jest": "^25.2.0",
"typescript": "^3.7.5"
},