mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-06-03 20:07:19 +09:00
v3.0.4
This commit is contained in:
parent
709ca51b6c
commit
5684f116c9
@ -1,3 +1,7 @@
|
||||
3.0.4 / 2023-02-12
|
||||
------------------
|
||||
* 不要な依存関係を除去
|
||||
|
||||
3.0.3 / 2023-02-12
|
||||
------------------
|
||||
* agentが指定されている(もしくはagentが空のオブジェクトの)場合はプライベートIPのリクエストを許可
|
||||
|
1463
package-lock.json
generated
1463
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "summaly",
|
||||
"version": "3.0.3",
|
||||
"version": "3.0.4",
|
||||
"description": "Get web page's summary",
|
||||
"author": "syuilo <syuilotan@yahoo.co.jp>",
|
||||
"license": "MIT",
|
||||
@ -18,9 +18,6 @@
|
||||
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --silent=false --verbose false",
|
||||
"serve": "fastify start ./built/index.js"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"fastify": "3.24.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jest/globals": "^29.4.2",
|
||||
"@swc/core": "^1.3.35",
|
||||
@ -31,7 +28,6 @@
|
||||
"@types/html-entities": "1.3.4",
|
||||
"@types/node": "16.11.12",
|
||||
"debug": "^4.3.4",
|
||||
"express": "^4.18.2",
|
||||
"fastify": "^4.13.0",
|
||||
"fastify-cli": "^5.7.1",
|
||||
"jest": "^29.4.2",
|
||||
@ -44,7 +40,6 @@
|
||||
"html-entities": "2.3.2",
|
||||
"iconv-lite": "0.6.3",
|
||||
"jschardet": "3.0.0",
|
||||
"koa": "2.13.4",
|
||||
"private-ip": "2.3.3",
|
||||
"trace-redirect": "1.0.6"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user