aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2024-12-17 18:09:11 +0530
committerRitesh Ghosh <[email protected]>2024-12-17 18:09:11 +0530
commitd65d0f17cc26f53b053ea74e0161e6fa006a6e0d (patch)
tree46306144db270c106e251cb72710f437555f3ee2
parentcddea128b65e274b6d556a4e045ed28eef42b7dc (diff)
downloadaniwatch-api-d65d0f17cc26f53b053ea74e0161e6fa006a6e0d.tar.xz
aniwatch-api-d65d0f17cc26f53b053ea74e0161e6fa006a6e0d.zip
fix(bundled_file_error): update aniwatch pkg
To exclude bundled min.js file, instead fetch it from raw github user content
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 4d38c6c..d6db090 100644
--- a/package.json
+++ b/package.json
@@ -34,7 +34,7 @@
"license": "MIT",
"dependencies": {
"@hono/node-server": "^1.13.1",
- "aniwatch": "^2.11.1",
+ "aniwatch": "^2.12.0",
"dotenv": "^16.4.5",
"hono": "^4.6.3",
"hono-rate-limiter": "^0.4.0",