@types/node 20.19.36 → 20.19.37

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 v20.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/v20.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Thu, 05 Mar 2026 23:32:33 GMT
11
+ * Last updated: Fri, 06 Mar 2026 00:57:44 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
node v20.19/http.d.ts CHANGED
@@ -901,7 +901,7 @@ declare module "http" {
901
901
  * been transmitted are equal or not.
902
902
  *
903
903
  * Attempting to set a header field name or value that contains invalid characters
904
- * will result in a \[`Error`\]\[\] being thrown.
904
+ * will result in a `Error` being thrown.
905
905
  * @since v0.1.30
906
906
  */
907
907
  writeHead(
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "20.19.36",
3
+ "version": "20.19.37",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -135,6 +135,6 @@
135
135
  "undici-types": "~6.21.0"
136
136
  },
137
137
  "peerDependencies": {},
138
- "typesPublisherContentHash": "78a26d0eff3f4608e09327e9369674df958a1b23701abc06ead38a1a2e1b21e8",
138
+ "typesPublisherContentHash": "232436132f92bb9d0f77b98004c7a2477747cc93116b454e2d1ffaf892e9bdd2",
139
139
  "typeScriptVersion": "5.2"
140
140
  }