6.2.1002 • Published 8 months ago

@retrofix/p-retry v6.2.1002

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Rebundled by RetroFixJS

This is a rebundle of p-retry that provides dual CommonJS/ES module support.

Note: This is a transitional tool, not a long-term solution. ESM is the future, but some projects still need CJS compatibility.

Original Package Information

InfoLink
Packagehttps://www.npmjs.com/package/p-retry
Repositoryhttps://github.com/sindresorhus/p-retry
Fundinghttps://github.com/sponsors/sindresorhus

RetroFixJS Project

https://github.com/yelliver/RetroFixJS

RetroFixJS is an automated tool that patches, rebundles, and publishes libraries with dual module support for both CommonJS and ESM environments.

Usage

Use this rebundled version of p-retry with npm aliases to maintain your original import paths - no code changes needed!

Choose one of these two methods:

Method 1: CLI Installation

# Install via CLI with an npm alias
npm install p-retry@npm:@retrofix/p-retry

Method 2: Package.json Configuration

{
  "dependencies": {
    "p-retry": "npm:@retrofix/p-retry@latest"
  }
}