@types/node 24.0.4 → 24.0.5

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/module.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 (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: Tue, 24 Jun 2025 16:39:29 GMT
11
+ * Last updated: Fri, 27 Jun 2025 17:35:34 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
node/module.d.ts CHANGED
@@ -626,7 +626,7 @@ declare module "module" {
626
626
  /**
627
627
  * The directory name of the current module.
628
628
  *
629
- * This is the same as the ``path.dirname()` of the `import.meta.filename`.
629
+ * This is the same as the `path.dirname()` of the `import.meta.filename`.
630
630
  *
631
631
  * > **Caveat**: only present on `file:` modules.
632
632
  * @since v21.2.0, v20.11.0
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "24.0.4",
3
+ "version": "24.0.5",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -230,6 +230,6 @@
230
230
  "undici-types": "~7.8.0"
231
231
  },
232
232
  "peerDependencies": {},
233
- "typesPublisherContentHash": "f9e3c8097c627227b80629b4332d37093a1127e7391935d57c7005db57159523",
233
+ "typesPublisherContentHash": "13d00a14d575ec58e1cead39dad6b06c290b88bcc374d21b72445ac99d4c8eb8",
234
234
  "typeScriptVersion": "5.1"
235
235
  }