@definitelytyped/definitions-parser 0.0.123-next.0 → 0.0.123-next.1

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.
@@ -998,5 +998,6 @@ winston
998
998
  winston-transport
999
999
  xmlbuilder
1000
1000
  xpath
1001
+ yup
1001
1002
  zipkin
1002
1003
  zipkin-transport-http
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.123-next.0",
3
+ "version": "0.0.123-next.1",
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": "7c542345aeab08b35a8396c314796030896a98eb"
40
+ "gitHead": "6b3ce24154589f5af9122853652f31be43b9c044"
41
41
  }