node-promise-retry 2.0.1-2 source package in Ubuntu
Changelog
node-promise-retry (2.0.1-2) unstable; urgency=medium * Team upload * Fix GitHub tags regex * Update standards version to 4.6.0, no changes needed. * Fix filenamemangle * Drop dependency to nodejs -- Yadd <email address hidden> Fri, 26 Nov 2021 09:26:51 +0100
Upload details
- Uploaded by:
- Debian Javascript Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Javascript Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-promise-retry_2.0.1-2.dsc | 2.2 KiB | 47a73275318fe0913ade1d75a4e97a6275ab06428d01ad58c0844730c2168aa1 |
node-promise-retry_2.0.1.orig.tar.gz | 15.7 KiB | 4ff9576d6d6e961dd7cd92ee67145978ba922fbe0a35ba8c1d0cd088886b2c28 |
node-promise-retry_2.0.1-2.debian.tar.xz | 3.3 KiB | 33abb625acf85b21dd193c85a579d1aa790991d11aa2812ac43699ebeba44ee5 |
Available diffs
- diff from 2.0.1-1 to 2.0.1-2 (914 bytes)
No changes file available.
Binary packages built by this source
- node-promise-retry: Retries a function that returns a promise
Leverage the power of the retry module to the promises world.
.
Calls fn until the returned promise ends up fulfilled or rejected with an
error different than a retry error.
.
Node.js is an event-based server-side JavaScript engine.