@hpcc-js/comms 2.80.0 → 2.81.1

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
@@ -611,8 +611,8 @@
611
611
  }
612
612
 
613
613
  var PKG_NAME = "@hpcc-js/comms";
614
- var PKG_VERSION = "2.80.0";
615
- var BUILD_VERSION = "2.104.11";
614
+ var PKG_VERSION = "2.81.1";
615
+ var BUILD_VERSION = "2.104.14";
616
616
 
617
617
  /******************************************************************************
618
618
  Copyright (c) Microsoft Corporation.
@@ -672,7 +672,7 @@
672
672
  function verb(n) { return function (v) { return step([n, v]); }; }
673
673
  function step(op) {
674
674
  if (f) throw new TypeError("Generator is already executing.");
675
- while (_) try {
675
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
676
676
  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;
677
677
  if (y = 0, t) op = [op[0] & 2, t.value];
678
678
  switch (op[0]) {
@@ -5632,6 +5632,11 @@
5632
5632
  enumerable: false,
5633
5633
  configurable: true
5634
5634
  });
5635
+ Object.defineProperty(Workunit.prototype, "CompileCost", {
5636
+ get: function () { return this.get("CompileCost"); },
5637
+ enumerable: false,
5638
+ configurable: true
5639
+ });
5635
5640
  Object.defineProperty(Workunit.prototype, "ExecuteCost", {
5636
5641
  get: function () { return this.get("ExecuteCost"); },
5637
5642
  enumerable: false,