@types/node 20.12.13 → 20.13.0

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 +0 -1
  3. node/package.json +2 -2
node/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for node (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: Wed, 29 May 2024 17:07:22 GMT
11
+ * Last updated: Fri, 31 May 2024 19:31:07 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
node/fs.d.ts CHANGED
@@ -128,7 +128,6 @@ declare module "fs" {
128
128
  * ctime: Mon, 10 Oct 2011 23:24:11 GMT,
129
129
  * birthtime: Mon, 10 Oct 2011 23:24:11 GMT }
130
130
  * ```
131
- * @deprecated Since v20.13.0. Public constructor is deprecated.
132
131
  * @since v0.1.21
133
132
  */
134
133
  export class Stats {}
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "20.12.13",
3
+ "version": "20.13.0",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -212,6 +212,6 @@
212
212
  "dependencies": {
213
213
  "undici-types": "~5.26.4"
214
214
  },
215
- "typesPublisherContentHash": "2d891864cff33b08851d25357e4621359743e809c9666828090db9fe798326cc",
215
+ "typesPublisherContentHash": "8ba5089e5963695bf9e7fca8c31ce3f7c0fc5f4faa573ff0e2865b6c2836613f",
216
216
  "typeScriptVersion": "4.7"
217
217
  }