diff options
| author | Ritesh Ghosh <[email protected]> | 2024-12-19 15:58:20 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2024-12-19 15:58:20 +0530 |
| commit | cd41a54a7ee968c2df8ad46de653c7617d13649f (patch) | |
| tree | cca227ea848b9f9c3c5c5006ffef9ff4f17ca586 | |
| parent | a076d955504a640c2dadfee23ba6e1491a1fc9a2 (diff) | |
| download | aniwatch-api-cd41a54a7ee968c2df8ad46de653c7617d13649f.tar.xz aniwatch-api-cd41a54a7ee968c2df8ad46de653c7617d13649f.zip | |
feat(megacloud): update aniwatch pkg
fixing wasm module load error hindering source extraction
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index f9a2544..90d9021 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "license": "MIT", "dependencies": { "@hono/node-server": "^1.13.1", - "aniwatch": "^2.14.0", + "aniwatch": "^2.15.0", "dotenv": "^16.4.5", "hono": "^4.6.3", "hono-rate-limiter": "^0.4.0", |
