Public holidays API (#212)

This commit is contained in:
Dominic Wong
2021-09-21 18:51:19 +01:00
committed by GitHub
parent 09b06bd66f
commit 33653f7698
29 changed files with 1816 additions and 7 deletions

View File

@@ -21,6 +21,7 @@
"./forex": "./dist/forex/index.js",
"./geocoding": "./dist/geocoding/index.js",
"./helloworld": "./dist/helloworld/index.js",
"./holidays": "./dist/holidays/index.js",
"./id": "./dist/id/index.js",
"./image": "./dist/image/index.js",
"./ip": "./dist/ip/index.js",
@@ -59,5 +60,5 @@
},
"type": "module",
"types": "dist/index.d.ts",
"version": "1.0.521"
"version": "1.0.522"
}