@types/node 16.18.10 → 16.18.11

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 v16.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/v16.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Fri, 16 Dec 2022 20:33:09 GMT
11
+ * Last updated: Mon, 26 Dec 2022 17:32:38 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`
14
14
 
@@ -621,7 +621,7 @@ declare module 'child_process' {
621
621
  }
622
622
  interface CommonOptions extends ProcessEnvOptions {
623
623
  /**
624
- * @default true
624
+ * @default false
625
625
  */
626
626
  windowsHide?: boolean | undefined;
627
627
  /**
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "16.18.10",
3
+ "version": "16.18.11",
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": "ba088db8aafd6bb078728430be57d23985597ed7a7c1afe7e11e06d3980886fe",
230
+ "typesPublisherContentHash": "546b53fadb5f0ca1d9827910f04dee2505ae734234fec0483a1fa5ff2a5ecebf",
231
231
  "typeScriptVersion": "4.2"
232
232
  }
@@ -621,7 +621,7 @@ declare module 'child_process' {
621
621
  }
622
622
  interface CommonOptions extends ProcessEnvOptions {
623
623
  /**
624
- * @default true
624
+ * @default false
625
625
  */
626
626
  windowsHide?: boolean | undefined;
627
627
  /**