fix(bundled_file_error): update aniwatch pkg

To exclude bundled min.js file, instead fetch it from raw github user content
This commit is contained in:
Ritesh Ghosh
2024-12-17 18:09:11 +05:30
parent cddea128b6
commit d65d0f17cc
+1 -1
View File
@@ -34,7 +34,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@hono/node-server": "^1.13.1", "@hono/node-server": "^1.13.1",
"aniwatch": "^2.11.1", "aniwatch": "^2.12.0",
"dotenv": "^16.4.5", "dotenv": "^16.4.5",
"hono": "^4.6.3", "hono": "^4.6.3",
"hono-rate-limiter": "^0.4.0", "hono-rate-limiter": "^0.4.0",