Skip to content

Commit e2e2257

Browse files
committed
8.0.18
- Update dependencies - Update CI config - Update README
1 parent e877084 commit e2e2257

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

.github/workflows/ci-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node_version: [18.x, 20.x, 22.x, 23.x]
15+
node_version: [20.x, 22.x, 23.x]
1616

1717
steps:
1818
- uses: actions/checkout@v4

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ Extract main article, main image and meta data from URL.
1010

1111
## Demo
1212

13-
- [Give it a try!](https://extractor-demos.pages.dev/article-extractor)
14-
- [Example FaaS](https://extractus.deno.dev/extract?apikey=rn0wbHos2e73W6ghQf705bdF&type=article&url=https://github.blog/2022-11-17-octoverse-2022-10-years-of-tracking-open-source/)
15-
13+
- [Give it a try!](https://extractus-demo.vercel.app/article)
1614

1715
## Install & Usage
1816

package.json

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "8.0.17",
2+
"version": "8.0.18",
33
"name": "@extractus/article-extractor",
44
"description": "To extract main article from given URL",
55
"homepage": "https://github.com/extractus/article-extractor",
@@ -30,18 +30,19 @@
3030
"reset": "node reset"
3131
},
3232
"dependencies": {
33-
"@mozilla/readability": "^0.5.0",
33+
"@mozilla/readability": "^0.6.0",
3434
"bellajs": "^11.2.0",
3535
"cross-fetch": "^4.1.0",
36-
"linkedom": "^0.18.9",
37-
"sanitize-html": "2.14.0"
36+
"linkedom": "^0.18.10",
37+
"sanitize-html": "2.16.0"
3838
},
3939
"devDependencies": {
40-
"@types/sanitize-html": "^2.13.0",
41-
"eslint": "^9.20.0",
42-
"globals": "^15.14.0",
40+
"@eslint/js": "^9.26.0",
41+
"@types/sanitize-html": "^2.15.0",
42+
"eslint": "^9.26.0",
43+
"globals": "^16.0.0",
4344
"https-proxy-agent": "^7.0.6",
44-
"nock": "^14.0.1"
45+
"nock": "^14.0.4"
4546
},
4647
"keywords": [
4748
"article",

0 commit comments

Comments
 (0)