@definitelytyped/definitions-parser 0.0.97 → 0.0.101-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.
@@ -288,6 +288,7 @@
288
288
  @types/react-native-tab-view
289
289
  @types/react-navigation
290
290
  @types/react-select
291
+ @types/redis
291
292
  @types/rsmq
292
293
  @types/socket.io
293
294
  @types/socket.io-client
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.97",
3
+ "version": "0.0.101-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",
@@ -19,9 +19,9 @@
19
19
  "url": "https://github.com/microsoft/DefinitelyTyped-tools/issues"
20
20
  },
21
21
  "dependencies": {
22
- "@definitelytyped/header-parser": "^0.0.97",
23
- "@definitelytyped/typescript-versions": "^0.0.97",
24
- "@definitelytyped/utils": "^0.0.97",
22
+ "@definitelytyped/header-parser": "^0.0.100",
23
+ "@definitelytyped/typescript-versions": "^0.0.100",
24
+ "@definitelytyped/utils": "^0.0.100",
25
25
  "@types/node": "^14.14.35",
26
26
  "fs-extra": "^9.1.0"
27
27
  },
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "fe6edba4bca39a906addcd32110828a9269bfcc1"
38
+ "gitHead": "bfd6cea44b9046cb58b4a5d7e8ac1fc900762650"
39
39
  }