@types/node 20.17.7 → 20.17.8

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.17/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: Sat, 23 Nov 2024 04:36:04 GMT
11
+ * Last updated: Mon, 25 Nov 2024 21:02:24 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
node v20.17/http.d.ts CHANGED
@@ -161,7 +161,7 @@ declare module "http" {
161
161
  location?: string | undefined;
162
162
  "max-forwards"?: string | undefined;
163
163
  origin?: string | undefined;
164
- prgama?: string | string[] | undefined;
164
+ pragma?: string | string[] | undefined;
165
165
  "proxy-authenticate"?: string | string[] | undefined;
166
166
  "proxy-authorization"?: string | undefined;
167
167
  "public-key-pins"?: string | undefined;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "20.17.7",
3
+ "version": "20.17.8",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -220,6 +220,6 @@
220
220
  "undici-types": "~6.19.2"
221
221
  },
222
222
  "peerDependencies": {},
223
- "typesPublisherContentHash": "670bce0ad1c8e9b9c8b571d14b1f57148845474965bc3223dc2d7da273ce1855",
224
- "typeScriptVersion": "4.9"
223
+ "typesPublisherContentHash": "411c87ca26e4a67025885e374177edb9ff7eec537695eca99afd2f7e51f16063",
224
+ "typeScriptVersion": "5.0"
225
225
  }