@types/node 18.11.17 → 18.11.18

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: Sat, 17 Dec 2022 20:33:03 GMT
11
+ * Last updated: Mon, 26 Dec 2022 17:32:37 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`, `structuredClone`
14
14
 
node/child_process.d.ts CHANGED
@@ -624,7 +624,7 @@ declare module 'child_process' {
624
624
  }
625
625
  interface CommonOptions extends ProcessEnvOptions {
626
626
  /**
627
- * @default true
627
+ * @default false
628
628
  */
629
629
  windowsHide?: boolean | undefined;
630
630
  /**
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "18.11.17",
3
+ "version": "18.11.18",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -232,6 +232,6 @@
232
232
  },
233
233
  "scripts": {},
234
234
  "dependencies": {},
235
- "typesPublisherContentHash": "2d88944144b47057ed775becb8763772da81db335f442b6aafc1eb4b61e8d915",
235
+ "typesPublisherContentHash": "540ec74ad976942ed4b12e09fd57842adfd77a63a4ea099f15f0602ad707835c",
236
236
  "typeScriptVersion": "4.2"
237
237
  }
@@ -624,7 +624,7 @@ declare module 'child_process' {
624
624
  }
625
625
  interface CommonOptions extends ProcessEnvOptions {
626
626
  /**
627
- * @default true
627
+ * @default false
628
628
  */
629
629
  windowsHide?: boolean | undefined;
630
630
  /**