steampipes
Advanced tools
Comparing version 6.1.1 to 6.1.2
@@ -0,1 +1,2 @@ | ||
// Generated by CoffeeScript 2.5.1 | ||
(function() { | ||
@@ -217,1 +218,3 @@ //########################################################################################################### | ||
}).call(this); | ||
//# sourceMappingURL=tees.test.js.map |
@@ -105,5 +105,5 @@ (function() { | ||
var ref, title; | ||
title = ((ref = settings != null ? settings.title : void 0) != null ? ref : '-->') + ' '; | ||
title = ((ref = settings != null ? settings.title : void 0) != null ? ref : 'steampipes ➔') + ' '; | ||
return this.$((d, send) => { | ||
info(title + jr(d)); | ||
echo((CND.grey(title)) + (CND.blue(rpr(d)))); | ||
return send(d); | ||
@@ -110,0 +110,0 @@ }); |
{ | ||
"name": "steampipes", | ||
"version": "6.1.1", | ||
"version": "6.1.2", | ||
"description": "Fast, simple data pipelines", | ||
@@ -9,3 +9,3 @@ "main": "lib/main.js", | ||
"doctoc": "doctoc README.md", | ||
"test": "npm run build && node lib/tests/main.js" | ||
"test": "node lib/tests/main.js" | ||
}, | ||
@@ -31,11 +31,11 @@ "repository": { | ||
"@uppy/fs-tail-stream": "^1.2.0", | ||
"cnd": "^5.3.0", | ||
"datom": "^3.0.1", | ||
"intertype": "^3.1.2", | ||
"multimix": "^2.1.6", | ||
"cnd": "^6.0.0", | ||
"datom": "^5.0.0", | ||
"intertype": "^3.4.1", | ||
"multimix": "^2.2.1", | ||
"timsort": "^0.3.0" | ||
}, | ||
"devDependencies": { | ||
"guy-test": "^1.4.2" | ||
"guy-test": "^2.0.1" | ||
} | ||
} |
@@ -74,3 +74,3 @@ | ||
which one of the iteration modes (sync or async) works correctly are allowed. Such a function will be called | ||
as late as possible, that is, not at pipline definition time, but only when a pipeline with a source and a | ||
as late as possible, that is, not at pipeline definition time, but only when a pipeline with a source and a | ||
drain has been constructed and is started with `pull()`. | ||
@@ -305,6 +305,6 @@ | ||
using modifiers instead (`$ { once: [ 'first', 'last', ], }, transform (d, send ) ->`) to avoid API bloat | ||
* [ ] implement tees which are like branching tracks that lead to their own sinks; there should also | ||
be parallel tracks that are rejoined later on | ||
* [x] implement tees which are like branching tracks that lead to their own sinks | ||
* [ ] there should also be parallel tracks that are rejoined later on | ||
* [x] should tees accept single transforms (and implicitly build a pipeline with a sink)? [NO] | ||
### Future: JS Pipeline Operator | ||
@@ -311,0 +311,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1098385
8019
+ Addedacorn@8.14.0(transitive)
+ Addedacorn-loose@8.4.0(transitive)
+ Addedacorn-walk@8.3.4(transitive)
+ Addedanymatch@3.1.3(transitive)
+ Addedastring@1.9.0(transitive)
+ Addedbinary-extensions@2.3.0(transitive)
+ Addedbraces@3.0.3(transitive)
+ Addedchokidar@3.6.0(transitive)
+ Addedcnd@6.0.19.3.0(transitive)
+ Addeddatom@5.1.1(transitive)
+ Addeddayjs@1.11.13(transitive)
+ Addedemittery@0.7.2(transitive)
+ Addedfill-range@7.1.1(transitive)
+ Addedfsevents@2.3.3(transitive)
+ Addedglob-parent@5.1.2(transitive)
+ Addedguy@13.7.2(transitive)
+ Addedintertype@7.7.1(transitive)
+ Addedintertype-legacy@7.7.1(transitive)
+ Addedis-binary-path@2.1.0(transitive)
+ Addedis-extglob@2.1.1(transitive)
+ Addedis-glob@4.0.3(transitive)
+ Addedis-number@7.0.0(transitive)
+ Addedjsx-number-format@0.1.5(transitive)
+ Addedletsfreezethat@3.1.0(transitive)
+ Addedload-source-map@3.0.1(transitive)
+ Addedlodash.sortby@4.7.0(transitive)
+ Addedmultimix@4.1.05.0.0(transitive)
+ Addednodexh@2.2.2(transitive)
+ Addednormalize-path@3.0.0(transitive)
+ Addedpicomatch@2.3.1(transitive)
+ Addedpunycode@2.3.1(transitive)
+ Addedreaddirp@3.6.0(transitive)
+ Addedsource-map@0.8.0-beta.0(transitive)
+ Addedtmp@0.2.3(transitive)
+ Addedto-regex-range@5.0.1(transitive)
+ Addedtr46@1.0.1(transitive)
+ Addedwebidl-conversions@4.0.2(transitive)
+ Addedwhatwg-url@7.1.0(transitive)
- Removeddatom@3.1.0(transitive)
- Removedemittery@0.6.0(transitive)
Updatedcnd@^6.0.0
Updateddatom@^5.0.0
Updatedintertype@^3.4.1
Updatedmultimix@^2.2.1