@definitelytyped/definitions-parser 0.0.151 → 0.0.152-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.
@@ -631,6 +631,7 @@ express-graphql
631
631
  express-rate-limit
632
632
  fast-glob
633
633
  fastify
634
+ fflate
634
635
  final-form
635
636
  filestack-js
636
637
  firebase-admin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.151",
3
+ "version": "0.0.152-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": "695ae16032aa51228515313db13e035379e8b4d4"
40
+ "gitHead": "66f853f2972efe181837973f904dc10764ac2126"
41
41
  }