@types/node 14.14.5 → 14.14.6
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/README.md +1 -1
- node/base.d.ts +0 -1
- node/globals.d.ts +0 -1
- node/package.json +2 -2
- node/ts3.6/base.d.ts +0 -1
- node/ts3.6/index.d.ts +0 -1
- node/zlib.d.ts +0 -1
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:
|
|
11
|
+
* Last updated: Wed, 28 Oct 2020 18:55: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
|
|
node/base.d.ts
CHANGED
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
/// <reference lib="esnext.bigint" />
|
|
14
14
|
|
|
15
15
|
// Base definitions for all NodeJS modules that are not specific to any version of TypeScript:
|
|
16
|
-
// tslint:disable-next-line:no-bad-reference
|
|
17
16
|
/// <reference path="ts3.6/base.d.ts" />
|
|
18
17
|
|
|
19
18
|
// TypeScript 3.7-specific augmentations:
|
node/globals.d.ts
CHANGED
node/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "14.14.
|
|
3
|
+
"version": "14.14.6",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -246,6 +246,6 @@
|
|
|
246
246
|
},
|
|
247
247
|
"scripts": {},
|
|
248
248
|
"dependencies": {},
|
|
249
|
-
"typesPublisherContentHash": "
|
|
249
|
+
"typesPublisherContentHash": "1d51f247935976ab4813ff9000f53f55476586bb3594e4b964bd47728da00a20",
|
|
250
250
|
"typeScriptVersion": "3.2"
|
|
251
251
|
}
|
node/ts3.6/base.d.ts
CHANGED
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
/// <reference lib="esnext.bigint" />
|
|
14
14
|
|
|
15
15
|
// Base definitions for all NodeJS modules that are not specific to any version of TypeScript:
|
|
16
|
-
// tslint:disable-next-line:no-bad-reference
|
|
17
16
|
/// <reference path="../ts3.4/base.d.ts" />
|
|
18
17
|
|
|
19
18
|
// TypeScript 3.5-specific augmentations:
|
node/ts3.6/index.d.ts
CHANGED
node/zlib.d.ts
CHANGED