@types/node 18.7.22 → 18.7.23

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 (4) hide show
  1. node/README.md +1 -1
  2. node/os.d.ts +1 -0
  3. node/package.json +2 -2
  4. node/ts4.8/os.d.ts +1 -0
node/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for Node.js (https://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: Mon, 26 Sep 2022 14:02:57 GMT
11
+ * Last updated: Mon, 26 Sep 2022 19:33:03 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`, `structuredClone`
14
14
 
node/os.d.ts CHANGED
@@ -28,6 +28,7 @@ declare module 'os' {
28
28
  }
29
29
  interface NetworkInterfaceInfoIPv4 extends NetworkInterfaceBase {
30
30
  family: 'IPv4';
31
+ scopeid?: undefined;
31
32
  }
32
33
  interface NetworkInterfaceInfoIPv6 extends NetworkInterfaceBase {
33
34
  family: 'IPv6';
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "18.7.22",
3
+ "version": "18.7.23",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -227,6 +227,6 @@
227
227
  },
228
228
  "scripts": {},
229
229
  "dependencies": {},
230
- "typesPublisherContentHash": "433df0fc73a98967e56d31dfecf38f69e1cf5d52d6affe83fb990ef57b2f68ae",
230
+ "typesPublisherContentHash": "24d6e2b547c899309701e1e64ad11f0255c46a6f27da723607d3d1505e43d8da",
231
231
  "typeScriptVersion": "4.1"
232
232
  }
node/ts4.8/os.d.ts CHANGED
@@ -28,6 +28,7 @@ declare module 'os' {
28
28
  }
29
29
  interface NetworkInterfaceInfoIPv4 extends NetworkInterfaceBase {
30
30
  family: 'IPv4';
31
+ scopeid?: undefined;
31
32
  }
32
33
  interface NetworkInterfaceInfoIPv6 extends NetworkInterfaceBase {
33
34
  family: 'IPv6';