@types/node 14.18.39 → 14.18.40

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 v14.18/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/v14.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 20 Mar 2023 21:02:58 GMT
11
+ * Last updated: Mon, 20 Mar 2023 21:32:47 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `AbortController`, `AbortSignal`, `Buffer`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
14
14
 
node v14.18/crypto.d.ts CHANGED
@@ -518,8 +518,8 @@ declare module 'crypto' {
518
518
  */
519
519
  disableEntropyCache?: boolean | undefined;
520
520
  }
521
-
522
- function randomUUID(options?: RandomUUIDOptions): string;
521
+ type UUID = `${string}-${string}-${string}-${string}-${string}`;
522
+ function randomUUID(options?: RandomUUIDOptions): UUID;
523
523
 
524
524
  interface ScryptOptions {
525
525
  cost?: number | undefined;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "14.18.39",
3
+ "version": "14.18.40",
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": "d1cae5b98b7dc02ae57f1f671256dd8224c139c6d5a688fa62110d4dfeb0cb05",
230
+ "typesPublisherContentHash": "58953b1dfecf4d10fa4ea3cf575d5fc0880a51c4b4522d31c54a3a47336df2b5",
231
231
  "typeScriptVersion": "4.3"
232
232
  }