@types/node 14.18.14 → 14.18.15

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 v14.18/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for Node.js (https://nodejs.org/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node/v14.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Sun, 24 Apr 2022 21:01:38 GMT
11
+ * Last updated: Mon, 25 Apr 2022 15:31:40 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `AbortController`, `AbortSignal`, `Buffer`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
14
14
 
node v14.18/http2.d.ts CHANGED
@@ -252,6 +252,7 @@ declare module 'http2' {
252
252
  parent?: number | undefined;
253
253
  weight?: number | undefined;
254
254
  waitForTrailers?: boolean | undefined;
255
+ signal?: AbortSignal | undefined;
255
256
  }
256
257
 
257
258
  export interface SessionState {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "14.18.14",
3
+ "version": "14.18.15",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -220,6 +220,6 @@
220
220
  },
221
221
  "scripts": {},
222
222
  "dependencies": {},
223
- "typesPublisherContentHash": "1dcf9914e6d5b1de2421c18ecb8c4cfad13d6bf7723145c35e6a6f0e8f2ef5bb",
223
+ "typesPublisherContentHash": "de7d7fa58fbe70881e8662249a6c054eb176e77e9a6ce7581364a081860bda98",
224
224
  "typeScriptVersion": "3.9"
225
225
  }