@types/node 16.11.5 → 16.11.6

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/package.json +2 -2
  3. node/readline.d.ts +1 -0
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, 25 Oct 2021 15:01:20 GMT
11
+ * Last updated: Mon, 25 Oct 2021 23:31:45 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`
14
14
 
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "16.11.5",
3
+ "version": "16.11.6",
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": "d882d0eaabc0abd311ed6a62fb9c656b4f9b017400c8cda2733714a7cbb7b66d",
223
+ "typesPublisherContentHash": "dbff504adec131930153b9496f1f65d18b3738aeebe19506de47e07fc16110ef",
224
224
  "typeScriptVersion": "3.7"
225
225
  }
node/readline.d.ts CHANGED
@@ -236,6 +236,7 @@ declare module 'readline' {
236
236
  * @since v0.1.98
237
237
  */
238
238
  write(data: string | Buffer, key?: Key): void;
239
+ write(data: undefined | null | string | Buffer, key: Key): void;
239
240
  /**
240
241
  * Returns the real position of the cursor in relation to the input
241
242
  * prompt + string. Long input (wrapping) strings, as well as multiple