@definitelytyped/definitions-parser 0.0.142-next.1 → 0.0.142-next.3

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.
@@ -920,6 +920,7 @@ nock
920
920
  node-fetch
921
921
  normalize-url
922
922
  objection
923
+ openapi-types
923
924
  opentracing
924
925
  parchment
925
926
  parse5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.142-next.1",
3
+ "version": "0.0.142-next.3",
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": "577df8a2dbedab61de8707ae1130dbb9a37c7777"
40
+ "gitHead": "a0092e51cc1eb022ca2b56eaab08aa9ae736e29a"
41
41
  }