chore(release): v2.13.1 [skip ci]

This commit is contained in:
Conventional Changelog Action
2025-05-11 18:45:19 +00:00
parent 3f2dbede4f
commit 9ec9efe1af
2 changed files with 59 additions and 64 deletions
+4 -9
View File
@@ -1,3 +1,7 @@
## [2.13.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.13.0...v2.13.1) (2025-05-11)
# [2.13.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.12.0...v2.13.0) (2025-05-11) # [2.13.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.12.0...v2.13.0) (2025-05-11)
@@ -32,12 +36,3 @@
## [2.11.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.11.0...v2.11.1) (2025-01-01)
### Bug Fixes
* **ts build error:** fixed ts build error due to conflicting types ([cb5a467](https://github.com/ghoshRitesh12/aniwatch-api/commit/cb5a4672a8c3b0729bbb4522a3af252f7b336b97))
+55 -55
View File
@@ -1,57 +1,57 @@
{ {
"name": "aniwatch-api", "name": "aniwatch-api",
"version": "2.13.0", "version": "2.13.1",
"description": "Node.js API for obtaining anime information from hianimez.to", "description": "Node.js API for obtaining anime information from hianimez.to",
"main": "src/server.ts", "main": "src/server.ts",
"type": "module", "type": "module",
"scripts": { "scripts": {
"start": "tsx src/server.ts", "start": "tsx src/server.ts",
"dev": "tsx watch src/server.ts", "dev": "tsx watch src/server.ts",
"build": "tsc -p tsconfig.json", "build": "tsc -p tsconfig.json",
"vercel-build": "echo \"Hello\"", "vercel-build": "echo \"Hello\"",
"prepare": "node .husky/install.mjs", "prepare": "node .husky/install.mjs",
"test": "vitest run --config vitest.config.ts", "test": "vitest run --config vitest.config.ts",
"healthcheck": "curl -f http://localhost:4000/health", "healthcheck": "curl -f http://localhost:4000/health",
"lint": "tsc", "lint": "tsc",
"format": "prettier --cache --write .", "format": "prettier --cache --write .",
"format:check": "prettier --cache --check ." "format:check": "prettier --cache --check ."
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/ghoshRitesh12/aniwatch-api.git" "url": "git+https://github.com/ghoshRitesh12/aniwatch-api.git"
}, },
"bugs": { "bugs": {
"url": "https://github.com/ghoshRitesh12/aniwatch-api/issues" "url": "https://github.com/ghoshRitesh12/aniwatch-api/issues"
}, },
"homepage": "https://github.com/ghoshRitesh12/aniwatch-api#readme", "homepage": "https://github.com/ghoshRitesh12/aniwatch-api#readme",
"keywords": [ "keywords": [
"anime", "anime",
"weeb", "weeb",
"scraper", "scraper",
"zoro.to", "zoro.to",
"aniwatch.to", "aniwatch.to",
"hianime.to", "hianime.to",
"hianimez.to" "hianimez.to"
], ],
"author": "https://github.com/ghoshRitesh12", "author": "https://github.com/ghoshRitesh12",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@hono/node-server": "^1.14.1", "@hono/node-server": "^1.14.1",
"aniwatch": "^2.22.0", "aniwatch": "^2.22.0",
"dotenv": "^16.5.0", "dotenv": "^16.5.0",
"envalid": "^8.0.0", "envalid": "^8.0.0",
"hono": "^4.7.9", "hono": "^4.7.9",
"hono-rate-limiter": "^0.4.2", "hono-rate-limiter": "^0.4.2",
"ioredis": "^5.6.1", "ioredis": "^5.6.1",
"pino": "^9.6.0", "pino": "^9.6.0",
"tsx": "^4.19.4" "tsx": "^4.19.4"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^22.15.17", "@types/node": "^22.15.17",
"husky": "^9.1.7", "husky": "^9.1.7",
"pino-pretty": "^13.0.0", "pino-pretty": "^13.0.0",
"prettier": "^3.5.3", "prettier": "^3.5.3",
"typescript": "^5.8.3", "typescript": "^5.8.3",
"vitest": "^3.1.3" "vitest": "^3.1.3"
} }
} }