@types/node 8.10.57 → 8.10.58
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 v8/README.md +1 -1
- node v8/base.d.ts +1 -1
- node v8/package.json +2 -2
node v8/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/v8
|
|
9
9
|
|
|
10
10
|
Additional Details
|
|
11
|
-
* Last updated: Wed, 30 Oct 2019
|
|
11
|
+
* Last updated: Wed, 30 Oct 2019 16:12:00 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: Buffer, NodeJS, SlowBuffer, Symbol, __dirname, __filename, clearImmediate, clearInterval, clearTimeout, console, exports, global, module, process, require, setImmediate, setInterval, setTimeout
|
|
14
14
|
|
node v8/base.d.ts
CHANGED
|
@@ -3473,7 +3473,7 @@ declare module "fs" {
|
|
|
3473
3473
|
* @param existingPath A path to a file. If a URL is provided, it must use the `file:` protocol.
|
|
3474
3474
|
* @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol.
|
|
3475
3475
|
*/
|
|
3476
|
-
export function
|
|
3476
|
+
export function __promisify__(existingPath: PathLike, newPath: PathLike): Promise<void>;
|
|
3477
3477
|
}
|
|
3478
3478
|
|
|
3479
3479
|
/**
|
node v8/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "8.10.
|
|
3
|
+
"version": "8.10.58",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -146,6 +146,6 @@
|
|
|
146
146
|
},
|
|
147
147
|
"scripts": {},
|
|
148
148
|
"dependencies": {},
|
|
149
|
-
"typesPublisherContentHash": "
|
|
149
|
+
"typesPublisherContentHash": "7c17209c1a75aa13389e48fc18b41010e445bd124668f9122ecd832ff3d102a8",
|
|
150
150
|
"typeScriptVersion": "2.1"
|
|
151
151
|
}
|