@hpcc-js/comms 2.79.2 → 2.79.4

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.79.2";
615
- var BUILD_VERSION = "2.104.4";
614
+ var PKG_VERSION = "2.79.4";
615
+ var BUILD_VERSION = "2.104.8";
616
616
 
617
617
  /******************************************************************************
618
618
  Copyright (c) Microsoft Corporation.
@@ -2646,7 +2646,7 @@
2646
2646
  var WorkunitsServiceBase = /** @class */ (function (_super) {
2647
2647
  __extends(WorkunitsServiceBase, _super);
2648
2648
  function WorkunitsServiceBase(optsConnection) {
2649
- return _super.call(this, optsConnection, "WsWorkunits", "1.94") || this;
2649
+ return _super.call(this, optsConnection, "WsWorkunits", "1.95") || this;
2650
2650
  }
2651
2651
  WorkunitsServiceBase.prototype.GVCAjaxGraph = function (request) {
2652
2652
  return this._connection.send("GVCAjaxGraph", request, "json", false, undefined, "GVCAjaxGraphResponse");
@@ -2663,9 +2663,6 @@
2663
2663
  WorkunitsServiceBase.prototype.WUAddLocalFileToWorkunit = function (request) {
2664
2664
  return this._connection.send("WUAddLocalFileToWorkunit", request, "json", false, undefined, "WUAddLocalFileToWorkunitResponse");
2665
2665
  };
2666
- WorkunitsServiceBase.prototype.WUAnalyseHotspot = function (request) {
2667
- return this._connection.send("WUAnalyseHotspot", request, "json", false, undefined, "WUAnalyseHotspotResponse");
2668
- };
2669
2666
  WorkunitsServiceBase.prototype.WUCDebug = function (request) {
2670
2667
  return this._connection.send("WUCDebug", request, "json", false, undefined, "WUDebugResponse");
2671
2668
  };
@@ -2949,7 +2946,7 @@
2949
2946
  var WorkunitsService = /** @class */ (function (_super) {
2950
2947
  __extends(WorkunitsService, _super);
2951
2948
  function WorkunitsService(optsConnection) {
2952
- return _super.call(this, optsConnection, "WsWorkunits", "1.85") || this;
2949
+ return _super.call(this, optsConnection, "WsWorkunits", "1.95") || this;
2953
2950
  }
2954
2951
  WorkunitsService.prototype.opts = function () {
2955
2952
  return this._connection.opts();