diff options
| author | Ritesh Ghosh <[email protected]> | 2024-12-17 18:09:11 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2024-12-17 18:09:11 +0530 |
| commit | d65d0f17cc26f53b053ea74e0161e6fa006a6e0d (patch) | |
| tree | 46306144db270c106e251cb72710f437555f3ee2 | |
| parent | cddea128b65e274b6d556a4e045ed28eef42b7dc (diff) | |
| download | aniwatch-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.json | 2 |
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", |
