@definitelytyped/definitions-parser 0.0.93 → 0.0.94-next.0

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.
@@ -488,6 +488,7 @@ react-navigation
488
488
  react-popper
489
489
  recast
490
490
  recharts
491
+ redis
491
492
  redux
492
493
  redux-logic
493
494
  redux-observable
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.93",
3
+ "version": "0.0.94-next.0",
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": "87f8c89d498f374b79ed1407d98b846a789efbef"
38
+ "gitHead": "445aa48d34a8b27044c8c655a7faf21b9d521b38"
39
39
  }