@jocmp/mercury-parser 3.0.5 → 3.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generate-custom-parser.js +177 -57
- package/dist/generate-custom-parser.js.map +1 -1
- package/dist/mercury.js +139 -34
- package/dist/mercury.js.map +1 -1
- package/dist/mercury.web.js +2 -2
- package/dist/mercury.web.js.map +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jocmp/mercury-parser",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.7",
|
|
4
4
|
"description": "Mercury Parser transforms web pages into clean text. Publishers and programmers use it to make the web make sense, and readers use it to read any web article comfortably.",
|
|
5
5
|
"author": "jocmp <hello@jocmp.com>",
|
|
6
6
|
"homepage": "https://github.com/jocmp/mercury-parser",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@eslint/eslintrc": "^3.3.4",
|
|
63
63
|
"@jesses/circle-github-bot": "^2.1.0",
|
|
64
64
|
"@octokit/rest": "^22.0.1",
|
|
65
|
-
"@rollup/plugin-babel": "^
|
|
65
|
+
"@rollup/plugin-babel": "^7.0.0",
|
|
66
66
|
"@rollup/plugin-commonjs": "^29.0.0",
|
|
67
67
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
68
68
|
"@rollup/plugin-terser": "^1.0.0",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"cheerio": "^1.1.2",
|
|
104
104
|
"dayjs": "^1.11.19",
|
|
105
105
|
"difflib": "github:postlight/difflib.js",
|
|
106
|
-
"ellipsize": "0.
|
|
106
|
+
"ellipsize": "0.6.0",
|
|
107
107
|
"iconv-lite": "0.7.2",
|
|
108
108
|
"postman-request": "^2.88.1-postman.31",
|
|
109
109
|
"string-direction": "^0.1.2",
|