@definitelytyped/definitions-parser 0.0.164-next.6 → 0.0.164-next.7

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.
@@ -767,6 +767,7 @@ polished
767
767
  popper.js
768
768
  postcss
769
769
  preact
770
+ prettier
770
771
  pretty-format
771
772
  probot
772
773
  prom-client
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.164-next.6",
3
+ "version": "0.0.164-next.7",
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": "32197178ebb20fa74dc959e3eb1fb6738f7c83c1"
40
+ "gitHead": "7cbb6e44cfcecec1a331c48f9fc40a7fba5b1174"
41
41
  }