@definitelytyped/definitions-parser 0.0.152-next.0 → 0.0.152-next.2

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.
@@ -546,6 +546,8 @@
546
546
  @vue/reactivity
547
547
  @vue/test-utils
548
548
  @wordpress/api-fetch
549
+ @wordpress/core-data
550
+ @wordpress/data
549
551
  @wordpress/element
550
552
  abort-controller
551
553
  acorn
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.152-next.0",
3
+ "version": "0.0.152-next.2",
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": "66f853f2972efe181837973f904dc10764ac2126"
40
+ "gitHead": "f7dcfe3b2f445294bb04c80472b30e05231296af"
41
41
  }