stentor-channel 1.48.4 → 1.48.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.
Files changed (2) hide show
  1. package/package.json +5 -5
  2. package/CHANGELOG.md +0 -986
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.48.4",
7
+ "version": "1.48.9",
8
8
  "description": "The most basic of channels, one that uses stentor requests & responses as input.",
9
9
  "types": "lib/index",
10
10
  "main": "lib/index",
@@ -23,13 +23,13 @@
23
23
  "mocha": "9.1.3",
24
24
  "sinon": "10.0.0",
25
25
  "sinon-chai": "3.7.0",
26
- "stentor-models": "1.48.3",
27
- "ts-node": "9.1.1",
26
+ "stentor-models": "1.48.7",
27
+ "ts-node": "10.4.0",
28
28
  "typescript": "4.4.4"
29
29
  },
30
30
  "dependencies": {
31
31
  "@xapp/patterns": "1.37.29",
32
- "stentor-utils": "1.48.4"
32
+ "stentor-utils": "1.48.9"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "stentor-models": "1.x"
@@ -39,5 +39,5 @@
39
39
  "clean": "rm -rf ./lib/*",
40
40
  "test": "mocha --recursive -r ts-node/register \"./src/**/*.test.ts\""
41
41
  },
42
- "gitHead": "345becb44cd767600520c118679abc38091405c9"
42
+ "gitHead": "d522f2e50da522c48f368eb025bb902b5e8eecf5"
43
43
  }
package/CHANGELOG.md DELETED
@@ -1,986 +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
- ## [1.48.4](https://github.com/stentorium/stentor/compare/v1.48.3...v1.48.4) (2021-11-01)
7
-
8
- **Note:** Version bump only for package stentor-channel
9
-
10
-
11
-
12
-
13
-
14
- ## [1.48.3](https://github.com/stentorium/stentor/compare/v1.48.2...v1.48.3) (2021-10-29)
15
-
16
- **Note:** Version bump only for package stentor-channel
17
-
18
-
19
-
20
-
21
-
22
- ## [1.48.2](https://github.com/stentorium/stentor/compare/v1.48.1...v1.48.2) (2021-10-28)
23
-
24
- **Note:** Version bump only for package stentor-channel
25
-
26
-
27
-
28
-
29
-
30
- ## [1.48.1](https://github.com/stentorium/stentor/compare/v1.48.0...v1.48.1) (2021-10-28)
31
-
32
- **Note:** Version bump only for package stentor-channel
33
-
34
-
35
-
36
-
37
-
38
- # [1.48.0](https://github.com/stentorium/stentor/compare/v1.47.0...v1.48.0) (2021-10-28)
39
-
40
- **Note:** Version bump only for package stentor-channel
41
-
42
-
43
-
44
-
45
-
46
- # [1.47.0](https://github.com/stentorium/stentor/compare/v1.46.8...v1.47.0) (2021-10-26)
47
-
48
- **Note:** Version bump only for package stentor-channel
49
-
50
-
51
-
52
-
53
-
54
- ## [1.46.8](https://github.com/stentorium/stentor/compare/v1.46.7...v1.46.8) (2021-10-26)
55
-
56
- **Note:** Version bump only for package stentor-channel
57
-
58
-
59
-
60
-
61
-
62
- ## [1.46.7](https://github.com/stentorium/stentor/compare/v1.46.6...v1.46.7) (2021-10-25)
63
-
64
- **Note:** Version bump only for package stentor-channel
65
-
66
-
67
-
68
-
69
-
70
- ## [1.46.6](https://github.com/stentorium/stentor/compare/v1.46.5...v1.46.6) (2021-10-25)
71
-
72
-
73
- ### Bug Fixes
74
-
75
- * **deps:** update dependency @xapp/patterns to v1.37.29 ([3955e47](https://github.com/stentorium/stentor/commit/3955e47d2282acdd19e61d0e9d134bc9f5db8f16))
76
-
77
-
78
-
79
-
80
-
81
- ## [1.46.5](https://github.com/stentorium/stentor/compare/v1.46.4...v1.46.5) (2021-10-21)
82
-
83
- **Note:** Version bump only for package stentor-channel
84
-
85
-
86
-
87
-
88
-
89
- ## [1.46.3](https://github.com/stentorium/stentor/compare/v1.46.2...v1.46.3) (2021-10-20)
90
-
91
- **Note:** Version bump only for package stentor-channel
92
-
93
-
94
-
95
-
96
-
97
- ## [1.46.2](https://github.com/stentorium/stentor/compare/v1.46.1...v1.46.2) (2021-10-19)
98
-
99
- **Note:** Version bump only for package stentor-channel
100
-
101
-
102
-
103
-
104
-
105
- # [1.46.0](https://github.com/stentorium/stentor/compare/v1.45.21...v1.46.0) (2021-10-11)
106
-
107
- **Note:** Version bump only for package stentor-channel
108
-
109
-
110
-
111
-
112
-
113
- ## [1.45.21](https://github.com/stentorium/stentor/compare/v1.45.20...v1.45.21) (2021-10-10)
114
-
115
- **Note:** Version bump only for package stentor-channel
116
-
117
-
118
-
119
-
120
-
121
- ## [1.45.20](https://github.com/stentorium/stentor/compare/v1.45.19...v1.45.20) (2021-10-08)
122
-
123
- **Note:** Version bump only for package stentor-channel
124
-
125
-
126
-
127
-
128
-
129
- ## [1.45.19](https://github.com/stentorium/stentor/compare/v1.45.18...v1.45.19) (2021-10-06)
130
-
131
- **Note:** Version bump only for package stentor-channel
132
-
133
-
134
-
135
-
136
-
137
- ## [1.45.18](https://github.com/stentorium/stentor/compare/v1.45.17...v1.45.18) (2021-10-05)
138
-
139
- **Note:** Version bump only for package stentor-channel
140
-
141
-
142
-
143
-
144
-
145
- ## [1.45.17](https://github.com/stentorium/stentor/compare/v1.45.16...v1.45.17) (2021-10-03)
146
-
147
- **Note:** Version bump only for package stentor-channel
148
-
149
-
150
-
151
-
152
-
153
- ## [1.45.16](https://github.com/stentorium/stentor/compare/v1.45.15...v1.45.16) (2021-10-03)
154
-
155
- **Note:** Version bump only for package stentor-channel
156
-
157
-
158
-
159
-
160
-
161
- ## [1.45.15](https://github.com/stentorium/stentor/compare/v1.45.14...v1.45.15) (2021-09-29)
162
-
163
-
164
- ### Bug Fixes
165
-
166
- * **deps:** update dependency @xapp/patterns to v1.37.6 ([56aab9c](https://github.com/stentorium/stentor/commit/56aab9c460845b2a013d2221e67e31cce6850e56))
167
-
168
-
169
-
170
-
171
-
172
- ## [1.45.14](https://github.com/stentorium/stentor/compare/v1.45.13...v1.45.14) (2021-09-23)
173
-
174
- **Note:** Version bump only for package stentor-channel
175
-
176
-
177
-
178
-
179
-
180
- ## [1.45.13](https://github.com/stentorium/stentor/compare/v1.45.12...v1.45.13) (2021-09-23)
181
-
182
- **Note:** Version bump only for package stentor-channel
183
-
184
-
185
-
186
-
187
-
188
- ## [1.45.12](https://github.com/stentorium/stentor/compare/v1.45.11...v1.45.12) (2021-09-22)
189
-
190
- **Note:** Version bump only for package stentor-channel
191
-
192
-
193
-
194
-
195
-
196
- ## [1.45.11](https://github.com/stentorium/stentor/compare/v1.45.10...v1.45.11) (2021-09-20)
197
-
198
-
199
- ### Bug Fixes
200
-
201
- * **deps:** update dependency @xapp/patterns to v1.37.0 ([bffd282](https://github.com/stentorium/stentor/commit/bffd282058fbadfafd96eddc4d0a9e427187bdae))
202
-
203
-
204
-
205
-
206
-
207
- ## [1.45.10](https://github.com/stentorium/stentor/compare/v1.45.9...v1.45.10) (2021-09-20)
208
-
209
- **Note:** Version bump only for package stentor-channel
210
-
211
-
212
-
213
-
214
-
215
- ## [1.45.9](https://github.com/stentorium/stentor/compare/v1.45.8...v1.45.9) (2021-09-15)
216
-
217
- **Note:** Version bump only for package stentor-channel
218
-
219
-
220
-
221
-
222
-
223
- ## [1.45.8](https://github.com/stentorium/stentor/compare/v1.45.7...v1.45.8) (2021-09-14)
224
-
225
- **Note:** Version bump only for package stentor-channel
226
-
227
-
228
-
229
-
230
-
231
- ## [1.45.7](https://github.com/stentorium/stentor/compare/v1.45.6...v1.45.7) (2021-09-13)
232
-
233
- **Note:** Version bump only for package stentor-channel
234
-
235
-
236
-
237
-
238
-
239
- ## [1.45.6](https://github.com/stentorium/stentor/compare/v1.45.5...v1.45.6) (2021-09-05)
240
-
241
- **Note:** Version bump only for package stentor-channel
242
-
243
-
244
-
245
-
246
-
247
- ## [1.45.5](https://github.com/stentorium/stentor/compare/v1.45.4...v1.45.5) (2021-09-03)
248
-
249
- **Note:** Version bump only for package stentor-channel
250
-
251
-
252
-
253
-
254
-
255
- ## [1.45.4](https://github.com/stentorium/stentor/compare/v1.45.3...v1.45.4) (2021-08-30)
256
-
257
- **Note:** Version bump only for package stentor-channel
258
-
259
-
260
-
261
-
262
-
263
- ## [1.45.3](https://github.com/stentorium/stentor/compare/v1.45.2...v1.45.3) (2021-08-30)
264
-
265
-
266
- ### Bug Fixes
267
-
268
- * **deps:** update dependency @xapp/patterns to v1.35.9 ([4696cf4](https://github.com/stentorium/stentor/commit/4696cf4a6e1dfc063fe85a56b84547e6b4b9f4a7))
269
-
270
-
271
-
272
-
273
-
274
- ## [1.45.2](https://github.com/stentorium/stentor/compare/v1.45.1...v1.45.2) (2021-08-30)
275
-
276
- **Note:** Version bump only for package stentor-channel
277
-
278
-
279
-
280
-
281
-
282
- ## [1.45.1](https://github.com/stentorium/stentor/compare/v1.45.0...v1.45.1) (2021-08-27)
283
-
284
- **Note:** Version bump only for package stentor-channel
285
-
286
-
287
-
288
-
289
-
290
- # [1.45.0](https://github.com/stentorium/stentor/compare/v1.44.7...v1.45.0) (2021-08-25)
291
-
292
- **Note:** Version bump only for package stentor-channel
293
-
294
-
295
-
296
-
297
-
298
- ## [1.44.7](https://github.com/stentorium/stentor/compare/v1.44.6...v1.44.7) (2021-08-25)
299
-
300
- **Note:** Version bump only for package stentor-channel
301
-
302
-
303
-
304
-
305
-
306
- ## [1.44.6](https://github.com/stentorium/stentor/compare/v1.44.5...v1.44.6) (2021-08-24)
307
-
308
- **Note:** Version bump only for package stentor-channel
309
-
310
-
311
-
312
-
313
-
314
- ## [1.44.5](https://github.com/stentorium/stentor/compare/v1.44.4...v1.44.5) (2021-08-23)
315
-
316
- **Note:** Version bump only for package stentor-channel
317
-
318
-
319
-
320
-
321
-
322
- ## [1.44.4](https://github.com/stentorium/stentor/compare/v1.44.3...v1.44.4) (2021-08-22)
323
-
324
- **Note:** Version bump only for package stentor-channel
325
-
326
-
327
-
328
-
329
-
330
- ## [1.44.3](https://github.com/stentorium/stentor/compare/v1.44.2...v1.44.3) (2021-08-16)
331
-
332
- **Note:** Version bump only for package stentor-channel
333
-
334
-
335
-
336
-
337
-
338
- ## [1.44.2](https://github.com/stentorium/stentor/compare/v1.44.1...v1.44.2) (2021-08-12)
339
-
340
- **Note:** Version bump only for package stentor-channel
341
-
342
-
343
-
344
-
345
-
346
- ## [1.44.1](https://github.com/stentorium/stentor/compare/v1.44.0...v1.44.1) (2021-08-12)
347
-
348
- **Note:** Version bump only for package stentor-channel
349
-
350
-
351
-
352
-
353
-
354
- # [1.44.0](https://github.com/stentorium/stentor/compare/v1.43.2...v1.44.0) (2021-08-12)
355
-
356
- **Note:** Version bump only for package stentor-channel
357
-
358
-
359
-
360
-
361
-
362
- ## [1.43.2](https://github.com/stentorium/stentor/compare/v1.43.1...v1.43.2) (2021-08-10)
363
-
364
- **Note:** Version bump only for package stentor-channel
365
-
366
-
367
-
368
-
369
-
370
- ## [1.43.1](https://github.com/stentorium/stentor/compare/v1.43.0...v1.43.1) (2021-08-06)
371
-
372
- **Note:** Version bump only for package stentor-channel
373
-
374
-
375
-
376
-
377
-
378
- # [1.43.0](https://github.com/stentorium/stentor/compare/v1.42.47...v1.43.0) (2021-08-04)
379
-
380
- **Note:** Version bump only for package stentor-channel
381
-
382
-
383
-
384
-
385
-
386
- ## [1.42.47](https://github.com/stentorium/stentor/compare/v1.42.46...v1.42.47) (2021-08-02)
387
-
388
- **Note:** Version bump only for package stentor-channel
389
-
390
-
391
-
392
-
393
-
394
- ## [1.42.45](https://github.com/stentorium/stentor/compare/v1.42.44...v1.42.45) (2021-07-30)
395
-
396
- **Note:** Version bump only for package stentor-channel
397
-
398
-
399
-
400
-
401
-
402
- ## [1.42.44](https://github.com/stentorium/stentor/compare/v1.42.43...v1.42.44) (2021-07-29)
403
-
404
- **Note:** Version bump only for package stentor-channel
405
-
406
-
407
-
408
-
409
-
410
- ## [1.42.43](https://github.com/stentorium/stentor/compare/v1.42.42...v1.42.43) (2021-07-29)
411
-
412
- **Note:** Version bump only for package stentor-channel
413
-
414
-
415
-
416
-
417
-
418
- ## [1.42.42](https://github.com/stentorium/stentor/compare/v1.42.41...v1.42.42) (2021-07-26)
419
-
420
- **Note:** Version bump only for package stentor-channel
421
-
422
-
423
-
424
-
425
-
426
- ## [1.42.41](https://github.com/stentorium/stentor/compare/v1.42.40...v1.42.41) (2021-07-26)
427
-
428
- **Note:** Version bump only for package stentor-channel
429
-
430
-
431
-
432
-
433
-
434
- ## [1.42.40](https://github.com/stentorium/stentor/compare/v1.42.39...v1.42.40) (2021-07-22)
435
-
436
- **Note:** Version bump only for package stentor-channel
437
-
438
-
439
-
440
-
441
-
442
- ## [1.42.38](https://github.com/stentorium/stentor/compare/v1.42.37...v1.42.38) (2021-07-20)
443
-
444
- **Note:** Version bump only for package stentor-channel
445
-
446
-
447
-
448
-
449
-
450
- ## [1.42.37](https://github.com/stentorium/stentor/compare/v1.42.36...v1.42.37) (2021-07-20)
451
-
452
- **Note:** Version bump only for package stentor-channel
453
-
454
-
455
-
456
-
457
-
458
- ## [1.42.36](https://github.com/stentorium/stentor/compare/v1.42.35...v1.42.36) (2021-07-19)
459
-
460
-
461
- ### Bug Fixes
462
-
463
- * **deps:** update dependency @xapp/patterns to v1.33.27 ([ea9b494](https://github.com/stentorium/stentor/commit/ea9b494964346181953b7cb6b31ce42615165d27))
464
-
465
-
466
-
467
-
468
-
469
- ## [1.42.35](https://github.com/stentorium/stentor/compare/v1.42.34...v1.42.35) (2021-07-12)
470
-
471
- **Note:** Version bump only for package stentor-channel
472
-
473
-
474
-
475
-
476
-
477
- ## [1.42.34](https://github.com/stentorium/stentor/compare/v1.42.33...v1.42.34) (2021-07-09)
478
-
479
- **Note:** Version bump only for package stentor-channel
480
-
481
-
482
-
483
-
484
-
485
- ## [1.42.33](https://github.com/stentorium/stentor/compare/v1.42.32...v1.42.33) (2021-07-07)
486
-
487
- **Note:** Version bump only for package stentor-channel
488
-
489
-
490
-
491
-
492
-
493
- ## [1.42.32](https://github.com/stentorium/stentor/compare/v1.42.31...v1.42.32) (2021-07-07)
494
-
495
- **Note:** Version bump only for package stentor-channel
496
-
497
-
498
-
499
-
500
-
501
- ## [1.42.31](https://github.com/stentorium/stentor/compare/v1.42.30...v1.42.31) (2021-07-07)
502
-
503
- **Note:** Version bump only for package stentor-channel
504
-
505
-
506
-
507
-
508
-
509
- ## [1.42.29](https://github.com/stentorium/stentor/compare/v1.42.28...v1.42.29) (2021-07-05)
510
-
511
- **Note:** Version bump only for package stentor-channel
512
-
513
-
514
-
515
-
516
-
517
- ## [1.42.28](https://github.com/stentorium/stentor/compare/v1.42.27...v1.42.28) (2021-07-04)
518
-
519
-
520
- ### Bug Fixes
521
-
522
- * **deps:** update dependency @xapp/patterns to v1.33.9 ([f055ed7](https://github.com/stentorium/stentor/commit/f055ed7e0c5370ae96a8cab9f86e6c872b6cd218))
523
-
524
-
525
-
526
-
527
-
528
- ## [1.42.27](https://github.com/stentorium/stentor/compare/v1.42.26...v1.42.27) (2021-07-03)
529
-
530
- **Note:** Version bump only for package stentor-channel
531
-
532
-
533
-
534
-
535
-
536
- ## [1.42.26](https://github.com/stentorium/stentor/compare/v1.42.25...v1.42.26) (2021-07-01)
537
-
538
- **Note:** Version bump only for package stentor-channel
539
-
540
-
541
-
542
-
543
-
544
- ## [1.42.25](https://github.com/stentorium/stentor/compare/v1.42.24...v1.42.25) (2021-06-28)
545
-
546
- **Note:** Version bump only for package stentor-channel
547
-
548
-
549
-
550
-
551
-
552
- ## [1.42.24](https://github.com/stentorium/stentor/compare/v1.42.23...v1.42.24) (2021-06-27)
553
-
554
-
555
- ### Bug Fixes
556
-
557
- * **deps:** update dependency @xapp/patterns to v1.32.146 ([37b20f5](https://github.com/stentorium/stentor/commit/37b20f5aba06e239d561c97eb535710bb71164bb))
558
-
559
-
560
-
561
-
562
-
563
- ## [1.42.23](https://github.com/stentorium/stentor/compare/v1.42.22...v1.42.23) (2021-06-25)
564
-
565
- **Note:** Version bump only for package stentor-channel
566
-
567
-
568
-
569
-
570
-
571
- ## [1.42.22](https://github.com/stentorium/stentor/compare/v1.42.21...v1.42.22) (2021-06-25)
572
-
573
- **Note:** Version bump only for package stentor-channel
574
-
575
-
576
-
577
-
578
-
579
- ## [1.42.21](https://github.com/stentorium/stentor/compare/v1.42.20...v1.42.21) (2021-06-25)
580
-
581
- **Note:** Version bump only for package stentor-channel
582
-
583
-
584
-
585
-
586
-
587
- ## [1.42.20](https://github.com/stentorium/stentor/compare/v1.42.19...v1.42.20) (2021-06-25)
588
-
589
- **Note:** Version bump only for package stentor-channel
590
-
591
-
592
-
593
-
594
-
595
- ## [1.42.19](https://github.com/stentorium/stentor/compare/v1.42.18...v1.42.19) (2021-06-23)
596
-
597
- **Note:** Version bump only for package stentor-channel
598
-
599
-
600
-
601
-
602
-
603
- ## [1.42.18](https://github.com/stentorium/stentor/compare/v1.42.17...v1.42.18) (2021-06-23)
604
-
605
- **Note:** Version bump only for package stentor-channel
606
-
607
-
608
-
609
-
610
-
611
- ## [1.42.17](https://github.com/stentorium/stentor/compare/v1.42.16...v1.42.17) (2021-06-21)
612
-
613
- **Note:** Version bump only for package stentor-channel
614
-
615
-
616
-
617
-
618
-
619
- ## [1.42.16](https://github.com/stentorium/stentor/compare/v1.42.15...v1.42.16) (2021-06-21)
620
-
621
- **Note:** Version bump only for package stentor-channel
622
-
623
-
624
-
625
-
626
-
627
- ## [1.42.15](https://github.com/stentorium/stentor/compare/v1.42.14...v1.42.15) (2021-06-20)
628
-
629
-
630
- ### Bug Fixes
631
-
632
- * **deps:** update dependency @xapp/patterns to v1.32.143 ([428f742](https://github.com/stentorium/stentor/commit/428f74207a29c2e4bc6d33f22c40ddbf742a08a0))
633
-
634
-
635
-
636
-
637
-
638
- ## [1.42.14](https://github.com/stentorium/stentor/compare/v1.42.13...v1.42.14) (2021-06-17)
639
-
640
- **Note:** Version bump only for package stentor-channel
641
-
642
-
643
-
644
-
645
-
646
- ## [1.42.13](https://github.com/stentorium/stentor/compare/v1.42.12...v1.42.13) (2021-06-17)
647
-
648
- **Note:** Version bump only for package stentor-channel
649
-
650
-
651
-
652
-
653
-
654
- ## [1.42.12](https://github.com/stentorium/stentor/compare/v1.42.11...v1.42.12) (2021-06-17)
655
-
656
- **Note:** Version bump only for package stentor-channel
657
-
658
-
659
-
660
-
661
-
662
- ## [1.42.11](https://github.com/stentorium/stentor/compare/v1.42.10...v1.42.11) (2021-06-17)
663
-
664
- **Note:** Version bump only for package stentor-channel
665
-
666
-
667
-
668
-
669
-
670
- ## [1.42.10](https://github.com/stentorium/stentor/compare/v1.42.9...v1.42.10) (2021-06-14)
671
-
672
- **Note:** Version bump only for package stentor-channel
673
-
674
-
675
-
676
-
677
-
678
- ## [1.42.9](https://github.com/stentorium/stentor/compare/v1.42.8...v1.42.9) (2021-06-14)
679
-
680
-
681
- ### Bug Fixes
682
-
683
- * **deps:** update dependency @xapp/patterns to v1.32.130 ([399b6c1](https://github.com/stentorium/stentor/commit/399b6c1c7d277ec3ba0f19ce26eacb464b481c96))
684
-
685
-
686
-
687
-
688
-
689
- ## [1.42.8](https://github.com/stentorium/stentor/compare/v1.42.7...v1.42.8) (2021-06-12)
690
-
691
- **Note:** Version bump only for package stentor-channel
692
-
693
-
694
-
695
-
696
-
697
- ## [1.42.6](https://github.com/stentorium/stentor/compare/v1.42.5...v1.42.6) (2021-06-10)
698
-
699
- **Note:** Version bump only for package stentor-channel
700
-
701
-
702
-
703
-
704
-
705
- ## [1.42.5](https://github.com/stentorium/stentor/compare/v1.42.4...v1.42.5) (2021-06-10)
706
-
707
- **Note:** Version bump only for package stentor-channel
708
-
709
-
710
-
711
-
712
-
713
- ## [1.42.4](https://github.com/stentorium/stentor/compare/v1.42.3...v1.42.4) (2021-06-10)
714
-
715
- **Note:** Version bump only for package stentor-channel
716
-
717
-
718
-
719
-
720
-
721
- ## [1.42.3](https://github.com/stentorium/stentor/compare/v1.42.2...v1.42.3) (2021-06-09)
722
-
723
- **Note:** Version bump only for package stentor-channel
724
-
725
-
726
-
727
-
728
-
729
- ## [1.42.2](https://github.com/stentorium/stentor/compare/v1.42.1...v1.42.2) (2021-06-09)
730
-
731
- **Note:** Version bump only for package stentor-channel
732
-
733
-
734
-
735
-
736
-
737
- ## [1.42.1](https://github.com/stentorium/stentor/compare/v1.42.0...v1.42.1) (2021-06-08)
738
-
739
- **Note:** Version bump only for package stentor-channel
740
-
741
-
742
-
743
-
744
-
745
- # [1.42.0](https://github.com/stentorium/stentor/compare/v1.41.17...v1.42.0) (2021-06-07)
746
-
747
- **Note:** Version bump only for package stentor-channel
748
-
749
-
750
-
751
-
752
-
753
- ## [1.41.17](https://github.com/stentorium/stentor/compare/v1.41.16...v1.41.17) (2021-06-06)
754
-
755
- **Note:** Version bump only for package stentor-channel
756
-
757
-
758
-
759
-
760
-
761
- ## [1.41.16](https://github.com/stentorium/stentor/compare/v1.41.15...v1.41.16) (2021-06-01)
762
-
763
- **Note:** Version bump only for package stentor-channel
764
-
765
-
766
-
767
-
768
-
769
- ## [1.41.15](https://github.com/stentorium/stentor/compare/v1.41.14...v1.41.15) (2021-06-01)
770
-
771
- **Note:** Version bump only for package stentor-channel
772
-
773
-
774
-
775
-
776
-
777
- ## [1.41.14](https://github.com/stentorium/stentor/compare/v1.41.13...v1.41.14) (2021-06-01)
778
-
779
- **Note:** Version bump only for package stentor-channel
780
-
781
-
782
-
783
-
784
-
785
- ## [1.41.13](https://github.com/stentorium/stentor/compare/v1.41.12...v1.41.13) (2021-05-30)
786
-
787
-
788
- ### Bug Fixes
789
-
790
- * **deps:** update dependency @xapp/patterns to v1.32.116 ([599b876](https://github.com/stentorium/stentor/commit/599b876b562d4080cd9dd77cae09c398ae3b7484))
791
-
792
-
793
-
794
-
795
-
796
- ## [1.41.12](https://github.com/stentorium/stentor/compare/v1.41.11...v1.41.12) (2021-05-28)
797
-
798
-
799
- ### Bug Fixes
800
-
801
- * Convert \n to <br /> tags in markdown ([#984](https://github.com/stentorium/stentor/issues/984)) ([fe40b4a](https://github.com/stentorium/stentor/commit/fe40b4a81377efcea63c9e7b52265c297286c16b))
802
-
803
-
804
-
805
-
806
-
807
- ## [1.41.11](https://github.com/stentorium/stentor/compare/v1.41.10...v1.41.11) (2021-05-27)
808
-
809
- **Note:** Version bump only for package stentor-channel
810
-
811
-
812
-
813
-
814
-
815
- ## [1.41.10](https://github.com/stentorium/stentor/compare/v1.41.9...v1.41.10) (2021-05-27)
816
-
817
- **Note:** Version bump only for package stentor-channel
818
-
819
-
820
-
821
-
822
-
823
- ## [1.41.9](https://github.com/stentorium/stentor/compare/v1.41.8...v1.41.9) (2021-05-26)
824
-
825
- **Note:** Version bump only for package stentor-channel
826
-
827
-
828
-
829
-
830
-
831
- ## [1.41.8](https://github.com/stentorium/stentor/compare/v1.41.7...v1.41.8) (2021-05-26)
832
-
833
- **Note:** Version bump only for package stentor-channel
834
-
835
-
836
-
837
-
838
-
839
- ## [1.41.7](https://github.com/stentorium/stentor/compare/v1.41.6...v1.41.7) (2021-05-26)
840
-
841
- **Note:** Version bump only for package stentor-channel
842
-
843
-
844
-
845
-
846
-
847
- ## [1.41.6](https://github.com/stentorium/stentor/compare/v1.41.5...v1.41.6) (2021-05-25)
848
-
849
- **Note:** Version bump only for package stentor-channel
850
-
851
-
852
-
853
-
854
-
855
- ## [1.41.5](https://github.com/stentorium/stentor/compare/v1.41.4...v1.41.5) (2021-05-24)
856
-
857
- **Note:** Version bump only for package stentor-channel
858
-
859
-
860
-
861
-
862
-
863
- ## [1.41.4](https://github.com/stentorium/stentor/compare/v1.41.3...v1.41.4) (2021-05-24)
864
-
865
- **Note:** Version bump only for package stentor-channel
866
-
867
-
868
-
869
-
870
-
871
- ## [1.41.3](https://github.com/stentorium/stentor/compare/v1.41.2...v1.41.3) (2021-05-24)
872
-
873
- **Note:** Version bump only for package stentor-channel
874
-
875
-
876
-
877
-
878
-
879
- ## [1.41.2](https://github.com/stentorium/stentor/compare/v1.41.1...v1.41.2) (2021-05-24)
880
-
881
- **Note:** Version bump only for package stentor-channel
882
-
883
-
884
-
885
-
886
-
887
- ## [1.41.1](https://github.com/stentorium/stentor/compare/v1.41.0...v1.41.1) (2021-05-23)
888
-
889
-
890
- ### Bug Fixes
891
-
892
- * **deps:** update dependency @xapp/patterns to v1.32.99 ([d11ab4b](https://github.com/stentorium/stentor/commit/d11ab4b0d143870af41dc67e0fdb432ff26c0834))
893
-
894
-
895
-
896
-
897
-
898
- # [1.41.0](https://github.com/stentorium/stentor/compare/v1.40.20...v1.41.0) (2021-05-19)
899
-
900
-
901
- ### Features
902
-
903
- * Optional html on response output ([#961](https://github.com/stentorium/stentor/issues/961)) ([30c86c1](https://github.com/stentorium/stentor/commit/30c86c16f4cc1cc2cd7485e0c5467cb5fe2505d6))
904
-
905
-
906
-
907
-
908
-
909
- ## [1.40.19](https://github.com/stentorium/stentor/compare/v1.40.18...v1.40.19) (2021-05-18)
910
-
911
- **Note:** Version bump only for package stentor-channel
912
-
913
-
914
-
915
-
916
-
917
- ## [1.40.17](https://github.com/stentorium/stentor/compare/v1.40.16...v1.40.17) (2021-05-16)
918
-
919
- **Note:** Version bump only for package stentor-channel
920
-
921
-
922
-
923
-
924
-
925
- ## [1.40.16](https://github.com/stentorium/stentor/compare/v1.40.15...v1.40.16) (2021-05-14)
926
-
927
- **Note:** Version bump only for package stentor-channel
928
-
929
-
930
-
931
-
932
-
933
- ## [1.40.13](https://github.com/stentorium/stentor/compare/v1.40.12...v1.40.13) (2021-05-13)
934
-
935
- **Note:** Version bump only for package stentor-channel
936
-
937
-
938
-
939
-
940
-
941
- ## [1.40.8](https://github.com/stentorium/stentor/compare/v1.40.7...v1.40.8) (2021-05-12)
942
-
943
- **Note:** Version bump only for package stentor-channel
944
-
945
-
946
-
947
-
948
-
949
- ## [1.40.5](https://github.com/stentorium/stentor/compare/v1.40.4...v1.40.5) (2021-05-10)
950
-
951
- **Note:** Version bump only for package stentor-channel
952
-
953
-
954
-
955
-
956
-
957
- ## [1.40.4](https://github.com/stentorium/stentor/compare/v1.40.3...v1.40.4) (2021-05-08)
958
-
959
- **Note:** Version bump only for package stentor-channel
960
-
961
-
962
-
963
-
964
-
965
- ## [1.40.3](https://github.com/stentorium/stentor/compare/v1.40.2...v1.40.3) (2021-05-05)
966
-
967
- **Note:** Version bump only for package stentor-channel
968
-
969
-
970
-
971
-
972
-
973
- ## [1.40.2](https://github.com/stentorium/stentor/compare/v1.40.1...v1.40.2) (2021-05-04)
974
-
975
- **Note:** Version bump only for package stentor-channel
976
-
977
-
978
-
979
-
980
-
981
- # [1.40.0](https://github.com/stentorium/stentor/compare/v1.39.3...v1.40.0) (2021-05-04)
982
-
983
-
984
- ### Features
985
-
986
- * Stentor Channel ([#934](https://github.com/stentorium/stentor/issues/934)) ([76e1aa8](https://github.com/stentorium/stentor/commit/76e1aa88decabf32ef7ab0e736b8836ee2df89b2))