@hpcc-js/common 2.59.0 → 2.64.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.59.0",
3
+ "version": "2.64.0",
4
4
  "description": "hpcc-js - Viz Common",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es6",
@@ -36,10 +36,11 @@
36
36
  "watch": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch",
37
37
  "stamp": "node node_modules/@hpcc-js/bundle/src/stamp.js",
38
38
  "lint": "eslint src/**/*.ts",
39
- "docs": "typedoc --options tdoptions.json ."
39
+ "docs": "typedoc --options tdoptions.json .",
40
+ "update": "npx npm-check-updates -u -t minor"
40
41
  },
41
42
  "dependencies": {
42
- "@hpcc-js/util": "^2.40.0",
43
+ "@hpcc-js/util": "^2.44.0",
43
44
  "@types/d3-array": "1.2.6",
44
45
  "@types/d3-brush": "1.0.10",
45
46
  "@types/d3-collection": "1.0.8",
@@ -57,7 +58,7 @@
57
58
  "@types/d3-zoom": "1.7.4"
58
59
  },
59
60
  "devDependencies": {
60
- "@hpcc-js/bundle": "^2.10.20",
61
+ "@hpcc-js/bundle": "^2.10.23",
61
62
  "@rollup/plugin-alias": "3.1.0",
62
63
  "@rollup/plugin-commonjs": "12.0.0",
63
64
  "@rollup/plugin-node-resolve": "8.0.0",
@@ -83,6 +84,7 @@
83
84
  "d3-zoom": "^1",
84
85
  "downlevel-dts": "0.6.0",
85
86
  "eslint": "7.32.0",
87
+ "eslint-plugin-react-hooks": "^4.3.0",
86
88
  "font-awesome": "4.7.0",
87
89
  "npm-run-all": "4.1.5",
88
90
  "rimraf": "2.6.3",
@@ -105,5 +107,5 @@
105
107
  "url": "https://github.com/hpcc-systems/Visualization/issues"
106
108
  },
107
109
  "homepage": "https://github.com/hpcc-systems/Visualization",
108
- "gitHead": "7800ddc2075f4e2e64c2e3454bf271c60ebb2a0e"
110
+ "gitHead": "f7efefac2a4dbd99309a35f040d149a8e8349c88"
109
111
  }
@@ -754,7 +754,7 @@ export class PropertyExt extends Class {
754
754
  const origFunc = args[args.length - 1];
755
755
  let retVal;
756
756
  if (stopPropagation) {
757
- if (d3Event) {
757
+ if (d3Event && d3Event.stopPropagation) {
758
758
  d3Event.stopPropagation();
759
759
  }
760
760
  [].push.call(args, origFunc);
@@ -1,3 +1,3 @@
1
1
  export const PKG_NAME = "@hpcc-js/common";
2
- export const PKG_VERSION = "2.59.0";
3
- export const BUILD_VERSION = "2.92.0";
2
+ export const PKG_VERSION = "2.64.0";
3
+ export const BUILD_VERSION = "2.99.0";
@@ -1,4 +1,4 @@
1
1
  export declare const PKG_NAME = "@hpcc-js/common";
2
- export declare const PKG_VERSION = "2.59.0";
3
- export declare const BUILD_VERSION = "2.92.0";
2
+ export declare const PKG_VERSION = "2.64.0";
3
+ export declare const BUILD_VERSION = "2.99.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.59.0";
3
- export declare const BUILD_VERSION = "2.92.0";
2
+ export declare const PKG_VERSION = "2.64.0";
3
+ export declare const BUILD_VERSION = "2.99.0";
4
4
  //# sourceMappingURL=__package__.d.ts.map