@types/node 24.0.7 → 24.0.8

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/package.json +2 -2
  3. node/test.d.ts +1 -0
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: Sat, 28 Jun 2025 07:33:25 GMT
11
+ * Last updated: Mon, 30 Jun 2025 21:02:16 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "24.0.7",
3
+ "version": "24.0.8",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -235,6 +235,6 @@
235
235
  "undici-types": "~7.8.0"
236
236
  },
237
237
  "peerDependencies": {},
238
- "typesPublisherContentHash": "9d4d0600f3777de66d31fc3650d20edf2918bca4267042e5be25f65fb4e92e06",
238
+ "typesPublisherContentHash": "1e3a4fce413086aece8ef67c1fd4c8f1a71c724acfc3aff74142b267ba4df295",
239
239
  "typeScriptVersion": "5.1"
240
240
  }
node/test.d.ts CHANGED
@@ -1800,6 +1800,7 @@ declare module "node:test" {
1800
1800
  test,
1801
1801
  test as default,
1802
1802
  TestContext,
1803
+ TestContextAssert,
1803
1804
  todo,
1804
1805
  };
1805
1806
  }