@types/node 20.10.2 → 20.10.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 (4) hide show
  1. node/README.md +1 -1
  2. node/package.json +2 -2
  3. node/ts4.8/util.d.ts +0 -3
  4. node/util.d.ts +0 -3
node/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.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Fri, 01 Dec 2023 20:07:24 GMT
11
+ * Last updated: Sun, 03 Dec 2023 18:07:12 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "20.10.2",
3
+ "version": "20.10.3",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -224,7 +224,7 @@
224
224
  "dependencies": {
225
225
  "undici-types": "~5.26.4"
226
226
  },
227
- "typesPublisherContentHash": "68b6c3be48e20f97799b0bc9426c5fe51d700e7749e940440f083d4c830c83fe",
227
+ "typesPublisherContentHash": "23bf5e20c3e989ac01a5ead7a9bd16b7752ee61c6293df790619aa6185433385",
228
228
  "typeScriptVersion": "4.6",
229
229
  "nonNpm": true
230
230
  }
node/ts4.8/util.d.ts CHANGED
@@ -1654,9 +1654,6 @@ declare module "util" {
1654
1654
  [Symbol.iterator]: typeof MIMEParams.prototype.entries;
1655
1655
  }
1656
1656
  }
1657
- declare module "util/types" {
1658
- export * from "util/types";
1659
- }
1660
1657
  declare module "util/types" {
1661
1658
  import { KeyObject, webcrypto } from "node:crypto";
1662
1659
  /**
node/util.d.ts CHANGED
@@ -1654,9 +1654,6 @@ declare module "util" {
1654
1654
  [Symbol.iterator]: typeof MIMEParams.prototype.entries;
1655
1655
  }
1656
1656
  }
1657
- declare module "util/types" {
1658
- export * from "util/types";
1659
- }
1660
1657
  declare module "util/types" {
1661
1658
  import { KeyObject, webcrypto } from "node:crypto";
1662
1659
  /**