@types/node 12.20.24 → 12.20.25

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: Tue, 07 Sep 2021 07:31:44 GMT
11
+ * Last updated: Tue, 14 Sep 2021 21:01:33 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
 
@@ -629,7 +629,6 @@ declare namespace NodeJS {
629
629
  code?: string | undefined;
630
630
  path?: string | undefined;
631
631
  syscall?: string | undefined;
632
- stack?: string | undefined;
633
632
  }
634
633
 
635
634
  class EventEmitter {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "12.20.24",
3
+ "version": "12.20.25",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -200,6 +200,6 @@
200
200
  },
201
201
  "scripts": {},
202
202
  "dependencies": {},
203
- "typesPublisherContentHash": "94ed0bfbd9d8226caa1cf3ec958d19c6a5345a6fde3c503acf74327d1ed425b3",
203
+ "typesPublisherContentHash": "420290b8095a82d9f6bfd5c199f4093624f6188cbee242ea5fb4d500109c18e6",
204
204
  "typeScriptVersion": "3.7"
205
205
  }