@types/node 18.19.1 → 18.19.2

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 v18.19/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/v18.
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "18.19.1",
3
+ "version": "18.19.2",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -229,7 +229,7 @@
229
229
  "dependencies": {
230
230
  "undici-types": "~5.26.4"
231
231
  },
232
- "typesPublisherContentHash": "ca1ef3ccaed3691d811d98fbc35858936bc0dc8734cc2a8b967e52b7fcbae4bc",
232
+ "typesPublisherContentHash": "6f342cdb4d07803e1c37b2a05f80636887a32a85959ee939fb2904204e9b50e4",
233
233
  "typeScriptVersion": "4.6",
234
234
  "nonNpm": true
235
235
  }
@@ -1574,9 +1574,6 @@ declare module "util" {
1574
1574
  [Symbol.iterator]: typeof MIMEParams.prototype.entries;
1575
1575
  }
1576
1576
  }
1577
- declare module "util/types" {
1578
- export * from "util/types";
1579
- }
1580
1577
  declare module "util/types" {
1581
1578
  import { KeyObject, webcrypto } from "node:crypto";
1582
1579
  /**
node v18.19/util.d.ts CHANGED
@@ -1574,9 +1574,6 @@ declare module "util" {
1574
1574
  [Symbol.iterator]: typeof MIMEParams.prototype.entries;
1575
1575
  }
1576
1576
  }
1577
- declare module "util/types" {
1578
- export * from "util/types";
1579
- }
1580
1577
  declare module "util/types" {
1581
1578
  import { KeyObject, webcrypto } from "node:crypto";
1582
1579
  /**