@types/node 20.11.2 → 20.11.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.
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: Mon, 15 Jan 2024 11:35:33 GMT
11
+ * Last updated: Mon, 15 Jan 2024 21:35:33 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
node/crypto.d.ts CHANGED
@@ -363,7 +363,7 @@ declare module "crypto" {
363
363
  * @since v13.1.0
364
364
  * @param options `stream.transform` options
365
365
  */
366
- copy(options?: stream.TransformOptions): Hash;
366
+ copy(options?: HashOptions): Hash;
367
367
  /**
368
368
  * Updates the hash content with the given `data`, the encoding of which
369
369
  * is given in `inputEncoding`.
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "20.11.2",
3
+ "version": "20.11.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": "41e39984afcbd704058054c5e2fb980168b49f48c8ab2f12279459bd42550ac4",
227
+ "typesPublisherContentHash": "66df1ea212bb8fccec491d2f2693114de8a75af1d23078e45a3f1667b7dba00d",
228
228
  "typeScriptVersion": "4.6",
229
229
  "nonNpm": true
230
230
  }
node/ts4.8/crypto.d.ts CHANGED
@@ -363,7 +363,7 @@ declare module "crypto" {
363
363
  * @since v13.1.0
364
364
  * @param options `stream.transform` options
365
365
  */
366
- copy(options?: stream.TransformOptions): Hash;
366
+ copy(options?: HashOptions): Hash;
367
367
  /**
368
368
  * Updates the hash content with the given `data`, the encoding of which
369
369
  * is given in `inputEncoding`.