@humanwhocodes/retry
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@humanwhocodes/retry", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A utility to retry failed async methods.", | ||
@@ -11,8 +11,8 @@ "type": "module", | ||
"require": { | ||
"types": "./dist/retrier.d.ts", | ||
"default": "./dist/retrier.cjs" | ||
"default": "./dist/retrier.cjs", | ||
"types": "./dist/retrier.d.ts" | ||
}, | ||
"import": { | ||
"types": "./dist/retrier.d.ts", | ||
"default": "./dist/retrier.js" | ||
"default": "./dist/retrier.js", | ||
"types": "./dist/retrier.d.ts" | ||
} | ||
@@ -66,6 +66,4 @@ }, | ||
"@tsconfig/node16": "^16.1.1", | ||
"@types/chai": "^4.3.9", | ||
"@types/mocha": "^10.0.3", | ||
"@types/node": "20.8.9", | ||
"chai": "4.3.10", | ||
"eslint": "^8.21.0", | ||
@@ -72,0 +70,0 @@ "lint-staged": "15.2.0", |
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
40232
11
9