Skip to content

Commit

Permalink
Bump up version to 5.1.3 (#20)
Browse files Browse the repository at this point in the history
+ update deps
  • Loading branch information
u1-liquid authored Dec 20, 2024
1 parent a6cd475 commit e3b6b83
Show file tree
Hide file tree
Showing 2 changed files with 279 additions and 276 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@misskey-dev/summaly",
"version": "5.1.2",
"version": "5.1.3",
"description": "Get web page's summary",
"author": "syuilo <[email protected]>",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
"main": "./dist/index.js",
"type": "module",
"types": "./dist/index.d.ts",
"packageManager": "pnpm@9.14.2",
"packageManager": "pnpm@9.15.1+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf",
"files": ["dist", "LICENSE"],
"scripts": {
"build": "pnpm run build:swc && pnpm run build:dts",
Expand All @@ -24,17 +24,17 @@
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@jest/globals": "29.7.0",
"@swc/cli": "0.5.1",
"@swc/core": "1.9.3",
"@swc/cli": "0.5.2",
"@swc/core": "1.10.1",
"@swc/jest": "0.2.37",
"@types/cheerio": "0.22.35",
"@types/debug": "4.1.12",
"@types/escape-regexp": "0.0.3",
"@types/node": "22.10.0",
"debug": "4.3.7",
"fastify": "5.0.0",
"@types/node": "22.10.2",
"debug": "4.4.0",
"fastify": "5.2.0",
"jest": "29.7.0",
"lefthook": "1.8.4",
"lefthook": "1.10.0",
"typescript": "5.7.2"
},
"dependencies": {
Expand Down
Loading

0 comments on commit e3b6b83

Please sign in to comment.