@engine9-io/input-tools 1.8.2 → 1.8.3

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.
@@ -544,7 +544,7 @@ Worker.prototype.testTransform.metadata = {
544
544
 
545
545
  /* Get a stream from an actual stream, or an array, or a file */
546
546
  Worker.prototype.stream = async function (options) {
547
- const { stream: inputStream, packet, type, columns, limit = 100000, filename: filenameOpt } = options;
547
+ const { stream: inputStream, packet, type, columns, limit, filename: filenameOpt } = options;
548
548
  let filename = filenameOpt;
549
549
 
550
550
  if (inputStream) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@engine9-io/input-tools",
3
- "version": "1.8.2",
3
+ "version": "1.8.3",
4
4
  "description": "Tools for dealing with Engine9 inputs",
5
5
  "main": "index.js",
6
6
  "scripts": {