diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..f6c9139 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,2 @@ +github: mafintosh +tidelift: "npm/pump" diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 3c3629e..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -node_modules diff --git a/README.md b/README.md index 4c81471..5dcd8a5 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,9 @@ return pump(s1, s2) // returns s2 ``` +Note that `pump` attaches error handlers to the streams to do internal error handling, so if `s2` emits an +error in the above scenario, it will not trigger a `proccess.on('uncaughtException')` if you do not listen for it. + If you want to return a stream that combines *both* s1 and s2 to a single stream use [pumpify](https://github.com/mafintosh/pumpify) instead. @@ -63,3 +66,9 @@ ## Related `pump` is part of the [mississippi stream utility collection](https://github.com/maxogden/mississippi) which includes more useful stream modules similar to this one. + +## For enterprise + +Available as part of the Tidelift Subscription. + +The maintainers of pump and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/npm-pump?utm_source=npm-pump&utm_medium=referral&utm_campaign=enterprise) diff --git a/debian/changelog b/debian/changelog index 5ab690e..55a724c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,11 @@ -node-pump (3.0.0-5) UNRELEASED; urgency=medium +node-pump (3.0.0+git20200702.1.1a27827-1) UNRELEASED; urgency=medium * Remove constraints unnecessary since stretch: + Build-Depends: Drop versioned constraint on node-once. + node-pump: Drop versioned constraint on node-once in Depends. + * New upstream snapshot. - -- Debian Janitor Wed, 21 Apr 2021 12:16:37 -0000 + -- Debian Janitor Tue, 08 Jun 2021 13:39:24 -0000 node-pump (3.0.0-4) unstable; urgency=medium