mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-04-29 02:37:27 +09:00
4.0.2
This commit is contained in:
parent
1bab7afee6
commit
994f420b46
@ -1,3 +1,7 @@
|
||||
4.0.2 / 2023-04-20
|
||||
------------------
|
||||
* YouTubeをフルスクリーンにできない問題を修正
|
||||
|
||||
4.0.1 / 2023-03-16
|
||||
------------------
|
||||
* oEmbedの読み込みでエラーが発生した際は、エラーにせずplayerの中身をnullにするように
|
||||
|
13
package.json
13
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "summaly",
|
||||
"version": "4.0.1",
|
||||
"version": "4.0.2",
|
||||
"description": "Get web page's summary",
|
||||
"author": "syuilo <syuilotan@yahoo.co.jp>",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,7 @@
|
||||
"main": "./built/index.js",
|
||||
"type": "module",
|
||||
"types": "./built/index.d.ts",
|
||||
"packageManager": "pnpm@8.3.1",
|
||||
"files": [
|
||||
"built",
|
||||
"LICENSE"
|
||||
@ -19,17 +20,17 @@
|
||||
"serve": "fastify start ./built/index.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jest/globals": "^29.4.2",
|
||||
"@swc/core": "^1.3.35",
|
||||
"@swc/jest": "^0.2.24",
|
||||
"@jest/globals": "^29.5.0",
|
||||
"@swc/core": "^1.3.52",
|
||||
"@swc/jest": "^0.2.26",
|
||||
"@types/cheerio": "0.22.18",
|
||||
"@types/debug": "4.1.7",
|
||||
"@types/escape-regexp": "^0.0.1",
|
||||
"@types/node": "16.11.12",
|
||||
"debug": "^4.3.4",
|
||||
"fastify": "^4.13.0",
|
||||
"fastify": "^4.15.0",
|
||||
"fastify-cli": "^5.7.1",
|
||||
"jest": "^29.4.2",
|
||||
"jest": "^29.5.0",
|
||||
"typescript": "4.5.3"
|
||||
},
|
||||
"dependencies": {
|
||||
|
1409
pnpm-lock.yaml
generated
1409
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user