@types/node 12.12.2 → 12.12.3
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/fs.d.ts +1 -1
- 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: Wed, 30 Oct 2019
|
|
11
|
+
* Last updated: Wed, 30 Oct 2019 16:11:55 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/fs.d.ts
CHANGED
|
@@ -490,7 +490,7 @@ declare module "fs" {
|
|
|
490
490
|
* @param existingPath A path to a file. If a URL is provided, it must use the `file:` protocol.
|
|
491
491
|
* @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol.
|
|
492
492
|
*/
|
|
493
|
-
function
|
|
493
|
+
function __promisify__(existingPath: PathLike, newPath: PathLike): Promise<void>;
|
|
494
494
|
}
|
|
495
495
|
|
|
496
496
|
/**
|
node/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "12.12.
|
|
3
|
+
"version": "12.12.3",
|
|
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": "817766d74d68d0a134a9edf5adefc2459451a8c287d4d1e2d310ad88a19871d8",
|
|
220
220
|
"typeScriptVersion": "2.0"
|
|
221
221
|
}
|