utiller 1.0.182 → 1.0.183

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.
@@ -34,7 +34,7 @@ Pooller 有以下特點:
34
34
  6.可以設定taskFailHandler, 這樣遇到錯誤就不會停掉poollers
35
35
  *
36
36
  */
37
- var SPECIFICITY_DEBUG = true;
37
+ var SPECIFICITY_DEBUG = false;
38
38
  var _run = /*#__PURE__*/new WeakMap();
39
39
  var InfinitePool = /*#__PURE__*/function () {
40
40
  function InfinitePool() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "utiller",
3
- "version": "1.0.182",
3
+ "version": "1.0.183",
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.181",
14
+ "utiller": "^1.0.182",
15
15
  "linepayer": "^1.0.4",
16
16
  "databazer": "^1.0.11",
17
17
  "lodash": "^4.17.20",