added 'accept' header to API calls for faster response times, updated deps and compat date

This commit is contained in:
uh wot 2022-11-06 19:37:37 +01:00
parent 0a1e2fbe90
commit c09a27e99b
Signed by: uhwot
GPG key ID: CB2454984587B781
4 changed files with 316 additions and 123 deletions

View file

@ -12,10 +12,10 @@
"author": "uh_wot <uhwot@protonmail.com>",
"license": "MIT",
"devDependencies": {
"wrangler": "^2.0.26"
"wrangler": "^2.1.15"
},
"dependencies": {
"browser-id3-writer": "^4.4.0",
"itty-router": "^2.6.1"
"itty-router": "^2.6.6"
}
}