@definitelytyped/definitions-parser 0.0.109-next.0 → 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
@@ -552,7 +554,6 @@ typescript-tuple
552
554
  unified
553
555
  utility-types
554
556
  vega-typings
555
- vfile
556
557
  vfile-message
557
558
  victory
558
559
  vite
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.109-next.0",
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",
@@ -19,9 +19,9 @@
19
19
  "url": "https://github.com/microsoft/DefinitelyTyped-tools/issues"
20
20
  },
21
21
  "dependencies": {
22
- "@definitelytyped/header-parser": "^0.0.108",
23
- "@definitelytyped/typescript-versions": "^0.0.108",
24
- "@definitelytyped/utils": "^0.0.108",
22
+ "@definitelytyped/header-parser": "^0.0.110",
23
+ "@definitelytyped/typescript-versions": "^0.0.110",
24
+ "@definitelytyped/utils": "^0.0.110",
25
25
  "@types/node": "^14.14.35",
26
26
  "fs-extra": "^9.1.0"
27
27
  },
@@ -34,5 +34,5 @@
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "922921a994587fca4a99d5ee0fceda6d1570f5c4"
37
+ "gitHead": "9394a2dab95b9ef537a7574e4d49e639ce92cb3c"
38
38
  }