@types/node 10.9.0 → 10.9.4
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/README.md +2 -2
- node/index.d.ts +33 -25
- node/inspector.d.ts +1624 -1280
- node/package.json +7 -2
node/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "10.9.
|
|
3
|
+
"version": "10.9.4",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -141,6 +141,11 @@
|
|
|
141
141
|
"name": "Eugene Y. Q. Shen",
|
|
142
142
|
"url": "https://github.com/eyqs",
|
|
143
143
|
"githubUsername": "eyqs"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"name": "Matthieu Sieben",
|
|
147
|
+
"url": "https://github.com/matthieusieben",
|
|
148
|
+
"githubUsername": "matthieusieben"
|
|
144
149
|
}
|
|
145
150
|
],
|
|
146
151
|
"main": "",
|
|
@@ -150,6 +155,6 @@
|
|
|
150
155
|
},
|
|
151
156
|
"scripts": {},
|
|
152
157
|
"dependencies": {},
|
|
153
|
-
"typesPublisherContentHash": "
|
|
158
|
+
"typesPublisherContentHash": "0c97937b1b2c198ad78e27fad66983f09d51b22126395ce3afeddca89fb4b1a0",
|
|
154
159
|
"typeScriptVersion": "2.0"
|
|
155
160
|
}
|