@types/node 12.20.40 → 12.20.41

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, 01 Jan 2022 14:01:37 GMT
11
+ * Last updated: Tue, 04 Jan 2022 18:31:35 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
 
@@ -802,7 +802,7 @@ declare namespace NodeJS {
802
802
  /**
803
803
  * If true, a diagnostic report is generated when the process
804
804
  * receives the signal specified by process.report.signal.
805
- * @defaul false
805
+ * @default false
806
806
  */
807
807
  reportOnSignal: boolean;
808
808
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "12.20.40",
3
+ "version": "12.20.41",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -190,6 +190,6 @@
190
190
  },
191
191
  "scripts": {},
192
192
  "dependencies": {},
193
- "typesPublisherContentHash": "259342af0a16da2ddc84776fdcc202632da70497f1778f61386c482e0cb0a52d",
193
+ "typesPublisherContentHash": "2aff218856e248b35fcc686e4c3a35383af94dc1886cdd1557d7356553d9531a",
194
194
  "typeScriptVersion": "3.8"
195
195
  }