@definitelytyped/definitions-parser 0.0.142-next.1 → 0.0.142-next.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.
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
@glimmer/component
|
|
18
18
|
@hapi/boom
|
|
19
19
|
@hapi/hapi
|
|
20
|
+
@hapi/hoek
|
|
20
21
|
@hapi/iron
|
|
21
22
|
@hapi/podium
|
|
22
23
|
@hapi/wreck
|
|
@@ -920,6 +921,7 @@ nock
|
|
|
920
921
|
node-fetch
|
|
921
922
|
normalize-url
|
|
922
923
|
objection
|
|
924
|
+
openapi-types
|
|
923
925
|
opentracing
|
|
924
926
|
parchment
|
|
925
927
|
parse5
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/definitions-parser",
|
|
3
|
-
"version": "0.0.142-next.
|
|
3
|
+
"version": "0.0.142-next.4",
|
|
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": "812cc052e027b8ca8d67fb3ab28bbc0bc7797529"
|
|
41
41
|
}
|