@types/node 17.0.1 → 17.0.2

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 +2 -2
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: Sun, 19 Dec 2021 19:01:19 GMT
11
+ * Last updated: Mon, 20 Dec 2021 23:01:20 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`
14
14
 
node/http2.d.ts CHANGED
@@ -1349,7 +1349,7 @@ declare module 'http2' {
1349
1349
  * ```
1350
1350
  * @since v8.4.0
1351
1351
  */
1352
- readonly url: string;
1352
+ url: string;
1353
1353
  /**
1354
1354
  * Sets the `Http2Stream`'s timeout value to `msecs`. If a callback is
1355
1355
  * provided, then it is added as a listener on the `'timeout'` event on
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "17.0.1",
3
+ "version": "17.0.2",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -225,6 +225,6 @@
225
225
  },
226
226
  "scripts": {},
227
227
  "dependencies": {},
228
- "typesPublisherContentHash": "8667a11eb4a6bd035e5c7de4fa77b53a7a1357743cea3b529bff4967b84e991c",
228
+ "typesPublisherContentHash": "f682c1e74631e5d2b576b504a97a862521ab1154681acc21f2eebef0315ff659",
229
229
  "typeScriptVersion": "3.8"
230
230
  }