@types/node 18.19.28 → 18.19.29
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 v18.19/README.md +1 -1
- node v18.19/inspector.d.ts +1 -2
- node v18.19/package.json +2 -2
node v18.19/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/v18.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Tue, 02 Apr 2024 20:35:39 GMT
|
|
12
12
|
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)
|
|
13
13
|
|
|
14
14
|
# Credits
|
node v18.19/inspector.d.ts
CHANGED
|
@@ -2734,6 +2734,5 @@ declare module 'inspector' {
|
|
|
2734
2734
|
* The inspector module provides an API for interacting with the V8 inspector.
|
|
2735
2735
|
*/
|
|
2736
2736
|
declare module 'node:inspector' {
|
|
2737
|
-
|
|
2738
|
-
export = inspector;
|
|
2737
|
+
export * from 'inspector';
|
|
2739
2738
|
}
|
node v18.19/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "18.19.
|
|
3
|
+
"version": "18.19.29",
|
|
4
4
|
"description": "TypeScript definitions for node",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -217,6 +217,6 @@
|
|
|
217
217
|
"dependencies": {
|
|
218
218
|
"undici-types": "~5.26.4"
|
|
219
219
|
},
|
|
220
|
-
"typesPublisherContentHash": "
|
|
220
|
+
"typesPublisherContentHash": "3f0d05998e29b5e3a89f5e3b75e28eb90ccdfeccd8fc64b515c3f551918ea450",
|
|
221
221
|
"typeScriptVersion": "4.7"
|
|
222
222
|
}
|