@definitelytyped/definitions-parser 0.0.101-next.6 → 0.0.101-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.
@@ -305,6 +305,7 @@
305
305
  @types/wonder-commonlib
306
306
  @types/wonder-frp
307
307
  @uirouter/angularjs
308
+ @vue/reactivity
308
309
  @vue/test-utils
309
310
  @wordpress/api-fetch
310
311
  @wordpress/element
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.101-next.6",
3
+ "version": "0.0.101-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",
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "18099cf6bb6be18ed3110b7cb41ed63487504484"
38
+ "gitHead": "e79ad8f902e8b84d852c9e769406f5a76b0774d4"
39
39
  }