@types/node 22.19.20 → 22.19.21

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: Fri, 05 Jun 2026 22:33:07 GMT
11
+ * Last updated: Wed, 10 Jun 2026 22:15:09 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
node v22.19/http2.d.ts CHANGED
@@ -31,6 +31,7 @@ declare module "http2" {
31
31
  ":method"?: string | undefined;
32
32
  ":authority"?: string | undefined;
33
33
  ":scheme"?: string | undefined;
34
+ ":protocol"?: string | undefined;
34
35
  }
35
36
  // Http2Stream
36
37
  export interface StreamPriorityOptions {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "22.19.20",
3
+ "version": "22.19.21",
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": "9248d8bddf0fa1a21e3bf6ce8e867451d3bf9530fc057cbed7a84aecd323e269",
143
+ "typesPublisherContentHash": "8e6c9feae0854a50279bbba2bfb172f6753303bc233e7b0526dcb589b43e4c9e",
144
144
  "typeScriptVersion": "5.3"
145
145
  }