@types/node 14.17.1 → 14.17.2

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 (http://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, 25 May 2021 00:01:39 GMT
11
+ * Last updated: Wed, 02 Jun 2021 07:31:35 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,7 +1,8 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "14.17.1",
3
+ "version": "14.17.2",
4
4
  "description": "TypeScript definitions for Node.js",
5
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
5
6
  "license": "MIT",
6
7
  "contributors": [
7
8
  {
@@ -231,6 +232,6 @@
231
232
  },
232
233
  "scripts": {},
233
234
  "dependencies": {},
234
- "typesPublisherContentHash": "4706dd122f5af0d073eae1d205b8b53d25bf5cd6bd0b8d79cc840a2269c61635",
235
- "typeScriptVersion": "3.5"
235
+ "typesPublisherContentHash": "6acb20f1278795713247535f7e3c3a517859214f635c3e5d26863a6d5fe79c21",
236
+ "typeScriptVersion": "3.6"
236
237
  }
@@ -116,7 +116,7 @@ declare module 'perf_hooks' {
116
116
  * @param startMark
117
117
  * @param endMark
118
118
  */
119
- measure(name: string, startMark: string, endMark: string): void;
119
+ measure(name: string, startMark?: string, endMark?: string): void;
120
120
 
121
121
  /**
122
122
  * An instance of the PerformanceNodeTiming class that provides performance metrics for specific Node.js operational milestones.