@types/node 18.19.65 → 18.19.66
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 v18.19/README.md +1 -1
- node v18.19/http.d.ts +1 -1
- node v18.19/package.json +3 -3
node v18.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/v18.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
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 v18.19/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
|
-
|
|
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;
|
node v18.19/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "18.19.
|
|
3
|
+
"version": "18.19.66",
|
|
4
4
|
"description": "TypeScript definitions for node",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -225,6 +225,6 @@
|
|
|
225
225
|
"undici-types": "~5.26.4"
|
|
226
226
|
},
|
|
227
227
|
"peerDependencies": {},
|
|
228
|
-
"typesPublisherContentHash": "
|
|
229
|
-
"typeScriptVersion": "
|
|
228
|
+
"typesPublisherContentHash": "15a78cd14892a85546203ccd523c6d20f880e2a852b810e0ce6d4ac5c0df80b6",
|
|
229
|
+
"typeScriptVersion": "5.0"
|
|
230
230
|
}
|