@definitelytyped/definitions-parser 0.0.134-next.2 → 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
@@ -827,6 +828,7 @@ filestack-js
827
828
  firebase-admin
828
829
  flatpickr
829
830
  form-data
831
+ fs-capacitor
830
832
  fs-jetpack
831
833
  gl-matrix
832
834
  glaze
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.134-next.2",
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": "6b65576eac5eff77376a2388f9ae2882cf06b7ce"
40
+ "gitHead": "474fb70f01d484937ddfab929b10a84ea32e0a03"
41
41
  }