html-urls 2.4.59 → 2.4.60

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +11 -6
package/README.md CHANGED
@@ -107,4 +107,4 @@ Remove duplicated links detected over all the HTML tags.
107
107
  **html-urls** © [Kiko Beats](https://kikobeats.com), released under the [MIT](https://github.com/Kikobeats/html-urls/blob/master/LICENSE.md) License.<br>
108
108
  Authored and maintained by Kiko Beats with help from [contributors](https://github.com/Kikobeats/html-urls/contributors).
109
109
 
110
- > [kikobeats.com](https://kikobeats.com) · GitHub [@Kiko Beats](https://github.com/Kikobeats) · Twitter [@Kikobeats](https://twitter.com/Kikobeats)
110
+ > [kikobeats.com](https://kikobeats.com) · GitHub [@Kiko Beats](https://github.com/Kikobeats) · X [@Kikobeats](https://x.com/Kikobeats)
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "html-urls",
3
3
  "description": "Get all links from a HTML markup",
4
4
  "homepage": "https://github.com/Kikobeats/html-urls",
5
- "version": "2.4.59",
5
+ "version": "2.4.60",
6
6
  "main": "src/index.js",
7
7
  "author": {
8
8
  "email": "josefrancisco.verdu@gmail.com",
@@ -27,10 +27,10 @@
27
27
  "urls"
28
28
  ],
29
29
  "dependencies": {
30
- "@metascraper/helpers": "~5.45.0",
31
- "cheerio": "~1.0.0-rc.11",
32
- "is-uri": "~1.2.4",
33
- "is-url-http": "~2.3.0",
30
+ "@metascraper/helpers": "~5.45.22",
31
+ "cheerio": "~1.0.0",
32
+ "is-uri": "~1.2.6",
33
+ "is-url-http": "~2.3.8",
34
34
  "lodash": "~4.17.21",
35
35
  "matcher": "~4.0.0"
36
36
  },
@@ -82,7 +82,12 @@
82
82
  "commitlint": {
83
83
  "extends": [
84
84
  "@commitlint/config-conventional"
85
- ]
85
+ ],
86
+ "rules": {
87
+ "body-max-line-length": [
88
+ 0
89
+ ]
90
+ }
86
91
  },
87
92
  "nano-staged": {
88
93
  "*.js": [