@types/node 14.18.15 → 14.18.16

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: Mon, 25 Apr 2022 15:31:40 GMT
11
+ * Last updated: Tue, 26 Apr 2022 21:01:47 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
 
@@ -111,7 +111,7 @@ declare module 'async_hooks' {
111
111
  * @param type The type of async event.
112
112
  * @param triggerAsyncId The ID of the execution context that created
113
113
  * this async event (default: `executionAsyncId()`), or an
114
- * AsyncResourceOptions object (since 9.3)
114
+ * AsyncResourceOptions object (since v9.3.0)
115
115
  */
116
116
  constructor(type: string, triggerAsyncId?: number|AsyncResourceOptions);
117
117
 
@@ -724,11 +724,11 @@ declare namespace NodeJS {
724
724
  id: string;
725
725
  filename: string;
726
726
  loaded: boolean;
727
- /** @deprecated since 14.6.0 Please use `require.main` and `module.children` instead. */
727
+ /** @deprecated since v14.6.0 Please use `require.main` and `module.children` instead. */
728
728
  parent: Module | null | undefined;
729
729
  children: Module[];
730
730
  /**
731
- * @since 11.14.0
731
+ * @since v11.14.0
732
732
  *
733
733
  * The directory name of the module. This is usually the same as the path.dirname() of the module.id.
734
734
  */
@@ -1917,7 +1917,7 @@ declare module 'inspector' {
1917
1917
  * Connects a session to the main thread inspector back-end.
1918
1918
  * An exception will be thrown if this API was not called on a Worker
1919
1919
  * thread.
1920
- * @since 12.11.0
1920
+ * @since v12.11.0
1921
1921
  */
1922
1922
  connectToMainThread(): void;
1923
1923
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "14.18.15",
3
+ "version": "14.18.16",
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": "de7d7fa58fbe70881e8662249a6c054eb176e77e9a6ce7581364a081860bda98",
223
+ "typesPublisherContentHash": "0d998b667f1dae5e2990109864381377f42577f9f1342ff84e533de5a4a145c6",
224
224
  "typeScriptVersion": "3.9"
225
225
  }