@definitelytyped/definitions-parser 0.0.166 → 0.0.167-next.0

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.
@@ -724,6 +724,7 @@ loglevel
724
724
  logrocket
725
725
  lottie-web
726
726
  magic-string
727
+ markdownlint
727
728
  mali
728
729
  meshoptimizer
729
730
  metascraper
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.166",
3
+ "version": "0.0.167-next.0",
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": "e350e85d1fafe538f7bbe2a700639aaaa4e90814"
40
+ "gitHead": "272ac2dce00f5cedad8f6883c13caecdadea6d02"
41
41
  }