@hpcc-js/wasm 1.12.3 → 1.12.7

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