@definitelytyped/definitions-parser 0.0.160-next.3 → 0.0.160-next.5

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.
@@ -474,6 +474,7 @@
474
474
  @popperjs/core
475
475
  @puppeteer/replay
476
476
  @rdfjs/types
477
+ @react-native/virtualized-lists
477
478
  @react-navigation/native
478
479
  @react-navigation/stack
479
480
  @sentry/browser
@@ -666,6 +667,7 @@ gl-matrix
666
667
  glaze
667
668
  glob
668
669
  globby
670
+ googleapis
669
671
  google-auth-library
670
672
  google-gax
671
673
  got
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.160-next.3",
3
+ "version": "0.0.160-next.5",
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": "2b1e9826a78f6f74e0627952dce08a97c5a666f1"
40
+ "gitHead": "ebb7f3939bd1b6d00b277b00951008dd90520501"
41
41
  }