@yveskaufmann/retry
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@yveskaufmann/retry", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Utility for retrying promise based operation on certain situations.", | ||
@@ -9,4 +9,5 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"build": "tsc -p .", | ||
"test": "jest" | ||
"build": "make build", | ||
"test": "make test", | ||
"lint": "make lint" | ||
}, | ||
@@ -21,3 +22,5 @@ "repository": { | ||
"typescript", | ||
"decorator" | ||
"decorator", | ||
"resilient", | ||
"async" | ||
], | ||
@@ -24,0 +27,0 @@ "author": "Yves Kaufmann", |
[![npm version](https://badge.fury.io/js/@yveskaufmann%2Fretry.svg)](https://badge.fury.io/js/@yveskaufmann%2Fretry) | ||
[![Node.js CI](https://github.com/yveskaufmann/retry/actions/workflows/ci.yml/badge.svg)](https://github.com/yveskaufmann/retry/actions/workflows/ci.yml) | ||
[![codecov](https://codecov.io/gh/yveskaufmann/retry/branch/main/graph/badge.svg?token=QXZVS68R36)](https://codecov.io/gh/yveskaufmann/retry) | ||
@@ -4,0 +5,0 @@ # retry-utility |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
35414
69
0