@types/node 14.0.12 → 14.0.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.
Files changed (3) hide show
  1. node/README.md +1 -1
  2. node/base.d.ts +1 -1
  3. node/package.json +2 -2
node/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.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 08 Jun 2020 18:51:15 GMT
11
+ * Last updated: Tue, 09 Jun 2020 20:57:07 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
 
node/base.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // base definnitions for all NodeJS modules that are not specific to any version of TypeScript
1
+ // base definitions for all NodeJS modules that are not specific to any version of TypeScript
2
2
  /// <reference path="globals.d.ts" />
3
3
  /// <reference path="async_hooks.d.ts" />
4
4
  /// <reference path="buffer.d.ts" />
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "14.0.12",
3
+ "version": "14.0.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": "b3ce80a8e48819173a340f5ab817f9031f2120c196748224b7751baa2b48e9c9",
254
+ "typesPublisherContentHash": "672ac85a6cf832e8a0d800fa80f5d70875679edca0b48bae2fe3c1cdc29ac6c4",
255
255
  "typeScriptVersion": "3.0"
256
256
  }