@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.
Files changed (3) hide show
  1. node/README.md +1 -1
  2. node/fs.d.ts +1 -1
  3. 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 15:44:41 GMT
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 link(existingPath: PathLike, newPath: PathLike): Promise<void>;
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.2",
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": "c56fd70988c025a02b02bf98fd7b9d7dea21a45b3d3bf20db16354375997590c",
219
+ "typesPublisherContentHash": "817766d74d68d0a134a9edf5adefc2459451a8c287d4d1e2d310ad88a19871d8",
220
220
  "typeScriptVersion": "2.0"
221
221
  }