@types/node 18.6.3 → 18.6.4

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.
Files changed (3) hide show
  1. node/README.md +1 -1
  2. node/fs.d.ts +1 -1
  3. node/package.json +2 -2
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, 30 Jul 2022 21:02:20 GMT
11
+ * Last updated: Thu, 04 Aug 2022 22:32:21 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`, `structuredClone`
14
14
 
node/fs.d.ts CHANGED
@@ -1395,7 +1395,7 @@ declare module 'fs' {
1395
1395
  * Use `fs.rm(path, { recursive: true, force: true })` instead.
1396
1396
  *
1397
1397
  * If `true`, perform a recursive directory removal. In
1398
- * recursive mode soperations are retried on failure.
1398
+ * recursive mode, operations are retried on failure.
1399
1399
  * @default false
1400
1400
  */
1401
1401
  recursive?: boolean | undefined;
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "18.6.3",
3
+ "version": "18.6.4",
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": "a45b99c264e1706eba94977d321e75c5bad5d3e7259ab60aa5a3e4a0926bcb60",
223
+ "typesPublisherContentHash": "6c45c49b1633a0b9a44171aa51a4e6a8777838d5e52b362a2dd8ce57bae1f929",
224
224
  "typeScriptVersion": "4.0"
225
225
  }