@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hpcc-js/common",
3
- "version": "2.70.0",
3
+ "version": "2.71.0",
4
4
  "description": "hpcc-js - Viz Common",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es6",
@@ -90,5 +90,5 @@
90
90
  "url": "https://github.com/hpcc-systems/Visualization/issues"
91
91
  },
92
92
  "homepage": "https://github.com/hpcc-systems/Visualization",
93
- "gitHead": "c89642c69c9fd13e236a79a6868022a89a44513d"
93
+ "gitHead": "62cc2d8321326a26647c5ab7e408ece836bfe193"
94
94
  }
package/src/Class.ts CHANGED
@@ -44,7 +44,7 @@ export class Class {
44
44
 
45
45
  overrideMethod<M extends keyof this>(methodID: M, newMethod: this[M]): this {
46
46
  if (this[methodID] === undefined) {
47
- throw new Error("Method: " + methodID + " does not exist.");
47
+ throw new Error(`Method: ${methodID.toString()} does not exist.`);
48
48
  }
49
49
  const origMethod = this[methodID];
50
50
  this[methodID] = function () {
@@ -1,3 +1,3 @@
1
1
  export const PKG_NAME = "@hpcc-js/common";
2
- export const PKG_VERSION = "2.70.0";
3
- export const BUILD_VERSION = "2.103.5";
2
+ export const PKG_VERSION = "2.71.0";
3
+ export const BUILD_VERSION = "2.104.0";
@@ -1,4 +1,4 @@
1
1
  export declare const PKG_NAME = "@hpcc-js/common";
2
- export declare const PKG_VERSION = "2.70.0";
3
- export declare const BUILD_VERSION = "2.103.5";
2
+ export declare const PKG_VERSION = "2.71.0";
3
+ export declare const BUILD_VERSION = "2.104.0";
4
4
  //# sourceMappingURL=__package__.d.ts.map
@@ -1,4 +1,4 @@
1
1
  export declare const PKG_NAME = "@hpcc-js/common";
2
- export declare const PKG_VERSION = "2.70.0";
3
- export declare const BUILD_VERSION = "2.103.5";
2
+ export declare const PKG_VERSION = "2.71.0";
3
+ export declare const BUILD_VERSION = "2.104.0";
4
4
  //# sourceMappingURL=__package__.d.ts.map