@definitelytyped/definitions-parser 0.0.160-next.2 → 0.0.160-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.
@@ -565,6 +565,7 @@
565
565
  @vue/reactivity
566
566
  @vue/test-utils
567
567
  @wordpress/api-fetch
568
+ @wordpress/components
568
569
  @wordpress/core-data
569
570
  @wordpress/data
570
571
  @wordpress/element
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.160-next.2",
3
+ "version": "0.0.160-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": "6d498b13e6b7957f69c9a787d88d932014f0c07f"
40
+ "gitHead": "2b1e9826a78f6f74e0627952dce08a97c5a666f1"
41
41
  }