@definitelytyped/definitions-parser 0.0.104-next.3 → 0.0.104-next.4

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.
@@ -379,6 +379,7 @@ eris
379
379
  ethers
380
380
  eventemitter2
381
381
  eventemitter3
382
+ execa
382
383
  expect
383
384
  express-graphql
384
385
  express-rate-limit
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.104-next.3",
3
+ "version": "0.0.104-next.4",
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": "d0727cad251c8fe10e780b42929392267f08a168"
38
+ "gitHead": "87ad800d98815783d7f07e9ac681db0c465f8ab6"
39
39
  }