@types/async 3.2.2 → 3.2.3

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 +1 -1
  2. async/index.d.ts +3 -3
  3. async/package.json +3 -3
async/README.md CHANGED
@@ -8,7 +8,7 @@ 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: Mon, 11 May 2020 17:28:15 GMT
11
+ * Last updated: Fri, 15 May 2020 04:08:47 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `async`
14
14
 
async/index.d.ts CHANGED
@@ -149,9 +149,9 @@ export function mapValuesLimit<T, R, E = Error>(
149
149
  callback: AsyncResultObjectCallback<R, E>
150
150
  ): void;
151
151
  export function mapValuesLimit<T, R, E = Error>(
152
- obj: Dictionary<T>,
153
- limit: number,
154
- iteratee: (value: T, key: string, callback: AsyncResultCallback<R, E>) => void
152
+ obj: Dictionary<T>,
153
+ limit: number,
154
+ iteratee: (value: T, key: string, callback: AsyncResultCallback<R, E>) => void
155
155
  ): Promise<R>;
156
156
 
157
157
  export function mapValues<T, R, E = Error>(obj: Dictionary<T>, iteratee: (value: T, key: string, callback: AsyncResultCallback<R, E>) => void, callback: AsyncResultObjectCallback<R, E>): void;
async/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/async",
3
- "version": "3.2.2",
3
+ "version": "3.2.3",
4
4
  "description": "TypeScript definitions for Async",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -59,6 +59,6 @@
59
59
  },
60
60
  "scripts": {},
61
61
  "dependencies": {},
62
- "typesPublisherContentHash": "a2f3692bf0eb838ba6a9189b79f8008d9a5c51a004ba1267d948feacd9724d6e",
63
- "typeScriptVersion": "2.9"
62
+ "typesPublisherContentHash": "81e047871626508bdf9169741b829f659624ec62fcdfa6ddb9deb317ca2a143c",
63
+ "typeScriptVersion": "3.0"
64
64
  }