html-get 2.25.0 → 2.26.0

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
@@ -2,7 +2,7 @@
2
2
  "name": "html-get",
3
3
  "description": "Get the HTML from any website, fine-tuned for correction & speed",
4
4
  "homepage": "https://nicedoc.com/microlinkhq/html-get",
5
- "version": "2.25.0",
5
+ "version": "2.26.0",
6
6
  "types": "index.d.ts",
7
7
  "main": "src/index.js",
8
8
  "bin": {
@@ -26,6 +26,7 @@ const domains = [
26
26
  [['domainWithoutSuffix', 'github']],
27
27
  [['domainWithoutSuffix', 'gitlab']],
28
28
  [['domainWithoutSuffix', 'google']],
29
+ [['domainWithoutSuffix', 'houzz']],
29
30
  [['domainWithoutSuffix', 'huffingtonpost']],
30
31
  [['domainWithoutSuffix', 'imdb']],
31
32
  [['domainWithoutSuffix', 'imgur']],
@@ -233,6 +233,12 @@
233
233
  "giphy"
234
234
  ]
235
235
  ],
236
+ [
237
+ [
238
+ "domainWithoutSuffix",
239
+ "houzz"
240
+ ]
241
+ ],
236
242
  [
237
243
  [
238
244
  "domainWithoutSuffix",