@definitelytyped/definitions-parser 0.0.92-next.0 → 0.0.92-next.1

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.
@@ -269,7 +269,6 @@
269
269
  @types/expect
270
270
  @types/express-serve-static-core
271
271
  @types/firebase
272
- @types/formidable
273
272
  @types/got
274
273
  @types/helmet
275
274
  @types/highcharts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.92-next.0",
3
+ "version": "0.0.92-next.1",
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",
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "63671b80239b920d21cfeaf6a69351779696a8f6"
38
+ "gitHead": "69558a7b1a482e4e92b08acd1aac78618dd0af5f"
39
39
  }