@types/async 3.2.19 → 3.2.20

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 -2
  2. async/index.d.ts +0 -1
  3. async/package.json +2 -7
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: Fri, 21 Apr 2023 10:02:48 GMT
11
+ * Last updated: Wed, 26 Apr 2023 17:02:39 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), [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).
16
+ 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
@@ -2,7 +2,6 @@
2
2
  // Project: https://github.com/caolan/async, https://caolan.github.io/async
3
3
  // Definitions by: Boris Yankov <https://github.com/borisyankov>
4
4
  // Arseniy Maximov <https://github.com/kern0>
5
- // Joe Herman <https://github.com/Penryn>
6
5
  // Angus Fenying <https://github.com/fenying>
7
6
  // Pascal Martin <https://github.com/pascalmartin>
8
7
  // Etienne Rossignon <https://github.com/erossignon>
async/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/async",
3
- "version": "3.2.19",
3
+ "version": "3.2.20",
4
4
  "description": "TypeScript definitions for Async",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/async",
6
6
  "license": "MIT",
@@ -15,11 +15,6 @@
15
15
  "url": "https://github.com/kern0",
16
16
  "githubUsername": "kern0"
17
17
  },
18
- {
19
- "name": "Joe Herman",
20
- "url": "https://github.com/Penryn",
21
- "githubUsername": "Penryn"
22
- },
23
18
  {
24
19
  "name": "Angus Fenying",
25
20
  "url": "https://github.com/fenying",
@@ -60,6 +55,6 @@
60
55
  },
61
56
  "scripts": {},
62
57
  "dependencies": {},
63
- "typesPublisherContentHash": "a7767c80777d9eb61901e768e308c054fa26cf1d39a98b3870397d6f75d24d66",
58
+ "typesPublisherContentHash": "504b8bf37ab807f04edc13dbc9b4c67d1d49355d8b5ad1e11e7630c169b60cc1",
64
59
  "typeScriptVersion": "4.3"
65
60
  }