@types/node 16.18.66 → 16.18.67

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: Wed, 29 Nov 2023 19:35:57 GMT
11
+ * Last updated: Sun, 03 Dec 2023 18:07:12 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "16.18.66",
3
+ "version": "16.18.67",
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": "e78e53b8b9f625af156f6b830beb67370ec8a3ee6f28fcad0a9309593323e515",
225
+ "typesPublisherContentHash": "146ad482e80fc4407fea597ad49b7c1cc7bd84a775d3a7650ef2ce8734b1adc0",
226
226
  "typeScriptVersion": "4.6",
227
227
  "nonNpm": true
228
228
  }
@@ -1188,9 +1188,6 @@ declare module "util" {
1188
1188
  : typeof _TextEncoder;
1189
1189
  }
1190
1190
  }
1191
- declare module "util/types" {
1192
- export * from "util/types";
1193
- }
1194
1191
  declare module "util/types" {
1195
1192
  import { KeyObject, webcrypto } from "node:crypto";
1196
1193
  /**
node v16.18/util.d.ts CHANGED
@@ -1188,9 +1188,6 @@ declare module "util" {
1188
1188
  : typeof _TextEncoder;
1189
1189
  }
1190
1190
  }
1191
- declare module "util/types" {
1192
- export * from "util/types";
1193
- }
1194
1191
  declare module "util/types" {
1195
1192
  import { KeyObject, webcrypto } from "node:crypto";
1196
1193
  /**