@definitelytyped/definitions-parser 0.0.160-next.3 → 0.0.160-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.
@@ -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
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.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",
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "2b1e9826a78f6f74e0627952dce08a97c5a666f1"
40
+ "gitHead": "62d299acb7ba78c9c0a275c424f3f4f7fd9529d9"
41
41
  }