@types/node 22.9.3 → 22.9.4

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.
Files changed (3) hide show
  1. node/README.md +1 -1
  2. node/http.d.ts +1 -1
  3. node/package.json +3 -3
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: 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/http.d.ts CHANGED
@@ -162,7 +162,7 @@ declare module "http" {
162
162
  location?: string | undefined;
163
163
  "max-forwards"?: string | undefined;
164
164
  origin?: string | undefined;
165
- prgama?: string | string[] | undefined;
165
+ pragma?: string | string[] | undefined;
166
166
  "proxy-authenticate"?: string | string[] | undefined;
167
167
  "proxy-authorization"?: string | undefined;
168
168
  "public-key-pins"?: string | undefined;
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "22.9.3",
3
+ "version": "22.9.4",
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.8"
221
221
  },
222
222
  "peerDependencies": {},
223
- "typesPublisherContentHash": "b6aac29bd05fd45bf1e413969174cab33920f03b086f10916dba01864e150462",
224
- "typeScriptVersion": "4.9"
223
+ "typesPublisherContentHash": "484edb8ac3b7a0881d60bf47bb409b48336bcac72069ac2262bbaf1eaa62d507",
224
+ "typeScriptVersion": "5.0"
225
225
  }