mirror of
https://github.com/holidayapi/holidayapi-node.git
synced 2025-06-21 12:36:33 +00:00
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:
parent
319d67d84b
commit
d64908041a
6 changed files with 116 additions and 67 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue