diff --git a/package.json b/package.json index fb61a75e..46135320 100644 --- a/package.json +++ b/package.json @@ -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", @@ -11,11 +11,7 @@ "main": "./src/main.js", "type": "module", "imports": { - "cross-fetch": "./src/deno/cross-fetch.js", - "linkedom": "https://deno.land/x/deno_dom@v0.1.38/deno-dom-wasm.ts", - "@mozilla/readability": "https://esm.sh/@mozilla/readability@0.4.4", - "sanitize-html": "https://esm.sh/sanitize-html@2.11.0", - "bellajs": "https://esm.sh/bellajs@11.1.2" + "cross-fetch": "./src/deno/cross-fetch.js" }, "browser": { "cross-fetch": "./src/deno/cross-fetch.js", @@ -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",