@types/node 14.17.20 → 14.17.21

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 v14.17/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/v14.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Wed, 29 Sep 2021 14:01:22 GMT
11
+ * Last updated: Tue, 05 Oct 2021 20:31:30 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Buffer`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
14
14
 
@@ -115,6 +115,11 @@ declare module 'console' {
115
115
  ignoreErrors?: boolean | undefined;
116
116
  colorMode?: boolean | 'auto' | undefined;
117
117
  inspectOptions?: InspectOptions | undefined;
118
+ /**
119
+ * Set group indentation
120
+ * @default 2
121
+ */
122
+ groupIndentation?: number | undefined;
118
123
  }
119
124
 
120
125
  interface ConsoleConstructor {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "14.17.20",
3
+ "version": "14.17.21",
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": "4a6ba8516ea62f5b4e074e70cdd1e0a6cb015a225b2ea8f3eea9232fc7a3ec7a",
223
+ "typesPublisherContentHash": "24685ad8d2045648c09795a367b41b4e7275261c22cfdda9bf64af8350814d80",
224
224
  "typeScriptVersion": "3.7"
225
225
  }