@types/node 16.18.96 → 16.18.97

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 v16.18/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/v16.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 09 Apr 2024 04:08:23 GMT
11
+ * Last updated: Mon, 06 May 2024 17:07:24 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "16.18.96",
3
+ "version": "16.18.97",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -210,6 +210,6 @@
210
210
  },
211
211
  "scripts": {},
212
212
  "dependencies": {},
213
- "typesPublisherContentHash": "8f7478b2c8dea07f2d0bd2ca3999d6f3b4d29443ddbe22440709c78722c10373",
213
+ "typesPublisherContentHash": "f88bff91a4009a75276970441b41b4b4c16767ba9a52f9c69c9b28971d1dbbaa",
214
214
  "typeScriptVersion": "4.7"
215
215
  }
node v16.18/test.d.ts CHANGED
@@ -186,5 +186,5 @@ declare module "node:test" {
186
186
  todo?: boolean | string;
187
187
  }
188
188
 
189
- export { describe, it, test, test as default };
189
+ export { describe, it, test, test as default, TestContext };
190
190
  }