@types/node 16.4.12 → 16.4.13

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/cluster.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, 04 Aug 2021 16:31:27 GMT
11
+ * Last updated: Fri, 06 Aug 2021 01:01:21 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`
14
14
 
node/cluster.d.ts CHANGED
@@ -322,7 +322,7 @@ declare module 'cluster' {
322
322
  export interface Cluster extends EventEmitter {
323
323
  disconnect(callback?: () => void): void;
324
324
  fork(env?: any): Worker;
325
- /** @deprecated since v16.0.0 - use setupPrimary. */
325
+ /** @deprecated since v16.0.0 - use isPrimary. */
326
326
  readonly isMaster: boolean;
327
327
  readonly isPrimary: boolean;
328
328
  readonly isWorker: boolean;
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "16.4.12",
3
+ "version": "16.4.13",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -237,6 +237,6 @@
237
237
  },
238
238
  "scripts": {},
239
239
  "dependencies": {},
240
- "typesPublisherContentHash": "72e2feda5b833f7d889625c0813da4a3ea14aeda595ba536a13d7f0418fb40ce",
240
+ "typesPublisherContentHash": "3cc1cc7b463ea7699af2a41aa02b468332e3b95e3f6bc5418e1a3039cab60c8c",
241
241
  "typeScriptVersion": "3.6"
242
242
  }