@jocmp/mercury-parser 2.2.5 → 2.2.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jocmp/mercury-parser",
3
- "version": "2.2.5",
3
+ "version": "2.2.6",
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",
@@ -48,7 +48,8 @@
48
48
  "test:build:web": "node ./scripts/proxy-browser-test.js",
49
49
  "test:build:esm": "node ./scripts/proxy-browser-test.js",
50
50
  "watch:test": "jest --watch",
51
- "generate-parser": "node ./dist/generate-custom-parser.js"
51
+ "generate-parser": "node ./dist/generate-custom-parser.js",
52
+ "preview": "node ./scripts/preview.js"
52
53
  },
53
54
  "engines": {
54
55
  "node": ">=10"
@@ -110,16 +111,15 @@
110
111
  "rollup-plugin-node-resolve": "^2.0.0",
111
112
  "rollup-plugin-terser": "^7.0.2",
112
113
  "rollup-plugin-uglify": "^6.0.1",
113
- "watchify": "^3.11.1"
114
+ "watchify": "^4.0.0"
114
115
  },
115
116
  "dependencies": {
116
117
  "@babel/runtime-corejs2": "^7.2.0",
117
- "@postlight/ci-failed-test-reporter": "^1.0",
118
118
  "browser-request": "github:postlight/browser-request#feat-add-headers-to-response",
119
119
  "cheerio": "^0.22.0",
120
120
  "difflib": "github:postlight/difflib.js",
121
121
  "ellipsize": "0.1.0",
122
- "iconv-lite": "0.5.0",
122
+ "iconv-lite": "0.6.3",
123
123
  "jquery": "^3.5.0",
124
124
  "moment": "^2.23.0",
125
125
  "moment-parseformat": "3.0.0",