@types/node 20.4.2 → 20.4.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.
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: Wed, 12 Jul 2023 23:02:41 GMT
11
+ * Last updated: Fri, 21 Jul 2023 22:02:44 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
@@ -128,7 +128,7 @@ declare module 'http2' {
128
128
  * value will be `undefined` after the `Http2Stream` instance is destroyed.
129
129
  * @since v8.4.0
130
130
  */
131
- readonly session: Http2Session;
131
+ readonly session: Http2Session | undefined;
132
132
  /**
133
133
  * Provides miscellaneous information about the current state of the`Http2Stream`.
134
134
  *
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "20.4.2",
3
+ "version": "20.4.3",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -232,6 +232,6 @@
232
232
  },
233
233
  "scripts": {},
234
234
  "dependencies": {},
235
- "typesPublisherContentHash": "8ccebbf79ef4c9ade9cde2b505492190d140170bf4372bb3fe1ebd36e9344eac",
235
+ "typesPublisherContentHash": "5ed41fdd48ae9301c42ed454434baaefc02b6f6e0ddd8e06413b20c7dab4f70f",
236
236
  "typeScriptVersion": "4.3"
237
237
  }
node/ts4.8/http2.d.ts CHANGED
@@ -128,7 +128,7 @@ declare module 'http2' {
128
128
  * value will be `undefined` after the `Http2Stream` instance is destroyed.
129
129
  * @since v8.4.0
130
130
  */
131
- readonly session: Http2Session;
131
+ readonly session: Http2Session | undefined;
132
132
  /**
133
133
  * Provides miscellaneous information about the current state of the`Http2Stream`.
134
134
  *