@types/node 11.9.3 → 11.9.4

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 +2 -2
  2. node/index.d.ts +1 -1
  3. node/package.json +3 -3
node/README.md CHANGED
@@ -2,13 +2,13 @@
2
2
  > `npm install --save @types/node`
3
3
 
4
4
  # Summary
5
- This package contains type definitions for Node.js ( http://nodejs.org/ ).
5
+ This package contains type definitions for non-npm package Node.js ( http://nodejs.org/ ).
6
6
 
7
7
  # Details
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node
9
9
 
10
10
  Additional Details
11
- * Last updated: Tue, 12 Feb 2019 23:56:52 GMT
11
+ * Last updated: Thu, 14 Feb 2019 16:52:07 GMT
12
12
  * Dependencies: none
13
13
  * Global values: Buffer, NodeJS, SharedArrayBuffer, Symbol, __dirname, __filename, clearImmediate, clearInterval, clearTimeout, console, exports, global, module, process, queueMicrotask, require, setImmediate, setInterval, setTimeout
14
14
 
node/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Type definitions for Node.js 11.9
1
+ // Type definitions for non-npm package Node.js 11.9
2
2
  // Project: http://nodejs.org/
3
3
  // Definitions by: Microsoft TypeScript <https://github.com/Microsoft>
4
4
  // DefinitelyTyped <https://github.com/DefinitelyTyped>
node/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "11.9.3",
4
- "description": "TypeScript definitions for Node.js",
3
+ "version": "11.9.4",
4
+ "description": "TypeScript definitions for non-npm package Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
7
7
  {
@@ -195,6 +195,6 @@
195
195
  },
196
196
  "scripts": {},
197
197
  "dependencies": {},
198
- "typesPublisherContentHash": "acf9ca5204471880b799efd8fcdf6551945094cbaef737eb12b89d3a755b6561",
198
+ "typesPublisherContentHash": "04bbd0bd504157f2cd4bfb56dbb9060df88afaec4c62949aef29d8b9cf64640a",
199
199
  "typeScriptVersion": "2.0"
200
200
  }