@definitelytyped/definitions-parser 0.0.102 → 0.0.103-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.
@@ -272,11 +272,13 @@
272
272
  @types/express-handlebars
273
273
  @types/express-rate-limit
274
274
  @types/express-serve-static-core
275
+ @types/faker
275
276
  @types/firebase
276
277
  @types/got
277
278
  @types/helmet
278
279
  @types/highcharts
279
280
  @types/highlight.js
281
+ @types/history
280
282
  @types/hoist-non-react-statics
281
283
  @types/ink
282
284
  @types/js-data
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.102",
3
+ "version": "0.0.103-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",
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "5a8c4f2c9fd5e9d9c674bd647e18babfc988ba1a"
38
+ "gitHead": "c30330417074bb07915a638e0f0ee170dc5e0dc4"
39
39
  }