utiller 1.0.319 → 1.0.320

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.
@@ -2764,7 +2764,7 @@ var Utiller = /*#__PURE__*/function () {
2764
2764
  var predicate = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : function (document) {
2765
2765
  console.log(document);
2766
2766
  };
2767
- var document = (0, _nodeHtmlParser.parse)(string);
2767
+ var document = (0, _nodeHtmlParser.parse)(htmlString);
2768
2768
  predicate(document);
2769
2769
  return document.toString();
2770
2770
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "utiller",
3
- "version": "1.0.319",
3
+ "version": "1.0.320",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -11,7 +11,7 @@
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
13
  "configerer": "^1.0.11",
14
- "utiller": "^1.0.318",
14
+ "utiller": "^1.0.319",
15
15
  "linepayer": "^1.0.4",
16
16
  "databazer": "^1.0.12",
17
17
  "lodash": "^4.17.20",