@types/node 18.7.14 → 18.7.15

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. node/README.md +1 -1
  2. node/http2.d.ts +1 -1
  3. node/package.json +3 -3
node/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for Node.js (https://nodejs.org/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 29 Aug 2022 23:32:43 GMT
11
+ * Last updated: Mon, 05 Sep 2022 08:02:42 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`, `structuredClone`
14
14
 
node/http2.d.ts CHANGED
@@ -780,7 +780,7 @@ declare module 'http2' {
780
780
  * @since v8.4.0
781
781
  * @param callback Callback that is called once the session is connected or right away if the session is already connected.
782
782
  */
783
- settings(settings: Settings): void;
783
+ settings(settings: Settings, callback?: (err: Error | null, settings: Settings, duration: number) => void): void;
784
784
  /**
785
785
  * Calls `unref()` on this `Http2Session`instance's underlying `net.Socket`.
786
786
  * @since v9.4.0
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "18.7.14",
3
+ "version": "18.7.15",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -220,6 +220,6 @@
220
220
  },
221
221
  "scripts": {},
222
222
  "dependencies": {},
223
- "typesPublisherContentHash": "db81534897d076e115cb9949512e2c2a419c694de07c7e2d4142c42471fc69ce",
224
- "typeScriptVersion": "4.0"
223
+ "typesPublisherContentHash": "1f538271e4fa56217c45e54abd39de30eb5ac1cd7c62152b1bf7dcfb13c52b71",
224
+ "typeScriptVersion": "4.1"
225
225
  }