@types/node 12.20.27 → 12.20.28

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 v12.20/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/v12.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Sat, 25 Sep 2021 11:01:25 GMT
11
+ * Last updated: Tue, 05 Oct 2021 20:31:31 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Buffer`, `NodeJS`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
14
14
 
@@ -542,6 +542,11 @@ declare namespace NodeJS {
542
542
  ignoreErrors?: boolean | undefined;
543
543
  colorMode?: boolean | 'auto' | undefined;
544
544
  inspectOptions?: InspectOptions | undefined;
545
+ /**
546
+ * Set group indentation
547
+ * @default 2
548
+ */
549
+ groupIndentation?: number | undefined;
545
550
  }
546
551
 
547
552
  interface ConsoleConstructor {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "12.20.27",
3
+ "version": "12.20.28",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -195,6 +195,6 @@
195
195
  },
196
196
  "scripts": {},
197
197
  "dependencies": {},
198
- "typesPublisherContentHash": "f1d2e6c3a55602b2544f03645a9c5c3e06a2ea1424f8fb594cfdde5f4b83856d",
198
+ "typesPublisherContentHash": "42364b7d4d815f35a5adce5277b009c6550fdef6d27f37f53495d2228ea1cd7e",
199
199
  "typeScriptVersion": "3.7"
200
200
  }