@hpcc-js/other 2.15.13 → 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 +3 -3
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +5 -5
- package/src/__package__.ts +2 -2
- package/types/__package__.d.ts +2 -2
- package/types-3.4/__package__.d.ts +2 -2
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.
|
|
21
|
-
var BUILD_VERSION = "2.104.
|
|
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,
|