@types/node 14.18.4 → 14.18.5

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.18/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: Sat, 01 Jan 2022 14:01:35 GMT
11
+ * Last updated: Tue, 04 Jan 2022 18:31:34 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
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "14.18.4",
3
+ "version": "14.18.5",
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": "0afc7216be9a294af879d2a7a446a4eac7f4b612c913f0881e4cd51b19a4439d",
228
+ "typesPublisherContentHash": "252c75e4415b41c2119a2a09f46387f535c6c18a5d96975c41aefb8ec86e7436",
229
229
  "typeScriptVersion": "3.8"
230
230
  }
@@ -120,7 +120,7 @@ declare module 'process' {
120
120
  /**
121
121
  * If true, a diagnostic report is generated when the process
122
122
  * receives the signal specified by process.report.signal.
123
- * @defaul false
123
+ * @default false
124
124
  */
125
125
  reportOnSignal: boolean;
126
126