switched to wrangler 2.0, fixed NaN check on track id, updated compat date

This commit is contained in:
uh wot 2022-05-13 00:25:00 +02:00
parent 0dcc61196f
commit 58884fb608
Signed by: uhwot
GPG key ID: CB2454984587B781
12 changed files with 475 additions and 2684 deletions

View file

@ -4,19 +4,18 @@
"description": "worker for getting deezer track urls",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write '**/*.{js,css,json,md}'"
"dev": "wrangler dev",
"dev_local": "wrangler dev --local",
"publish": "wrangler publish",
"wasm_build": "node wasm_build.mjs"
},
"author": "uh_wot <uhwot@protonmail.com>",
"license": "MIT",
"devDependencies": {
"@wasm-tool/wasm-pack-plugin": "^1.6.0",
"html-loader": "^1.3.2",
"prettier": "^2.6.2"
"wrangler": "^2.0.3"
},
"dependencies": {
"browser-id3-writer": "^4.4.0",
"itty-router": "^2.6.1",
"serverless-cloudflare-workers": "^1.2.0"
"itty-router": "^2.6.1"
}
}