Skip to content

Commit

Permalink
v8.0.1
Browse files Browse the repository at this point in the history
- Update dependencies
- Update imports section
  • Loading branch information
ndaidong committed Jul 22, 2023
1 parent aaa1996 commit 959a166
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "8.0.0",
"version": "8.0.1",
"name": "@extractus/article-extractor",
"description": "To extract main article from given URL",
"homepage": "https://github.com/extractus/article-extractor",
Expand All @@ -11,11 +11,7 @@
"main": "./src/main.js",
"type": "module",
"imports": {
"cross-fetch": "./src/deno/cross-fetch.js",
"linkedom": "https://deno.land/x/[email protected]/deno-dom-wasm.ts",
"@mozilla/readability": "https://esm.sh/@mozilla/[email protected]",
"sanitize-html": "https://esm.sh/[email protected]",
"bellajs": "https://esm.sh/[email protected]"
"cross-fetch": "./src/deno/cross-fetch.js"
},
"browser": {
"cross-fetch": "./src/deno/cross-fetch.js",
Expand All @@ -37,15 +33,15 @@
"@mozilla/readability": "^0.4.4",
"bellajs": "^11.1.2",
"cross-fetch": "^4.0.0",
"linkedom": "^0.14.26",
"linkedom": "^0.15.1",
"sanitize-html": "2.11.0"
},
"devDependencies": {
"@types/sanitize-html": "^2.9.0",
"eslint": "^8.44.0",
"eslint": "^8.45.0",
"https-proxy-agent": "^7.0.1",
"jest": "^29.6.1",
"nock": "^13.3.1"
"nock": "^13.3.2"
},
"keywords": [
"article",
Expand Down

0 comments on commit 959a166

Please sign in to comment.