@types/node 18.19.29 → 18.19.30

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 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: Tue, 02 Apr 2024 20:35:39 GMT
11
+ * Last updated: Fri, 05 Apr 2024 22:07:19 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
node v18.19/http2.d.ts CHANGED
@@ -2098,7 +2098,13 @@ declare module "http2" {
2098
2098
  const HTTP2_HEADER_ACCEPT_LANGUAGE: string;
2099
2099
  const HTTP2_HEADER_ACCEPT_RANGES: string;
2100
2100
  const HTTP2_HEADER_ACCEPT: string;
2101
+ const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_CREDENTIALS: string;
2102
+ const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_HEADERS: string;
2103
+ const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_METHODS: string;
2101
2104
  const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN: string;
2105
+ const HTTP2_HEADER_ACCESS_CONTROL_EXPOSE_HEADERS: string;
2106
+ const HTTP2_HEADER_ACCESS_CONTROL_REQUEST_HEADERS: string;
2107
+ const HTTP2_HEADER_ACCESS_CONTROL_REQUEST_METHOD: string;
2102
2108
  const HTTP2_HEADER_AGE: string;
2103
2109
  const HTTP2_HEADER_ALLOW: string;
2104
2110
  const HTTP2_HEADER_AUTHORIZATION: string;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "18.19.29",
3
+ "version": "18.19.30",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -217,6 +217,6 @@
217
217
  "dependencies": {
218
218
  "undici-types": "~5.26.4"
219
219
  },
220
- "typesPublisherContentHash": "3f0d05998e29b5e3a89f5e3b75e28eb90ccdfeccd8fc64b515c3f551918ea450",
220
+ "typesPublisherContentHash": "c814508c051e35d752235a5b671ed0e9c23de0639b150e92293ffd4f11deb16a",
221
221
  "typeScriptVersion": "4.7"
222
222
  }