@definitelytyped/definitions-parser 0.0.134-next.3 → 0.0.134-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.
@@ -774,6 +774,7 @@ boxen
774
774
  broadcast-channel
775
775
  bson
776
776
  buffer
777
+ bull
777
778
  bullmq
778
779
  cac
779
780
  canvas
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.134-next.3",
3
+ "version": "0.0.134-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": "c0e122321769cfd42d4eaaf9c7bd325b78828665"
40
+ "gitHead": "474fb70f01d484937ddfab929b10a84ea32e0a03"
41
41
  }