@definitelytyped/definitions-parser 0.0.109 → 0.0.110-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.
@@ -552,7 +552,6 @@ typescript-tuple
552
552
  unified
553
553
  utility-types
554
554
  vega-typings
555
- vfile
556
555
  vfile-message
557
556
  victory
558
557
  vite
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.109",
3
+ "version": "0.0.110-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",
@@ -34,5 +34,5 @@
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "8b850e67a33067cca8f7b0f3912bb3a19fd022ea"
37
+ "gitHead": "7a1a1f559cf418562ca5a6f06af5d751a06fc820"
38
38
  }