@types/async 3.2.21 → 3.2.23

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.
Files changed (3) hide show
  1. async/README.md +2 -3
  2. async/index.d.ts +0 -13
  3. async/package.json +19 -19
async/README.md CHANGED
@@ -2,15 +2,14 @@
2
2
  > `npm install --save @types/async`
3
3
 
4
4
  # Summary
5
- This package contains type definitions for Async (https://github.com/caolan/async).
5
+ This package contains type definitions for async (https://github.com/caolan/async).
6
6
 
7
7
  # Details
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/async.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Fri, 22 Sep 2023 18:11:04 GMT
11
+ * Last updated: Mon, 06 Nov 2023 22:41:04 GMT
12
12
  * Dependencies: none
13
- * Global values: `async`
14
13
 
15
14
  # Credits
16
15
  These definitions were written by [Boris Yankov](https://github.com/borisyankov), [Arseniy Maximov](https://github.com/kern0), [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
@@ -1,16 +1,3 @@
1
- // Type definitions for Async 3.2
2
- // Project: https://github.com/caolan/async, https://caolan.github.io/async
3
- // Definitions by: Boris Yankov <https://github.com/borisyankov>
4
- // Arseniy Maximov <https://github.com/kern0>
5
- // Angus Fenying <https://github.com/fenying>
6
- // Pascal Martin <https://github.com/pascalmartin>
7
- // Etienne Rossignon <https://github.com/erossignon>
8
- // Lifeng Zhu <https://github.com/Juliiii>
9
- // Tümay Çeber <https://github.com/brendtumi>
10
- // Andrew Pensinger <https://github.com/apnsngr>
11
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
12
- // TypeScript Version: 2.3
13
-
14
1
  export as namespace async;
15
2
 
16
3
  export interface Dictionary<T> {
async/package.json CHANGED
@@ -1,49 +1,49 @@
1
1
  {
2
2
  "name": "@types/async",
3
- "version": "3.2.21",
4
- "description": "TypeScript definitions for Async",
3
+ "version": "3.2.23",
4
+ "description": "TypeScript definitions for async",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/async",
6
6
  "license": "MIT",
7
7
  "contributors": [
8
8
  {
9
9
  "name": "Boris Yankov",
10
- "url": "https://github.com/borisyankov",
11
- "githubUsername": "borisyankov"
10
+ "githubUsername": "borisyankov",
11
+ "url": "https://github.com/borisyankov"
12
12
  },
13
13
  {
14
14
  "name": "Arseniy Maximov",
15
- "url": "https://github.com/kern0",
16
- "githubUsername": "kern0"
15
+ "githubUsername": "kern0",
16
+ "url": "https://github.com/kern0"
17
17
  },
18
18
  {
19
19
  "name": "Angus Fenying",
20
- "url": "https://github.com/fenying",
21
- "githubUsername": "fenying"
20
+ "githubUsername": "fenying",
21
+ "url": "https://github.com/fenying"
22
22
  },
23
23
  {
24
24
  "name": "Pascal Martin",
25
- "url": "https://github.com/pascalmartin",
26
- "githubUsername": "pascalmartin"
25
+ "githubUsername": "pascalmartin",
26
+ "url": "https://github.com/pascalmartin"
27
27
  },
28
28
  {
29
29
  "name": "Etienne Rossignon",
30
- "url": "https://github.com/erossignon",
31
- "githubUsername": "erossignon"
30
+ "githubUsername": "erossignon",
31
+ "url": "https://github.com/erossignon"
32
32
  },
33
33
  {
34
34
  "name": "Lifeng Zhu",
35
- "url": "https://github.com/Juliiii",
36
- "githubUsername": "Juliiii"
35
+ "githubUsername": "Juliiii",
36
+ "url": "https://github.com/Juliiii"
37
37
  },
38
38
  {
39
39
  "name": "Tümay Çeber",
40
- "url": "https://github.com/brendtumi",
41
- "githubUsername": "brendtumi"
40
+ "githubUsername": "brendtumi",
41
+ "url": "https://github.com/brendtumi"
42
42
  },
43
43
  {
44
44
  "name": "Andrew Pensinger",
45
- "url": "https://github.com/apnsngr",
46
- "githubUsername": "apnsngr"
45
+ "githubUsername": "apnsngr",
46
+ "url": "https://github.com/apnsngr"
47
47
  }
48
48
  ],
49
49
  "main": "",
@@ -55,6 +55,6 @@
55
55
  },
56
56
  "scripts": {},
57
57
  "dependencies": {},
58
- "typesPublisherContentHash": "1fcaace91e1eb18e5067df2372847ac266bc288bee9edf10e887ddf6d3b294d0",
58
+ "typesPublisherContentHash": "8a836aefca59bd14482898646e21a4e007b7e7707d41145bbde4efef81dd0065",
59
59
  "typeScriptVersion": "4.5"
60
60
  }