@types/node 13.13.12 → 13.13.13

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 v13.13/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for Node.js (http://nodejs.org/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node/v13.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 09 Jun 2020 20:57:13 GMT
11
+ * Last updated: Mon, 06 Jul 2020 20:49:38 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Buffer`, `Symbol`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
14
14
 
@@ -1099,6 +1099,12 @@ declare namespace NodeJS {
1099
1099
  id: string;
1100
1100
  filename: string;
1101
1101
  loaded: boolean;
1102
+ /**
1103
+ * @since 11.14.0
1104
+ *
1105
+ * The directory name of the module. This is usually the same as the path.dirname() of the module.id.
1106
+ */
1107
+ path: string;
1102
1108
  parent: Module | null;
1103
1109
  children: Module[];
1104
1110
  paths: string[];
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "13.13.12",
3
+ "version": "13.13.13",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -251,6 +251,6 @@
251
251
  },
252
252
  "scripts": {},
253
253
  "dependencies": {},
254
- "typesPublisherContentHash": "5b65edfec3562d2b1f5785279b6a676e288d05ba838a50d0a913c674fcefe393",
254
+ "typesPublisherContentHash": "41490bff06c1e3f4bb569893bfee86413870f57bdbac073f976c022543edd1d9",
255
255
  "typeScriptVersion": "3.0"
256
256
  }