@hpcc-js/dataflow 4.0.0 → 8.0.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.
@@ -1,4 +1,4 @@
1
1
  export const PKG_NAME = "@hpcc-js/dataflow";
2
- export const PKG_VERSION = "4.0.0";
3
- export const BUILD_VERSION = "2.71.0";
2
+ export const PKG_VERSION = "8.0.0";
3
+ export const BUILD_VERSION = "2.94.0";
4
4
  //# sourceMappingURL=__package__.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hpcc-js/dataflow",
3
- "version": "4.0.0",
3
+ "version": "8.0.0",
4
4
  "description": "hpcc-js - Data Flow",
5
5
  "main": "dist/index.js",
6
6
  "module": "lib-es6/index",
@@ -40,18 +40,19 @@
40
40
  "docs": "typedoc --options tdoptions.json ."
41
41
  },
42
42
  "devDependencies": {
43
- "@hpcc-js/bundle": "^2.10.18",
43
+ "@hpcc-js/bundle": "^2.10.20",
44
44
  "@rollup/plugin-alias": "3.1.0",
45
45
  "@rollup/plugin-commonjs": "12.0.0",
46
46
  "@rollup/plugin-node-resolve": "8.0.0",
47
47
  "@types/chai": "4.1.7",
48
48
  "@types/faker": "4.1.12",
49
49
  "@types/mocha": "5.2.7",
50
- "@typescript-eslint/eslint-plugin": "^3.2.0",
51
- "@typescript-eslint/parser": "^3.2.0",
50
+ "@typescript-eslint/eslint-plugin": "4.31.0",
51
+ "@typescript-eslint/parser": "4.31.0",
52
52
  "chai": "4.2.0",
53
53
  "downlevel-dts": "0.6.0",
54
- "eslint": "7.2.0",
54
+ "eslint": "7.32.0",
55
+ "eslint-plugin-react-hooks": "^4.3.0",
55
56
  "faker": "4.1.0",
56
57
  "mocha": "5.2.0",
57
58
  "npm-run-all": "4.1.5",
@@ -74,5 +75,5 @@
74
75
  "url": "https://github.com/hpcc-systems/Visualization/issues"
75
76
  },
76
77
  "homepage": "https://github.com/hpcc-systems/Visualization",
77
- "gitHead": "6d93282b5ccfb387fff5a54ebb430af5243cdb7c"
78
+ "gitHead": "61f20bb45f0d3baae7366f041ee87ee58ff7bb13"
78
79
  }
@@ -1,3 +1,3 @@
1
1
  export const PKG_NAME = "@hpcc-js/dataflow";
2
- export const PKG_VERSION = "4.0.0";
3
- export const BUILD_VERSION = "2.71.0";
2
+ export const PKG_VERSION = "8.0.0";
3
+ export const BUILD_VERSION = "2.94.0";
@@ -1,4 +1,4 @@
1
1
  export declare const PKG_NAME = "@hpcc-js/dataflow";
2
- export declare const PKG_VERSION = "4.0.0";
3
- export declare const BUILD_VERSION = "2.71.0";
2
+ export declare const PKG_VERSION = "8.0.0";
3
+ export declare const BUILD_VERSION = "2.94.0";
4
4
  //# sourceMappingURL=__package__.d.ts.map
@@ -1,4 +1,4 @@
1
1
  export declare const PKG_NAME = "@hpcc-js/dataflow";
2
- export declare const PKG_VERSION = "4.0.0";
3
- export declare const BUILD_VERSION = "2.71.0";
2
+ export declare const PKG_VERSION = "8.0.0";
3
+ export declare const BUILD_VERSION = "2.94.0";
4
4
  //# sourceMappingURL=__package__.d.ts.map
package/CHANGELOG.md DELETED
@@ -1,546 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # 4.0.0 (2021-07-02)
7
-
8
-
9
-
10
- # 2.70.0 (2021-06-23)
11
-
12
-
13
-
14
- # 2.69.0 (2021-06-23)
15
-
16
-
17
-
18
- # 2.68.0 (2021-06-16)
19
-
20
-
21
-
22
- # 2.67.0 (2021-06-15)
23
-
24
-
25
-
26
- # 2.66.0 (2021-05-26)
27
-
28
-
29
-
30
- # 2.65.0 (2021-05-19)
31
-
32
-
33
-
34
- # 2.64.0 (2021-05-13)
35
-
36
-
37
-
38
- # 2.63.0 (2021-05-08)
39
-
40
-
41
-
42
- # 2.62.0 (2021-04-29)
43
-
44
-
45
-
46
- # 2.61.0 (2021-04-06)
47
-
48
-
49
-
50
- # 2.60.0 (2021-03-16)
51
-
52
-
53
-
54
- # 2.59.0 (2021-02-24)
55
-
56
-
57
-
58
- # 2.58.0 (2021-02-24)
59
-
60
-
61
-
62
- # 2.57.0 (2021-02-22)
63
-
64
-
65
-
66
- # 2.56.0 (2021-02-19)
67
-
68
-
69
-
70
- # 2.55.0 (2021-02-12)
71
-
72
-
73
-
74
- # 2.54.0 (2021-02-05)
75
-
76
-
77
-
78
- # 2.53.0 (2021-02-02)
79
-
80
-
81
-
82
- # 2.52.0 (2021-02-01)
83
-
84
-
85
- ### Bug Fixes
86
-
87
- * **dataflow:** Add backward compatibility ([483c4f7](https://github.com/hpcc-systems/Visualization/commit/483c4f797f2ce5b51100162aeb104896f2a3fca7))
88
- * **histogram:** Generator input could fail ([e91b591](https://github.com/hpcc-systems/Visualization/commit/e91b59106d2584048df7def9de708004c4be2a3f))
89
-
90
-
91
-
92
- # 2.51.0 (2020-12-15)
93
-
94
-
95
-
96
- # 2.50.0 (2020-12-01)
97
-
98
-
99
-
100
- # 2.49.0 (2020-11-10)
101
-
102
-
103
-
104
- # 2.48.0 (2020-11-03)
105
-
106
-
107
-
108
- # 2.47.0 (2020-10-28)
109
-
110
-
111
-
112
- # 2.46.0 (2020-10-23)
113
-
114
-
115
-
116
- # 2.45.0 (2020-10-16)
117
-
118
-
119
- ### Features
120
-
121
- * **dataflow:** Add support for "sensors" ([1457387](https://github.com/hpcc-systems/Visualization/commit/1457387ea407a97e808e58cbc153d00a3ef13f03))
122
-
123
-
124
- ### BREAKING CHANGES
125
-
126
- * **dataflow:** chain renamed to pipe
127
- * **dataflow:** ScalarActivities refactored into "observers" and "sensors"
128
-
129
- Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
130
-
131
-
132
-
133
- # 2.44.0 (2020-10-09)
134
-
135
-
136
-
137
- # 2.43.0 (2020-10-08)
138
-
139
-
140
-
141
- # 2.42.0 (2020-09-24)
142
-
143
-
144
-
145
- # 2.41.0 (2020-09-18)
146
-
147
-
148
-
149
- # 2.40.0 (2020-09-15)
150
-
151
-
152
-
153
- # 2.39.0 (2020-09-09)
154
-
155
-
156
-
157
- # 2.38.0 (2020-09-03)
158
-
159
-
160
-
161
- # 2.37.0 (2020-08-26)
162
-
163
-
164
-
165
- # 2.36.0 (2020-08-25)
166
-
167
-
168
-
169
- # 2.35.0 (2020-08-24)
170
-
171
-
172
-
173
- # 2.34.0 (2020-08-22)
174
-
175
-
176
- ### Features
177
-
178
- * **dataflow:** Additional statistics ([83c5a1e](https://github.com/hpcc-systems/Visualization/commit/83c5a1e23c68a64fa59e2b2f300211007e1449a5))
179
- * **dataflow:** Add histogram support ([040c1f3](https://github.com/hpcc-systems/Visualization/commit/040c1f31c0913e819fd2e7d9d85ad50f549cd79b))
180
-
181
-
182
-
183
- # 2.33.0 (2020-08-08)
184
-
185
-
186
-
187
- # 2.32.0 (2020-08-05)
188
-
189
-
190
-
191
- # 2.31.0 (2020-07-29)
192
-
193
-
194
-
195
- # 2.30.0 (2020-07-29)
196
-
197
-
198
-
199
- # 2.29.0 (2020-07-28)
200
-
201
-
202
-
203
- # 2.28.0 (2020-07-22)
204
-
205
-
206
- ### Features
207
-
208
- * **dataflow:** Add iterator based data flow library ([6197935](https://github.com/hpcc-systems/Visualization/commit/6197935c2a2b0e70006e743a94b191792740fd17))
209
-
210
-
211
-
212
-
213
-
214
-
215
- # 3.0.0 (2021-02-01)
216
-
217
-
218
- ### Bug Fixes
219
-
220
- * **dataflow:** Add backward compatibility ([483c4f7](https://github.com/hpcc-systems/Visualization/commit/483c4f797f2ce5b51100162aeb104896f2a3fca7))
221
- * **histogram:** Generator input could fail ([e91b591](https://github.com/hpcc-systems/Visualization/commit/e91b59106d2584048df7def9de708004c4be2a3f))
222
-
223
-
224
-
225
- # 2.51.0 (2020-12-15)
226
-
227
-
228
-
229
- # 2.50.0 (2020-12-01)
230
-
231
-
232
-
233
- # 2.49.0 (2020-11-10)
234
-
235
-
236
-
237
- # 2.48.0 (2020-11-03)
238
-
239
-
240
-
241
- # 2.47.0 (2020-10-28)
242
-
243
-
244
-
245
- # 2.46.0 (2020-10-23)
246
-
247
-
248
-
249
- # 2.45.0 (2020-10-16)
250
-
251
-
252
- ### Features
253
-
254
- * **dataflow:** Add support for "sensors" ([1457387](https://github.com/hpcc-systems/Visualization/commit/1457387ea407a97e808e58cbc153d00a3ef13f03))
255
-
256
-
257
- ### BREAKING CHANGES
258
-
259
- * **dataflow:** chain renamed to pipe
260
- * **dataflow:** ScalarActivities refactored into "observers" and "sensors"
261
-
262
- Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
263
-
264
-
265
-
266
- # 2.44.0 (2020-10-09)
267
-
268
-
269
-
270
- # 2.43.0 (2020-10-08)
271
-
272
-
273
-
274
- # 2.42.0 (2020-09-24)
275
-
276
-
277
-
278
- # 2.41.0 (2020-09-18)
279
-
280
-
281
-
282
- # 2.40.0 (2020-09-15)
283
-
284
-
285
-
286
- # 2.39.0 (2020-09-09)
287
-
288
-
289
-
290
- # 2.38.0 (2020-09-03)
291
-
292
-
293
-
294
- # 2.37.0 (2020-08-26)
295
-
296
-
297
-
298
- # 2.36.0 (2020-08-25)
299
-
300
-
301
-
302
- # 2.35.0 (2020-08-24)
303
-
304
-
305
-
306
- # 2.34.0 (2020-08-22)
307
-
308
-
309
- ### Features
310
-
311
- * **dataflow:** Additional statistics ([83c5a1e](https://github.com/hpcc-systems/Visualization/commit/83c5a1e23c68a64fa59e2b2f300211007e1449a5))
312
- * **dataflow:** Add histogram support ([040c1f3](https://github.com/hpcc-systems/Visualization/commit/040c1f31c0913e819fd2e7d9d85ad50f549cd79b))
313
-
314
-
315
-
316
- # 2.33.0 (2020-08-08)
317
-
318
-
319
-
320
- # 2.32.0 (2020-08-05)
321
-
322
-
323
-
324
- # 2.31.0 (2020-07-29)
325
-
326
-
327
-
328
- # 2.30.0 (2020-07-29)
329
-
330
-
331
-
332
- # 2.29.0 (2020-07-28)
333
-
334
-
335
-
336
- # 2.28.0 (2020-07-22)
337
-
338
-
339
- ### Features
340
-
341
- * **dataflow:** Add iterator based data flow library ([6197935](https://github.com/hpcc-systems/Visualization/commit/6197935c2a2b0e70006e743a94b191792740fd17))
342
-
343
-
344
-
345
-
346
-
347
-
348
- # 3.0.0 (2020-10-16)
349
-
350
-
351
- ### Features
352
-
353
- * **dataflow:** Add support for "sensors" ([1457387](https://github.com/hpcc-systems/Visualization/commit/1457387ea407a97e808e58cbc153d00a3ef13f03))
354
-
355
-
356
- ### BREAKING CHANGES
357
-
358
- * **dataflow:** chain renamed to pipe
359
- * **dataflow:** ScalarActivities refactored into "observers" and "sensors"
360
-
361
- Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
362
-
363
-
364
-
365
- # 2.44.0 (2020-10-09)
366
-
367
-
368
-
369
- # 2.43.0 (2020-10-08)
370
-
371
-
372
-
373
- # 2.42.0 (2020-09-24)
374
-
375
-
376
-
377
- # 2.41.0 (2020-09-18)
378
-
379
-
380
-
381
- # 2.40.0 (2020-09-15)
382
-
383
-
384
-
385
- # 2.39.0 (2020-09-09)
386
-
387
-
388
-
389
- # 2.38.0 (2020-09-03)
390
-
391
-
392
-
393
- # 2.37.0 (2020-08-26)
394
-
395
-
396
-
397
- # 2.36.0 (2020-08-25)
398
-
399
-
400
-
401
- # 2.35.0 (2020-08-24)
402
-
403
-
404
-
405
- # 2.34.0 (2020-08-22)
406
-
407
-
408
- ### Features
409
-
410
- * **dataflow:** Additional statistics ([83c5a1e](https://github.com/hpcc-systems/Visualization/commit/83c5a1e23c68a64fa59e2b2f300211007e1449a5))
411
- * **dataflow:** Add histogram support ([040c1f3](https://github.com/hpcc-systems/Visualization/commit/040c1f31c0913e819fd2e7d9d85ad50f549cd79b))
412
-
413
-
414
-
415
- # 2.33.0 (2020-08-08)
416
-
417
-
418
-
419
- # 2.32.0 (2020-08-05)
420
-
421
-
422
-
423
- # 2.31.0 (2020-07-29)
424
-
425
-
426
-
427
- # 2.30.0 (2020-07-29)
428
-
429
-
430
-
431
- # 2.29.0 (2020-07-28)
432
-
433
-
434
-
435
- # 2.28.0 (2020-07-22)
436
-
437
-
438
- ### Features
439
-
440
- * **dataflow:** Add iterator based data flow library ([6197935](https://github.com/hpcc-systems/Visualization/commit/6197935c2a2b0e70006e743a94b191792740fd17))
441
-
442
-
443
-
444
-
445
-
446
-
447
- # 2.5.0 (2020-08-22)
448
-
449
-
450
- ### Features
451
-
452
- * **dataflow:** Additional statistics ([83c5a1e](https://github.com/hpcc-systems/Visualization/commit/83c5a1e23c68a64fa59e2b2f300211007e1449a5))
453
- * **dataflow:** Add histogram support ([040c1f3](https://github.com/hpcc-systems/Visualization/commit/040c1f31c0913e819fd2e7d9d85ad50f549cd79b))
454
-
455
-
456
-
457
- # 2.33.0 (2020-08-08)
458
-
459
-
460
-
461
- # 2.32.0 (2020-08-05)
462
-
463
-
464
-
465
- # 2.31.0 (2020-07-29)
466
-
467
-
468
-
469
- # 2.30.0 (2020-07-29)
470
-
471
-
472
-
473
- # 2.29.0 (2020-07-28)
474
-
475
-
476
-
477
- # 2.28.0 (2020-07-22)
478
-
479
-
480
- ### Features
481
-
482
- * **dataflow:** Add iterator based data flow library ([6197935](https://github.com/hpcc-systems/Visualization/commit/6197935c2a2b0e70006e743a94b191792740fd17))
483
-
484
-
485
-
486
-
487
-
488
- # 2.4.0 (2020-08-05)
489
-
490
-
491
-
492
- # 2.31.0 (2020-07-29)
493
-
494
-
495
-
496
- # 2.30.0 (2020-07-29)
497
-
498
-
499
-
500
- # 2.29.0 (2020-07-28)
501
-
502
-
503
-
504
- # 2.28.0 (2020-07-22)
505
-
506
-
507
- ### Features
508
-
509
- * **dataflow:** Add iterator based data flow library ([6197935](https://github.com/hpcc-systems/Visualization/commit/6197935c2a2b0e70006e743a94b191792740fd17))
510
-
511
-
512
-
513
-
514
-
515
- # 2.3.0 (2020-07-28)
516
-
517
-
518
-
519
- # 2.28.0 (2020-07-22)
520
-
521
-
522
- ### Features
523
-
524
- * **dataflow:** Add iterator based data flow library ([6197935](https://github.com/hpcc-systems/Visualization/commit/6197935c2a2b0e70006e743a94b191792740fd17))
525
-
526
-
527
-
528
-
529
-
530
- # 2.2.0 (2020-07-22)
531
-
532
-
533
- ### Features
534
-
535
- * **dataflow:** Add iterator based data flow library ([6197935](https://github.com/hpcc-systems/Visualization/commit/6197935c2a2b0e70006e743a94b191792740fd17))
536
-
537
-
538
-
539
-
540
-
541
- # 2.1.0 (2020-07-22)
542
-
543
-
544
- ### Features
545
-
546
- * **dataflow:** Add iterator based data flow library ([6197935](https://github.com/hpcc-systems/Visualization/commit/6197935c2a2b0e70006e743a94b191792740fd17))