@definitelytyped/definitions-parser 0.0.112-next.5 → 0.0.112-next.8

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.
@@ -276,6 +276,7 @@
276
276
  @types/faker
277
277
  @types/firebase
278
278
  @types/got
279
+ @types/hapi
279
280
  @types/helmet
280
281
  @types/highcharts
281
282
  @types/highlight.js
@@ -313,6 +314,7 @@
313
314
  @wordpress/api-fetch
314
315
  @wordpress/element
315
316
  abort-controller
317
+ acorn
316
318
  actions-on-google
317
319
  activex-helpers
318
320
  adal-node
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.112-next.5",
3
+ "version": "0.0.112-next.8",
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",
@@ -34,5 +34,5 @@
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "fb0139df38176f1cd274b4e577202a06e33d2c51"
37
+ "gitHead": "5b5114dfb409c8d504f5cf1851494a58bd95d117"
38
38
  }