@types/async 3.2.10 → 3.2.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- async/README.md +2 -2
- async/index.d.ts +0 -1
- async/package.json +3 -8
async/README.md
CHANGED
|
@@ -8,9 +8,9 @@ This package contains type definitions for Async (https://github.com/caolan/asyn
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/async.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Thu, 23 Dec 2021 23:34:16 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `async`
|
|
14
14
|
|
|
15
15
|
# Credits
|
|
16
|
-
These definitions were written by [Boris Yankov](https://github.com/borisyankov), [Arseniy Maximov](https://github.com/kern0), [Joe Herman](https://github.com/Penryn), [Angus Fenying](https://github.com/fenying), [Pascal Martin](https://github.com/pascalmartin), [
|
|
16
|
+
These definitions were written by [Boris Yankov](https://github.com/borisyankov), [Arseniy Maximov](https://github.com/kern0), [Joe Herman](https://github.com/Penryn), [Angus Fenying](https://github.com/fenying), [Pascal Martin](https://github.com/pascalmartin), [Etienne Rossignon](https://github.com/erossignon), [Lifeng Zhu](https://github.com/Juliiii), [Tümay Çeber](https://github.com/brendtumi), and [Andrew Pensinger](https://github.com/apnsngr).
|
async/index.d.ts
CHANGED
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
// Joe Herman <https://github.com/Penryn>
|
|
6
6
|
// Angus Fenying <https://github.com/fenying>
|
|
7
7
|
// Pascal Martin <https://github.com/pascalmartin>
|
|
8
|
-
// Dmitri Trofimov <https://github.com/Dmitri1337>
|
|
9
8
|
// Etienne Rossignon <https://github.com/erossignon>
|
|
10
9
|
// Lifeng Zhu <https://github.com/Juliiii>
|
|
11
10
|
// Tümay Çeber <https://github.com/brendtumi>
|
async/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/async",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.11",
|
|
4
4
|
"description": "TypeScript definitions for Async",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/async",
|
|
6
6
|
"license": "MIT",
|
|
@@ -30,11 +30,6 @@
|
|
|
30
30
|
"url": "https://github.com/pascalmartin",
|
|
31
31
|
"githubUsername": "pascalmartin"
|
|
32
32
|
},
|
|
33
|
-
{
|
|
34
|
-
"name": "Dmitri Trofimov",
|
|
35
|
-
"url": "https://github.com/Dmitri1337",
|
|
36
|
-
"githubUsername": "Dmitri1337"
|
|
37
|
-
},
|
|
38
33
|
{
|
|
39
34
|
"name": "Etienne Rossignon",
|
|
40
35
|
"url": "https://github.com/erossignon",
|
|
@@ -65,6 +60,6 @@
|
|
|
65
60
|
},
|
|
66
61
|
"scripts": {},
|
|
67
62
|
"dependencies": {},
|
|
68
|
-
"typesPublisherContentHash": "
|
|
69
|
-
"typeScriptVersion": "3.
|
|
63
|
+
"typesPublisherContentHash": "a84804e41d003d56b766481633495eb03d525b60ec3e3cb24da339ce3492108e",
|
|
64
|
+
"typeScriptVersion": "3.8"
|
|
70
65
|
}
|