@definitelytyped/definitions-parser 0.0.110 → 0.0.111-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.
@@ -18,6 +18,7 @@
18
18
  @hapi/podium
19
19
  @hapi/wreck
20
20
  @jest/environment
21
+ @jest/expect
21
22
  @jest/fake-timers
22
23
  @jest/globals
23
24
  @jest/reporters
@@ -472,6 +473,7 @@ path-to-regexp
472
473
  pdfjs-dist
473
474
  pg-protocol
474
475
  pg-types
476
+ phenomenon
475
477
  pkcs11js
476
478
  plugin-error
477
479
  polished
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.110",
3
+ "version": "0.0.111-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",
@@ -34,5 +34,5 @@
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "ba1541f65fb16cd425ff27bca413c97219a55d5b"
37
+ "gitHead": "9394a2dab95b9ef537a7574e4d49e639ce92cb3c"
38
38
  }