@definitelytyped/definitions-parser 0.0.162 → 0.0.163-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.
@@ -659,6 +659,7 @@ fflate
659
659
  final-form
660
660
  filestack-js
661
661
  firebase-admin
662
+ flatbush
662
663
  flatpickr
663
664
  form-data
664
665
  fs-capacitor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.162",
3
+ "version": "0.0.163-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": "a129d9c000e392b268ea455fe300db2409bb132d"
40
+ "gitHead": "f5a6721d7d1cd3e05a0654c4b2c7ececb62a8c51"
41
41
  }