@hpcc-js/common 2.70.0 → 2.71.0

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
@@ -1,8 +1,8 @@
1
1
  import { classID2Meta, hashSum, isArray } from '@hpcc-js/util';
2
2
 
3
3
  var PKG_NAME = "@hpcc-js/common";
4
- var PKG_VERSION = "2.70.0";
5
- var BUILD_VERSION = "2.103.5";
4
+ var PKG_VERSION = "2.71.0";
5
+ var BUILD_VERSION = "2.104.0";
6
6
 
7
7
  /*! *****************************************************************************
8
8
  Copyright (c) Microsoft Corporation.
@@ -5783,7 +5783,7 @@ var Class = /** @class */ (function () {
5783
5783
  };
5784
5784
  Class.prototype.overrideMethod = function (methodID, newMethod) {
5785
5785
  if (this[methodID] === undefined) {
5786
- throw new Error("Method: " + methodID + " does not exist.");
5786
+ throw new Error("Method: ".concat(methodID.toString(), " does not exist."));
5787
5787
  }
5788
5788
  var origMethod = this[methodID];
5789
5789
  this[methodID] = function () {