@types/node 11.15.1 → 11.15.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 v11/README.md +1 -1
- node v11/fs.d.ts +1 -1
- node v11/package.json +2 -2
node v11/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/v11
|
|
9
9
|
|
|
10
10
|
Additional Details
|
|
11
|
-
* Last updated: Wed, 30 Oct 2019
|
|
11
|
+
* Last updated: Wed, 30 Oct 2019 16:11:56 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: Buffer, NodeJS, Symbol, __dirname, __filename, clearImmediate, clearInterval, clearTimeout, console, exports, global, module, process, queueMicrotask, require, setImmediate, setInterval, setTimeout
|
|
14
14
|
|
node v11/fs.d.ts
CHANGED
|
@@ -442,7 +442,7 @@ declare module "fs" {
|
|
|
442
442
|
* @param existingPath A path to a file. If a URL is provided, it must use the `file:` protocol.
|
|
443
443
|
* @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol.
|
|
444
444
|
*/
|
|
445
|
-
function
|
|
445
|
+
function __promisify__(existingPath: PathLike, newPath: PathLike): Promise<void>;
|
|
446
446
|
}
|
|
447
447
|
|
|
448
448
|
/**
|
node v11/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "11.15.
|
|
3
|
+
"version": "11.15.2",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -216,6 +216,6 @@
|
|
|
216
216
|
},
|
|
217
217
|
"scripts": {},
|
|
218
218
|
"dependencies": {},
|
|
219
|
-
"typesPublisherContentHash": "
|
|
219
|
+
"typesPublisherContentHash": "4790a8cd10da74d473fd444b7a5e7bcbfeab9379e661a56b5a347b7a899ed63d",
|
|
220
220
|
"typeScriptVersion": "2.0"
|
|
221
221
|
}
|