chore(release): 1.0.14-dev

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

ファイルの表示

@ -1,6 +1,6 @@
{
"name": "jandapress",
"version": "1.0.13",
"version": "1.0.14",
"description": "Experimental doujin API with gather in mind",
"main": "build/src/index.js",
"scripts": {
@ -12,7 +12,6 @@
"start:dev": "ts-node-dev src/index.ts",
"lint": "npx eslint . --ext .ts",
"lint:fix": "npx eslint . --fix",
"postinstall": "npm run build",
"test:nhentai": "npx start-server-and-test 3000 \"curl -v http://localhost:3000/nhentai/get?book=177013 | jq '.'\"",
"test:pururin": "npx start-server-and-test 3000 \"curl -v http://localhost:3000/pururin/get?book=47226 | jq '.'\"",
"test:hentaifox": "npx start-server-and-test 3000 \"curl -v http://localhost:3000/hentaifox/get?book=59026 | jq '.'\"",