@hpcc-js/util 2.50.1 → 2.50.3

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/dist/index.js CHANGED
@@ -5,8 +5,8 @@
5
5
  })(this, (function (exports) { 'use strict';
6
6
 
7
7
  var PKG_NAME = "@hpcc-js/util";
8
- var PKG_VERSION = "2.50.1";
9
- var BUILD_VERSION = "2.104.11";
8
+ var PKG_VERSION = "2.50.3";
9
+ var BUILD_VERSION = "2.104.20";
10
10
 
11
11
  /******************************************************************************
12
12
  Copyright (c) Microsoft Corporation.
@@ -66,7 +66,7 @@
66
66
  function verb(n) { return function (v) { return step([n, v]); }; }
67
67
  function step(op) {
68
68
  if (f) throw new TypeError("Generator is already executing.");
69
- while (_) try {
69
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
70
70
  if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
71
71
  if (y = 0, t) op = [op[0] & 2, t.value];
72
72
  switch (op[0]) {
@@ -2432,9 +2432,9 @@
2432
2432
  _this._monitor();
2433
2433
  });
2434
2434
  delete _this._monitorHandle;
2435
- }, this._monitorTimeoutDuraction());
2435
+ }, this._monitorTimeoutDuration());
2436
2436
  };
2437
- StateObject.prototype._monitorTimeoutDuraction = function () {
2437
+ StateObject.prototype._monitorTimeoutDuration = function () {
2438
2438
  ++this._monitorTickCount;
2439
2439
  if (this._monitorTickCount <= 1) { // Once
2440
2440
  return 0;