chore: bump version

このコミットが含まれているのは:
sinkaroid 2022-12-14 02:44:16 +07:00
コミット 41d2385334
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: ABD69470B2390135
2個のファイルの変更15行の追加8行の削除

ファイルの表示

@ -71,7 +71,9 @@ You enjoy consume doujin sites to build web applications. There are a lot sites
## Installation
### Docker
[`docker pull ghcr.io/sinkaroid/jandapress:latest`](https://github.com/sinkaroid/jandapress/pkgs/container/jandapress)
docker pull ghcr.io/sinkaroid/jandapress:latest
docker run -p 3000:3000 -d ghcr.io/sinkaroid/jandapress:latest
### Manual
`git clone https://github.com/sinkaroid/jandapress.git`
@ -176,6 +178,7 @@ The missing piece of hentai2read.com
- TBA
- Example
- https://janda.mod.land/hentai2read/get?book=butabako_shotaone_matome_fgo_hen/1
- https://janda.mod.land/hentai2read/search?key=futanari
### Simply-hentai
The missing piece of simply-hentai.com

ファイルの表示

@ -1,6 +1,6 @@
{
"name": "jandapress",
"version": "1.0.18",
"version": "1.0.19",
"description": "Experimental doujin API with gather in mind",
"main": "build/src/index.js",
"scripts": {
@ -22,6 +22,10 @@
},
"keywords": [],
"author": "sinkaroid",
"repository": {
"type": "git",
"url": "git+https://github.com/sinkaroid/jandapress.git"
},
"license": "MIT",
"dependencies": {
"cheerio": "^1.0.0-rc.11",
@ -30,24 +34,24 @@
"express-rate-limit": "^6.4.0",
"express-slow-down": "^1.4.0",
"phin": "^3.6.1",
"pino": "^7.11.0",
"pino-pretty": "^8.0.0"
"pino": "^8.7.0",
"pino-pretty": "^9.1.1"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/express-rate-limit": "^6.0.0",
"@types/express": "^4.17.14",
"@types/express-slow-down": "^1.3.2",
"@types/node": "^14.14.37",
"@types/node": "^18.11.13",
"@types/tough-cookie": "^4.0.2",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"dotenv": "^16.0.1",
"eslint": "^7.32.0",
"eslint": "^8.29.0",
"npx": "^10.2.2",
"start-server-and-test": "^1.14.0",
"ts-node": "^10.8.1",
"ts-node-dev": "^2.0.0",
"typescript": "4.6.3"
"typescript": "4.9.4"
},
"engines": {
"node": ">=14"