@hpcc-js/other 2.15.12 → 2.15.14

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.es6.js CHANGED
@@ -17,8 +17,8 @@ function _mergeNamespaces(n, m) {
17
17
  }
18
18
 
19
19
  var PKG_NAME = "@hpcc-js/other";
20
- var PKG_VERSION = "2.15.12";
21
- var BUILD_VERSION = "2.104.30";
20
+ var PKG_VERSION = "2.15.14";
21
+ var BUILD_VERSION = "2.104.35";
22
22
 
23
23
  /******************************************************************************
24
24
  Copyright (c) Microsoft Corporation.
@@ -2209,7 +2209,7 @@ LogicalFile.prototype.query = function (options, filter) {
2209
2209
  options = options || {};
2210
2210
  filter = filter || {};
2211
2211
  var request = {
2212
- Cluster: "hthor",
2212
+ Cluster: "hthor", // TODO: Should not be needed ---
2213
2213
  LogicalName: this._logicalName,
2214
2214
  SuppressXmlSchema: this._xmlSchema !== null,
2215
2215
  Start: 0,