@types/node 14.17.15 → 14.17.16

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: Tue, 07 Sep 2021 07:31:43 GMT
11
+ * Last updated: Tue, 14 Sep 2021 21:01:32 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
 
@@ -437,7 +437,6 @@ declare namespace NodeJS {
437
437
  code?: string | undefined;
438
438
  path?: string | undefined;
439
439
  syscall?: string | undefined;
440
- stack?: string | undefined;
441
440
  }
442
441
 
443
442
  interface ReadableStream extends EventEmitter {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "14.17.15",
3
+ "version": "14.17.16",
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": "cc6eb5a4ee285b4918af508cea3ca63abdb77c14ad6f8cfebcfabc5dc714aa00",
228
+ "typesPublisherContentHash": "e26283272ac8611b0ab492a2721279509df62b1ccf04415a61cecdfb88618d53",
229
229
  "typeScriptVersion": "3.7"
230
230
  }