@types/node 16.18.72 → 16.18.74

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 v16.18/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for node (https://nodejs.org/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node/v16.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Fri, 19 Jan 2024 10:07:16 GMT
11
+ * Last updated: Sun, 21 Jan 2024 18:07:28 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
node v16.18/index.d.ts CHANGED
@@ -45,7 +45,7 @@
45
45
  /// <reference path="diagnostics_channel.d.ts" />
46
46
  /// <reference path="dns.d.ts" />
47
47
  /// <reference path="dns/promises.d.ts" />
48
- /// <reference path="dns/promises.d.ts" />
48
+ /// <reference path="dom-events.d.ts" />
49
49
  /// <reference path="domain.d.ts" />
50
50
  /// <reference path="events.d.ts" />
51
51
  /// <reference path="fs.d.ts" />
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "16.18.72",
3
+ "version": "16.18.74",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -222,7 +222,7 @@
222
222
  },
223
223
  "scripts": {},
224
224
  "dependencies": {},
225
- "typesPublisherContentHash": "3c26be0f68e0f160b80f39bb43bacf01b6110c2683b6e1620d2e71bb205f0b0f",
225
+ "typesPublisherContentHash": "5d5bf0bf679e764cc23ccbb071bab84a55159b899be0fd674e4a0818c8e2ba42",
226
226
  "typeScriptVersion": "4.6",
227
227
  "nonNpm": true
228
228
  }
@@ -384,7 +384,7 @@ declare module "stream/web" {
384
384
 
385
385
  const TextDecoderStream: {
386
386
  prototype: TextDecoderStream;
387
- new(label?: string, options?: TextDecoderOptions): TextDecoderStream;
387
+ new(encoding?: string, options?: TextDecoderOptions): TextDecoderStream;
388
388
  };
389
389
  }
390
390
  declare module "node:stream/web" {
@@ -45,7 +45,7 @@
45
45
  /// <reference path="diagnostics_channel.d.ts" />
46
46
  /// <reference path="dns.d.ts" />
47
47
  /// <reference path="dns/promises.d.ts" />
48
- /// <reference path="dns/promises.d.ts" />
48
+ /// <reference path="dom-events.d.ts" />
49
49
  /// <reference path="domain.d.ts" />
50
50
  /// <reference path="events.d.ts" />
51
51
  /// <reference path="fs.d.ts" />
@@ -384,7 +384,7 @@ declare module "stream/web" {
384
384
 
385
385
  const TextDecoderStream: {
386
386
  prototype: TextDecoderStream;
387
- new(label?: string, options?: TextDecoderOptions): TextDecoderStream;
387
+ new(encoding?: string, options?: TextDecoderOptions): TextDecoderStream;
388
388
  };
389
389
  }
390
390
  declare module "node:stream/web" {