@types/async-retry
Advanced tools
Comparing version 1.4.6 to 1.4.7
@@ -1,9 +0,1 @@ | ||
// Type definitions for async-retry 1.4 | ||
// Project: https://github.com/vercel/async-retry | ||
// Definitions by: Albert Wu <https://github.com/albertywu> | ||
// Pablo Rodríguez <https://github.com/MeLlamoPablo> | ||
// Rafał Sawicki <https://github.com/rafsawicki> | ||
// BendingBender <https://github.com/BendingBender> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
import { WrapOptions } from "retry"; | ||
@@ -10,0 +2,0 @@ |
{ | ||
"name": "@types/async-retry", | ||
"version": "1.4.6", | ||
"version": "1.4.7", | ||
"description": "TypeScript definitions for async-retry", | ||
@@ -10,19 +10,19 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/async-retry", | ||
"name": "Albert Wu", | ||
"url": "https://github.com/albertywu", | ||
"githubUsername": "albertywu" | ||
"githubUsername": "albertywu", | ||
"url": "https://github.com/albertywu" | ||
}, | ||
{ | ||
"name": "Pablo Rodríguez", | ||
"url": "https://github.com/MeLlamoPablo", | ||
"githubUsername": "MeLlamoPablo" | ||
"githubUsername": "MeLlamoPablo", | ||
"url": "https://github.com/MeLlamoPablo" | ||
}, | ||
{ | ||
"name": "Rafał Sawicki", | ||
"url": "https://github.com/rafsawicki", | ||
"githubUsername": "rafsawicki" | ||
"githubUsername": "rafsawicki", | ||
"url": "https://github.com/rafsawicki" | ||
}, | ||
{ | ||
"name": "BendingBender", | ||
"url": "https://github.com/BendingBender", | ||
"githubUsername": "BendingBender" | ||
"githubUsername": "BendingBender", | ||
"url": "https://github.com/BendingBender" | ||
} | ||
@@ -41,4 +41,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "2e21ddf8a3cd961310961a132b729444a2eca69f3a630cbb8d805310fe3535f3", | ||
"typesPublisherContentHash": "3044fa617257ef6bb178cb8278d43d338f76326540f0851d8ff626b8bb5b1750", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,10 +11,2 @@ # Installation | ||
````ts | ||
// Type definitions for async-retry 1.4 | ||
// Project: https://github.com/vercel/async-retry | ||
// Definitions by: Albert Wu <https://github.com/albertywu> | ||
// Pablo Rodríguez <https://github.com/MeLlamoPablo> | ||
// Rafał Sawicki <https://github.com/rafsawicki> | ||
// BendingBender <https://github.com/BendingBender> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
import { WrapOptions } from "retry"; | ||
@@ -71,7 +63,6 @@ | ||
### Additional Details | ||
* Last updated: Fri, 22 Sep 2023 18:11:04 GMT | ||
* Last updated: Tue, 17 Oct 2023 22:10:13 GMT | ||
* Dependencies: [@types/retry](https://npmjs.com/package/@types/retry) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [Albert Wu](https://github.com/albertywu), [Pablo Rodríguez](https://github.com/MeLlamoPablo), [Rafał Sawicki](https://github.com/rafsawicki), and [BendingBender](https://github.com/BendingBender). |
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
5909
43
67