@definitelytyped/definitions-parser 0.0.92-next.3 → 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.
@@ -267,6 +267,7 @@
267
267
  @types/autoprefixer
268
268
  @types/base-x
269
269
  @types/expect
270
+ @types/express-handlebars
270
271
  @types/express-serve-static-core
271
272
  @types/firebase
272
273
  @types/got
@@ -453,6 +454,7 @@ pdfjs-dist
453
454
  pg-protocol
454
455
  pg-types
455
456
  pkcs11js
457
+ plugin-error
456
458
  polished
457
459
  popper.js
458
460
  postcss
@@ -486,6 +488,7 @@ react-navigation
486
488
  react-popper
487
489
  recast
488
490
  recharts
491
+ redis
489
492
  redux
490
493
  redux-logic
491
494
  redux-observable
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.92-next.3",
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",
@@ -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.91",
23
- "@definitelytyped/typescript-versions": "^0.0.91",
24
- "@definitelytyped/utils": "^0.0.91",
22
+ "@definitelytyped/header-parser": "^0.0.93",
23
+ "@definitelytyped/typescript-versions": "^0.0.93",
24
+ "@definitelytyped/utils": "^0.0.93",
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": "772fc82ae313efab4c4d4b3df59aef07cb5bc28a"
38
+ "gitHead": "445aa48d34a8b27044c8c655a7faf21b9d521b38"
39
39
  }