@hpcc-js/wasm 1.12.5 → 1.12.9

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/wasm",
3
- "version": "1.12.5",
3
+ "version": "1.12.9",
4
4
  "description": "hpcc-js - WASM Libraries",
5
5
  "keywords": [
6
6
  "graphviz",
@@ -68,38 +68,39 @@
68
68
  "test-node": "./node_modules/.bin/mocha ./dist/test.node.js --reporter spec",
69
69
  "test": "run-p test-karma test-node",
70
70
  "tag": "run-s standard-version git-push",
71
- "purge-jsdelivr": "node ./utils/purge-jsdelivr.js"
71
+ "purge-jsdelivr": "node ./utils/purge-jsdelivr.js",
72
+ "update": "npx npm-check-updates -u"
72
73
  },
73
74
  "dependencies": {
74
- "yargs": "^17.2.1"
75
+ "yargs": "^17.3.1"
75
76
  },
76
77
  "devDependencies": {
77
- "@rollup/plugin-alias": "^3.1.5",
78
- "@rollup/plugin-commonjs": "^19.0.0",
79
- "@rollup/plugin-node-resolve": "^13.0.5",
80
- "@rollup/plugin-replace": "^2.4.2",
81
- "@types/chai": "^4.2.22",
82
- "@types/mocha": "^9.0.0",
83
- "@typescript-eslint/eslint-plugin": "^4.33.0",
84
- "@typescript-eslint/parser": "^4.33.0",
85
- "chai": "^4.3.4",
86
- "eslint": "^7.32.0",
87
- "karma": "^6.3.4",
78
+ "@rollup/plugin-alias": "^3.1.9",
79
+ "@rollup/plugin-commonjs": "^21.0.1",
80
+ "@rollup/plugin-node-resolve": "^13.1.3",
81
+ "@rollup/plugin-replace": "^3.0.1",
82
+ "@types/chai": "^4.3.0",
83
+ "@types/mocha": "^9.1.0",
84
+ "@typescript-eslint/eslint-plugin": "^5.10.2",
85
+ "@typescript-eslint/parser": "^5.10.2",
86
+ "chai": "^4.3.6",
87
+ "eslint": "^8.8.0",
88
+ "karma": "^6.3.15",
88
89
  "karma-chai": "^0.1.0",
89
90
  "karma-chrome-launcher": "^3.1.0",
90
91
  "karma-mocha": "^2.0.1",
91
- "karma-spec-reporter": "^0.0.32",
92
+ "karma-spec-reporter": "^0.0.33",
92
93
  "local-web-server": "^5.1.1",
93
- "mocha": "^9.1.3",
94
+ "mocha": "^9.2.0",
94
95
  "npm-run-all": "^4.1.5",
95
96
  "rimraf": "^3.0.2",
96
- "rollup": "^2.58.0",
97
+ "rollup": "^2.67.0",
97
98
  "rollup-plugin-sourcemaps": "^0.6.3",
98
99
  "run-script-os": "^1.1.6",
99
- "standard-version": "^9.3.1",
100
- "terser": "^5.9.0",
100
+ "standard-version": "^9.3.2",
101
+ "terser": "^5.10.0",
101
102
  "tslib": "^2.3.1",
102
- "typescript": "^4.4.4"
103
+ "typescript": "^4.5.5"
103
104
  },
104
105
  "repository": {
105
106
  "type": "git",
@@ -1,15 +1,15 @@
1
- declare type Format = "svg" | "dot" | "json" | "dot_json" | "xdot_json" | "plain" | "plain-ext";
2
- declare type Engine = "circo" | "dot" | "fdp" | "sfdp" | "neato" | "osage" | "patchwork" | "twopi";
3
- interface Image {
1
+ export declare type Format = "svg" | "dot" | "json" | "dot_json" | "xdot_json" | "plain" | "plain-ext";
2
+ export declare type Engine = "circo" | "dot" | "fdp" | "sfdp" | "neato" | "osage" | "patchwork" | "twopi";
3
+ export interface Image {
4
4
  path: string;
5
5
  width: string;
6
6
  height: string;
7
7
  }
8
- interface File {
8
+ export interface File {
9
9
  path: string;
10
10
  data: string;
11
11
  }
12
- interface Ext {
12
+ export interface Ext {
13
13
  images?: Image[];
14
14
  files?: File[];
15
15
  wasmFolder?: string;
@@ -43,5 +43,4 @@ export declare class GraphvizSync {
43
43
  twopi(dotSource: string, outputFormat?: Format, ext?: Ext): string;
44
44
  }
45
45
  export declare function graphvizSync(wasmFolder?: string, wasmBinary?: Uint8Array): Promise<GraphvizSync>;
46
- export {};
47
46
  //# sourceMappingURL=graphviz.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"graphviz.d.ts","sourceRoot":"","sources":["../src/graphviz.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"graphviz.d.ts","sourceRoot":"","sources":["../src/graphviz.ts"],"names":[],"mappings":"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"}
package/CHANGELOG.md DELETED
@@ -1,328 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
-
5
- ### [1.12.5](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.12.4...v1.12.5) (2021-10-17)
6
-
7
- ### [1.12.4](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.12.3...v1.12.4) (2021-09-25)
8
-
9
- ### [1.12.3](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.12.2...v1.12.3) (2021-09-19)
10
-
11
-
12
- ### Bug Fixes
13
-
14
- * Global install missing yargs ([a767e79](https://github.com/hpcc-systems/hpcc-js-wasm/commit/a767e79a859be857a03efe740e59c348fda9ff8e))
15
-
16
- ### [1.12.2](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.12.1...v1.12.2) (2021-09-19)
17
-
18
-
19
- ### Bug Fixes
20
-
21
- * Bundle yargs into cli.js ([92dc2ba](https://github.com/hpcc-systems/hpcc-js-wasm/commit/92dc2ba0440204687f590f0b05047140c7e1d3cf))
22
-
23
- ### [1.12.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.12.0...v1.12.1) (2021-09-19)
24
-
25
-
26
- ### Bug Fixes
27
-
28
- * Add cli to "files" section ([189ba5a](https://github.com/hpcc-systems/hpcc-js-wasm/commit/189ba5a1ac0b83be3c47af30fef369913409cbe9))
29
-
30
- ## [1.12.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.11.1...v1.12.0) (2021-09-19)
31
-
32
-
33
- ### Features
34
-
35
- * Add Command Line Interface ([caa0b11](https://github.com/hpcc-systems/hpcc-js-wasm/commit/caa0b119100a3fa915cedd9bc4ed567fc16b2f2a))
36
-
37
- ### [1.11.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.11.0...v1.11.1) (2021-09-18)
38
-
39
-
40
- ### Bug Fixes
41
-
42
- * **graphviz:** Add missing options (and defaults) ([f14588b](https://github.com/hpcc-systems/hpcc-js-wasm/commit/f14588bbf197bdccd346f259d7980a945f58c891))
43
-
44
- ## [1.11.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.10.3...v1.11.0) (2021-08-29)
45
-
46
-
47
- ### Features
48
-
49
- * Bump versions ([e303d91](https://github.com/hpcc-systems/hpcc-js-wasm/commit/e303d91e0c87c2a7f52be4c5220786ba16718424))
50
-
51
- ### [1.10.3](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.10.2...v1.10.3) (2021-08-11)
52
-
53
-
54
- ### Bug Fixes
55
-
56
- * Revert to es5 code generation ([e29f5f4](https://github.com/hpcc-systems/hpcc-js-wasm/commit/e29f5f4aa479f98e0e27b0f95cec2e9bee2d9be7))
57
-
58
- ### [1.10.2](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.10.1...v1.10.2) (2021-08-11)
59
-
60
-
61
- ### Bug Fixes
62
-
63
- * Rollback merging of NodeJS and Web builds ([7c2c294](https://github.com/hpcc-systems/hpcc-js-wasm/commit/7c2c29441792a78db5fd7af8326072ae4cb6a6eb))
64
-
65
- ### [1.10.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.10.0...v1.10.1) (2021-08-11)
66
-
67
- ## [1.10.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.9.1...v1.10.0) (2021-08-11)
68
-
69
-
70
- ### Features
71
-
72
- * Common up Node.js and Browser module code ([48a6aff](https://github.com/hpcc-systems/hpcc-js-wasm/commit/48a6affd1139eff106a34694778c7ebb5d542e98))
73
-
74
- ### [1.9.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.9.0...v1.9.1) (2021-08-11)
75
-
76
-
77
- ### Bug Fixes
78
-
79
- * Add missing export StackElement ([d786b2a](https://github.com/hpcc-systems/hpcc-js-wasm/commit/d786b2abffdafec9bf6b46b214a42d1704aeecfd))
80
-
81
- ## [1.9.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.8.1...v1.9.0) (2021-08-11)
82
-
83
-
84
- ### Features
85
-
86
- * Include individual bundles ([949c02f](https://github.com/hpcc-systems/hpcc-js-wasm/commit/949c02f4e60b61b5e793b756481dfe3aab83dd3d))
87
-
88
- ### [1.8.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.8.0...v1.8.1) (2021-07-18)
89
-
90
-
91
- ### Bug Fixes
92
-
93
- * Sync cmake files ([9229493](https://github.com/hpcc-systems/hpcc-js-wasm/commit/92294936e3ca434f914a0649f45f74f1614f13f8))
94
-
95
- ## [1.8.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.7.1...v1.8.0) (2021-07-17)
96
-
97
-
98
- ### Features
99
-
100
- * Bump Graphviz Version ([dcbfa91](https://github.com/hpcc-systems/hpcc-js-wasm/commit/dcbfa91845ef01f2202b2f4d2d47bc6464412d34))
101
-
102
- ### [1.7.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.7.0...v1.7.1) (2021-07-12)
103
-
104
- ## [1.7.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.6.0...v1.7.0) (2021-07-12)
105
-
106
-
107
- ### Features
108
-
109
- * Bump versions to latest ([b412b82](https://github.com/hpcc-systems/hpcc-js-wasm/commit/b412b82e48133886bb192dca48e1ee539d3bbd60))
110
-
111
- ## [1.6.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.5.3...v1.6.0) (2021-06-21)
112
-
113
-
114
- ### Features
115
-
116
- * Bump Versions ([abe5230](https://github.com/hpcc-systems/hpcc-js-wasm/commit/abe52305ccf04f5853c83553bd956fd4b5e33b7d))
117
-
118
-
119
- ### Bug Fixes
120
-
121
- * **build:** Force scripts to have \n line endings ([04e07ae](https://github.com/hpcc-systems/hpcc-js-wasm/commit/04e07ae5ef12531216ffc7f1a4fa6554e09a4b34))
122
-
123
- ### [1.5.3](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.5.2...v1.5.3) (2021-06-04)
124
-
125
- ### [1.5.2](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.5.1...v1.5.2) (2021-05-13)
126
-
127
-
128
- ### Bug Fixes
129
-
130
- * **security:** Bump versions for latest security updates ([caf6f1f](https://github.com/hpcc-systems/hpcc-js-wasm/commit/caf6f1f55f4fd7742014060510f7d0f12f160561))
131
- * **test:** Add helloworld.html example ([7a0257a](https://github.com/hpcc-systems/hpcc-js-wasm/commit/7a0257a89b7c1e2cc78de2dc21e63198ad84dccb))
132
-
133
- ### [1.5.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.5.0...v1.5.1) (2021-04-18)
134
-
135
- ## [1.5.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.4.1...v1.5.0) (2021-04-18)
136
-
137
-
138
- ### Features
139
-
140
- * **graphviz:** Bump version to 2.47.1 ([0d542c6](https://github.com/hpcc-systems/hpcc-js-wasm/commit/0d542c6e7d3715a040da3ba4c78ce4650abfbe60))
141
-
142
- ### [1.4.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.4.0...v1.4.1) (2021-03-16)
143
-
144
-
145
- ### Bug Fixes
146
-
147
- * "Last error" contains corrupt string ([cc69093](https://github.com/hpcc-systems/hpcc-js-wasm/commit/cc6909316c7f52f2e5cd7205d682ef8c5b1db1d2)), closes [#59](https://github.com/hpcc-systems/hpcc-js-wasm/issues/59)
148
-
149
- ## [1.4.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.3.0...v1.4.0) (2021-03-16)
150
-
151
-
152
- ### Features
153
-
154
- * **graphviz:** Bump version to 2.47.0 ([d4157aa](https://github.com/hpcc-systems/hpcc-js-wasm/commit/d4157aaa2f97fd43467baa4d61854f9028a3f3d9))
155
-
156
-
157
- ### Bug Fixes
158
-
159
- * Remove "eval" code ([4d5a0ee](https://github.com/hpcc-systems/hpcc-js-wasm/commit/4d5a0ee8a9331dceb38bfc49028ecc2ab684f470)), closes [#56](https://github.com/hpcc-systems/hpcc-js-wasm/issues/56)
160
-
161
- ## [1.3.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.2.1...v1.3.0) (2021-02-22)
162
-
163
-
164
- ### Features
165
-
166
- * **wasmBinary:** Allow pre-fetching of wasmBinary ([c86bdd0](https://github.com/hpcc-systems/hpcc-js-wasm/commit/c86bdd0db2211d265e4337fd5640e908819125fe)), closes [#53](https://github.com/hpcc-systems/hpcc-js-wasm/issues/53)
167
-
168
- ### [1.2.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.2.0...v1.2.1) (2021-02-14)
169
-
170
- ## [1.2.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.1.0...v1.2.0) (2021-01-24)
171
-
172
-
173
- ### Features
174
-
175
- * **sfdp:** Add SFDP support ([c829af0](https://github.com/hpcc-systems/hpcc-js-wasm/commit/c829af08073959d458c972edf37380b2f17a7572))
176
-
177
- ## [1.1.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.0.2...v1.1.0) (2021-01-18)
178
-
179
-
180
- ### Features
181
-
182
- * **graphviz:** Bump c++ versions ([a4eaf51](https://github.com/hpcc-systems/hpcc-js-wasm/commit/a4eaf51cb57e51671856f9e73c1129a3de4a5ad3))
183
-
184
- ### [1.0.2](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.0.1...v1.0.2) (2021-01-16)
185
-
186
- ### [1.0.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.0.0...v1.0.1) (2020-12-17)
187
-
188
-
189
- ### Bug Fixes
190
-
191
- * Separate NodeJS module from Browser module ([932dba5](https://github.com/hpcc-systems/hpcc-js-wasm/commit/932dba54c8d261b4dc78abcea3ea0e80ed614964))
192
-
193
- ## [1.0.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v0.3.15...v1.0.0) (2020-12-17)
194
-
195
-
196
- ### Features
197
-
198
- * **graphviz:** Bump version to 2.44.1 ([e07624b](https://github.com/hpcc-systems/hpcc-js-wasm/commit/e07624b56d54004d3b3de5bc9ee60ad399b13daa))
199
- * Add support for Node JS ([d558687](https://github.com/hpcc-systems/hpcc-js-wasm/commit/d558687cca672df2fe8715b17da65025c7f96b2a))
200
-
201
-
202
- ### Bug Fixes
203
-
204
- * Dock path typo ([9b217c8](https://github.com/hpcc-systems/hpcc-js-wasm/commit/9b217c870486f5afe2ff7523adb8db0e94e5aa0f))
205
-
206
- ### [0.3.15](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v0.3.14...v0.3.15) (2020-12-16)
207
-
208
-
209
- ### Features
210
-
211
- * Add support for yInvert and nop ([2e34ce5](https://github.com/hpcc-systems/hpcc-js-wasm/commit/2e34ce5c32134ceb2fdc6f305138107e952f5adf))
212
-
213
- ### [0.3.14](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v0.3.13...v0.3.14) (2020-05-18)
214
-
215
-
216
- ### Bug Fixes
217
-
218
- * **wasmFolder:** Add default folder when "undefined" ([233f97c](https://github.com/hpcc-systems/hpcc-js-wasm/commit/233f97c1c819649ab1b3b7fb8f23f4fbfcc1c364))
219
-
220
- ### [0.3.13](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v0.3.12...v0.3.13) (2020-04-12)
221
-
222
-
223
- ### Features
224
-
225
- * **graphviz:** Bump version to 2.44.0 ([8c484d9](https://github.com/hpcc-systems/hpcc-js-wasm/commit/8c484d9dfcf105fe1048f6cc21dbd8a7ce18416a))
226
-
227
- ### [0.3.12](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v0.3.11...v0.3.12) (2020-04-10)
228
-
229
-
230
- ### Bug Fixes
231
-
232
- * __hpcc_wasmFolder override has erroneous "/" char. ([1e4f67e](https://github.com/hpcc-systems/hpcc-js-wasm/commit/1e4f67e26a94f9de6f6b1a7b9ceed85bceed3007))
233
-
234
- ### [0.3.11](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v0.3.10...v0.3.11) (2020-04-06)
235
-
236
-
237
- ### Features
238
-
239
- * **xml:** Add simple XML parser based on expat ([cafb0f6](https://github.com/hpcc-systems/hpcc-js-wasm/commit/cafb0f6d0ffdbbba78e655e76073868785ab596c))
240
-
241
- ### [0.3.10](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v0.3.9...v0.3.10) (2020-03-20)
242
-
243
- ### [0.3.9](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v0.3.8...v0.3.9) (2020-03-20)
244
-
245
- ### [0.3.8](https://github.com/GordonSmith/hpcc-js-wasm/compare/v0.3.7...v0.3.8) (2020-03-05)
246
-
247
- ### [0.3.7](https://github.com/GordonSmith/hpcc-js-wasm/compare/v0.3.6...v0.3.7) (2020-03-05)
248
-
249
-
250
- ### Bug Fixes
251
-
252
- * Add support for table based labels ([e953069](https://github.com/GordonSmith/hpcc-js-wasm/commit/e953069a6a1419e0acaee5d19d8c562178bbbcda))
253
-
254
- ### [0.3.6](https://github.com/GordonSmith/hpcc-js-wasm/compare/v0.3.5...v0.3.6) (2020-03-02)
255
-
256
-
257
- ### Features
258
-
259
- * **Images:** Add Image Support ([b9c3015](https://github.com/GordonSmith/hpcc-js-wasm/commit/b9c3015a86040ca49168b07952a4b6973b47a521))
260
-
261
- ### [0.3.5](https://github.com/GordonSmith/hpcc-js-wasm/compare/v0.3.4...v0.3.5) (2020-02-27)
262
-
263
-
264
- ### Features
265
-
266
- * **GraphViz:** Add basic error handling ([5e58238](https://github.com/GordonSmith/hpcc-js-wasm/commit/5e5823860c8748731f143860bcac3631067b8784))
267
-
268
- ### [0.3.4](https://github.com/GordonSmith/hpcc-js-wasm/compare/v0.3.3...v0.3.4) (2020-02-26)
269
-
270
-
271
- ### Features
272
-
273
- * Add "Sync" version of Graphviz ([f80a626](https://github.com/GordonSmith/hpcc-js-wasm/commit/f80a6262bf4868f759bf4c64cdaec025e69858ac)), closes [#8](https://github.com/GordonSmith/hpcc-js-wasm/issues/8)
274
-
275
- ### [0.3.3](https://github.com/GordonSmith/hpcc-js-wasm/compare/v0.3.2...v0.3.3) (2020-02-20)
276
-
277
- ### [0.3.2](https://github.com/GordonSmith/hpcc-js-wasm/compare/v0.3.1...v0.3.2) (2020-02-06)
278
-
279
-
280
- ### Bug Fixes
281
-
282
- * **wasmFolder:** Remove trailing folder ([e4e0e0f](https://github.com/GordonSmith/hpcc-js-wasm/commit/e4e0e0f1ab2165bfd010cf951475a651f0834cff))
283
-
284
- ### [0.3.1](https://github.com/GordonSmith/hpcc-js-wasm/compare/v0.3.0...v0.3.1) (2020-01-07)
285
-
286
-
287
- ### Features
288
-
289
- * **emsdk:** Bump version to 1.5 ([9692fed](https://github.com/GordonSmith/hpcc-js-wasm/commit/9692fed8c37be9bc64de903681363df35d3f9742))
290
- * **GraphViz:** Bump version to 2.42.2 ([782dfdf](https://github.com/GordonSmith/hpcc-js-wasm/commit/782dfdfee46b9bc9962ed8d3b576247fe4588e8d))
291
-
292
- ## [0.3.0](https://github.com/GordonSmith/hpcc-js-wasm/compare/v0.1.3...v0.3.0) (2019-09-19)
293
-
294
-
295
- ### Bug Fixes
296
-
297
- * **ReadMe:** Minor formatting fix. ([c0f8d9a](https://github.com/GordonSmith/hpcc-js-wasm/commit/c0f8d9a))
298
-
299
-
300
- ### Features
301
-
302
- * **graphviz:** Add additional convenience methods ([dda20f4](https://github.com/GordonSmith/hpcc-js-wasm/commit/dda20f4))
303
-
304
-
305
-
306
- ### [0.1.3](https://github.com/GordonSmith/hpcc-js-wasm/compare/v0.1.2...v0.1.3) (2019-06-14)
307
-
308
-
309
- ### Bug Fixes
310
-
311
- * **readme:** Update readme sample html to working version ([c042ba9](https://github.com/GordonSmith/hpcc-js-wasm/commit/c042ba9))
312
-
313
-
314
-
315
- ### [0.1.2](https://github.com/GordonSmith/hpcc-js-wasm/compare/v0.1.1...v0.1.2) (2019-06-14)
316
-
317
-
318
-
319
- ### [0.1.1](https://github.com/GordonSmith/hpcc-js-wasm/compare/v0.1.0...v0.1.1) (2019-06-14)
320
-
321
-
322
-
323
- ## 0.1.0 (2019-06-14)
324
-
325
-
326
- ### Features
327
-
328
- * **GraphViz:** Initial commit ([2cf6182](https://github.com/GordonSmith/hpcc-js-wasm/commit/2cf6182))