@definitelytyped/definitions-parser 0.0.105-next.0 → 0.0.106

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.
@@ -419,6 +419,7 @@ jest-cucumber
419
419
  jest-diff
420
420
  jest-environment-jsdom
421
421
  jest-environment-node
422
+ jest-matcher-utils
422
423
  jest-mock
423
424
  jest-snapshot
424
425
  jimp
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.105-next.0",
3
+ "version": "0.0.106",
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.104",
23
- "@definitelytyped/typescript-versions": "^0.0.104",
24
- "@definitelytyped/utils": "^0.0.104",
22
+ "@definitelytyped/header-parser": "^0.0.106",
23
+ "@definitelytyped/typescript-versions": "^0.0.106",
24
+ "@definitelytyped/utils": "^0.0.106",
25
25
  "@types/node": "^14.14.35",
26
26
  "fs-extra": "^9.1.0"
27
27
  },
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "29ef9d4a8f97929836052d211f8896eea99fcf5e"
38
+ "gitHead": "d47f7a189c553a9e2a147071f2b5897f710d4989"
39
39
  }