@definitelytyped/definitions-parser 0.0.152-next.8 → 0.0.153-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.
@@ -480,6 +480,7 @@
480
480
  @types/favicons
481
481
  @types/firebase
482
482
  @types/generic-pool
483
+ @types/glob
483
484
  @types/got
484
485
  @types/hapi
485
486
  @types/helmet
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.152-next.8",
3
+ "version": "0.0.153-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.152-next.8",
23
- "@definitelytyped/typescript-versions": "^0.0.152-next.8",
24
- "@definitelytyped/utils": "^0.0.152-next.8",
22
+ "@definitelytyped/header-parser": "^0.0.152",
23
+ "@definitelytyped/typescript-versions": "^0.0.152",
24
+ "@definitelytyped/utils": "^0.0.152",
25
25
  "@types/node": "^14.14.35",
26
26
  "fs-extra": "^9.1.0",
27
27
  "pacote": "^13.6.1",
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "b5be06b8fc7818c5cec69346b8d1d696769ba54d"
40
+ "gitHead": "c8d2ae654095613f110a353a644da4ec6632ae9e"
41
41
  }