@types/async 3.2.22 → 3.2.24

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 +1 -1
  3. async/package.json +2 -2
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: Tue, 17 Oct 2023 22:10:13 GMT
11
+ * Last updated: Wed, 22 Nov 2023 00:24:48 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
async/index.d.ts CHANGED
@@ -347,7 +347,7 @@ export function mapValues<T, R, E = Error, C = unknown>(
347
347
  value: T,
348
348
  key: string,
349
349
  callback: C extends undefined ? never : AsyncResultCallback<R, E>,
350
- // tslint:disable-next-line:void-return
350
+ // eslint-disable-next-line @typescript-eslint/no-invalid-void-type
351
351
  ) => C extends undefined ? Promise<R> : void,
352
352
  ): Promise<Dictionary<R>>;
353
353
  export const mapValuesSeries: typeof mapValues;
async/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/async",
3
- "version": "3.2.22",
3
+ "version": "3.2.24",
4
4
  "description": "TypeScript definitions for async",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/async",
6
6
  "license": "MIT",
@@ -55,6 +55,6 @@
55
55
  },
56
56
  "scripts": {},
57
57
  "dependencies": {},
58
- "typesPublisherContentHash": "8c7783341010dad4cd44b4e3e490f3b051e4bb17b1be7420e1d074ffcfdbf458",
58
+ "typesPublisherContentHash": "d22df6dcc4644f4e587d58121a6afb56868467fd940a0c9bb41bc28d5ef07504",
59
59
  "typeScriptVersion": "4.5"
60
60
  }