@types/node 22.19.14 → 22.19.15

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 v22.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/v22.
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 v22.19/http.d.ts CHANGED
@@ -928,7 +928,7 @@ declare module "http" {
928
928
  * been transmitted are equal or not.
929
929
  *
930
930
  * Attempting to set a header field name or value that contains invalid characters
931
- * will result in a \[`Error`\]\[\] being thrown.
931
+ * will result in a `Error` being thrown.
932
932
  * @since v0.1.30
933
933
  */
934
934
  writeHead(
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "22.19.14",
3
+ "version": "22.19.15",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -140,6 +140,6 @@
140
140
  "undici-types": "~6.21.0"
141
141
  },
142
142
  "peerDependencies": {},
143
- "typesPublisherContentHash": "e4f3fc8296d86640d1e53f74dc1c56cc3589380ad7886c6835e6e8e8553ca469",
143
+ "typesPublisherContentHash": "e4f9ffdeab50c69a72c98fc00b007f9def62394c519695bf5f543d4d49d0a1c3",
144
144
  "typeScriptVersion": "5.2"
145
145
  }