@definitelytyped/definitions-parser 0.0.134-next.3 → 0.0.134-next.6
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.
|
@@ -727,6 +727,7 @@
|
|
|
727
727
|
@types/socket.io
|
|
728
728
|
@types/socket.io-client
|
|
729
729
|
@types/three
|
|
730
|
+
@types/undertaker
|
|
730
731
|
@types/vue
|
|
731
732
|
@types/webdriverio
|
|
732
733
|
@types/webpack
|
|
@@ -774,6 +775,7 @@ boxen
|
|
|
774
775
|
broadcast-channel
|
|
775
776
|
bson
|
|
776
777
|
buffer
|
|
778
|
+
bull
|
|
777
779
|
bullmq
|
|
778
780
|
cac
|
|
779
781
|
canvas
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/definitions-parser",
|
|
3
|
-
"version": "0.0.134-next.
|
|
3
|
+
"version": "0.0.134-next.6",
|
|
4
4
|
"description": "Reads the DefinitelyTyped repository and provides an API for querying its metadata",
|
|
5
5
|
"homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/definitions-parser#readme",
|
|
6
6
|
"license": "MIT",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "c844e8b3913ec0f4b4fd5fb8597358e630f5daa3"
|
|
41
41
|
}
|