@types/node 20.5.2 → 20.5.3

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/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.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 22 Aug 2023 09:03:14 GMT
11
+ * Last updated: Tue, 22 Aug 2023 18:04:28 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`, `structuredClone`
14
14
 
node/inspector.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // eslint-disable-next-line dt-header
1
+ // eslint-disable-next-line @definitelytyped/dt-header
2
2
  // Type definitions for inspector
3
3
 
4
4
  // These definitions are auto-generated.
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "20.5.2",
3
+ "version": "20.5.3",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -227,6 +227,6 @@
227
227
  },
228
228
  "scripts": {},
229
229
  "dependencies": {},
230
- "typesPublisherContentHash": "16c0c38215cd7cb1934b1390c501dfa15927a10c9b2e8a41a35779d5d94f8119",
230
+ "typesPublisherContentHash": "5eb884dc632226cd7f318964baa50a3183b958bd8272cd1396227b1e4ec43ab2",
231
231
  "typeScriptVersion": "4.3"
232
232
  }
node/ts4.8/inspector.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // eslint-disable-next-line dt-header
1
+ // eslint-disable-next-line @definitelytyped/dt-header
2
2
  // Type definitions for inspector
3
3
 
4
4
  // These definitions are auto-generated.