@hpcc-js/graph 2.79.1 → 2.79.4

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/graph",
3
- "version": "2.79.1",
3
+ "version": "2.79.4",
4
4
  "description": "hpcc-js - Viz Graph",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es6",
@@ -54,8 +54,8 @@
54
54
  "dependencies": {
55
55
  "@hpcc-js/api": "^2.9.1",
56
56
  "@hpcc-js/common": "^2.66.1",
57
- "@hpcc-js/html": "^2.41.1",
58
- "@hpcc-js/react": "^2.49.1",
57
+ "@hpcc-js/html": "^2.41.2",
58
+ "@hpcc-js/react": "^2.49.2",
59
59
  "@hpcc-js/util": "^2.46.1"
60
60
  },
61
61
  "devDependencies": {
@@ -88,5 +88,5 @@
88
88
  "url": "https://github.com/hpcc-systems/Visualization/issues"
89
89
  },
90
90
  "homepage": "https://github.com/hpcc-systems/Visualization",
91
- "gitHead": "cd0029695af339b4f316099b57ee0ada54e74910"
91
+ "gitHead": "49135594596eb830ff9f0e04e5e88c4cb41ed3c3"
92
92
  }
@@ -1,3 +1,3 @@
1
1
  export const PKG_NAME = "@hpcc-js/graph";
2
- export const PKG_VERSION = "2.79.1";
3
- export const BUILD_VERSION = "2.102.4";
2
+ export const PKG_VERSION = "2.79.4";
3
+ export const BUILD_VERSION = "2.102.10";
package/src/test.ts CHANGED
@@ -5,7 +5,7 @@ import { Edge } from "./Edge";
5
5
  import { DataGraph } from "./graph2/dataGraph";
6
6
  import { SankeyGraph } from "./graph2/sankeyGraph";
7
7
 
8
- export { Test3 as Test };
8
+ export { Test2 as Test };
9
9
 
10
10
  export class Test1 extends Graph {
11
11
 
@@ -227,7 +227,7 @@ function genData2() {
227
227
  [22, "(561)777-9999", "fa-phone"],
228
228
  [23, "111-11-1111", "fa-address-card-o"],
229
229
  [24, "192.168.0.33", "fa-globe"],
230
- // [25, "XXX.XXX.XXX.XXX", "fa-globe"],
230
+ // [25, "XXX.XXX.XXX.XXX", "fa-globe"],
231
231
  ],
232
232
  edges: [
233
233
  [1, "a", "XXX", 1],
@@ -1,4 +1,4 @@
1
1
  export declare const PKG_NAME = "@hpcc-js/graph";
2
- export declare const PKG_VERSION = "2.79.1";
3
- export declare const BUILD_VERSION = "2.102.4";
2
+ export declare const PKG_VERSION = "2.79.4";
3
+ export declare const BUILD_VERSION = "2.102.10";
4
4
  //# sourceMappingURL=__package__.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"__package__.d.ts","sourceRoot":"","sources":["../src/__package__.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,mBAAmB,CAAC;AACzC,eAAO,MAAM,WAAW,WAAW,CAAC;AACpC,eAAO,MAAM,aAAa,YAAY,CAAC"}
1
+ {"version":3,"file":"__package__.d.ts","sourceRoot":"","sources":["../src/__package__.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,mBAAmB,CAAC;AACzC,eAAO,MAAM,WAAW,WAAW,CAAC;AACpC,eAAO,MAAM,aAAa,aAAa,CAAC"}
package/types/test.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { Graph } from "./Graph";
2
2
  import { DataGraph } from "./graph2/dataGraph";
3
3
  import { SankeyGraph } from "./graph2/sankeyGraph";
4
- export { Test3 as Test };
4
+ export { Test2 as Test };
5
5
  export declare class Test1 extends Graph {
6
6
  constructor();
7
7
  }
@@ -1,4 +1,4 @@
1
1
  export declare const PKG_NAME = "@hpcc-js/graph";
2
- export declare const PKG_VERSION = "2.79.1";
3
- export declare const BUILD_VERSION = "2.102.4";
2
+ export declare const PKG_VERSION = "2.79.4";
3
+ export declare const BUILD_VERSION = "2.102.10";
4
4
  //# sourceMappingURL=__package__.d.ts.map
@@ -1,7 +1,7 @@
1
1
  import { Graph } from "./Graph";
2
2
  import { DataGraph } from "./graph2/dataGraph";
3
3
  import { SankeyGraph } from "./graph2/sankeyGraph";
4
- export { Test3 as Test };
4
+ export { Test2 as Test };
5
5
  export declare class Test1 extends Graph {
6
6
  constructor();
7
7
  }