@definitelytyped/definitions-parser 0.0.176 → 0.0.177-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.
@@ -604,6 +604,7 @@ bl
604
604
  bookshelf
605
605
  boxen
606
606
  broadcast-channel
607
+ broccoli-plugin
607
608
  bson
608
609
  buffer
609
610
  bull
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.176",
3
+ "version": "0.0.177-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",
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "2ab75a417e533d5694ab1dbf23bc173e5756a568"
40
+ "gitHead": "44191bd64d345619be8c8fa700f58d493842f5cd"
41
41
  }