@definitelytyped/definitions-parser 0.0.120-next.3 → 0.0.122-next.1

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.
@@ -328,6 +328,7 @@
328
328
  @types/winston
329
329
  @types/wonder-commonlib
330
330
  @types/wonder-frp
331
+ @types/parse5
331
332
  @uirouter/angularjs
332
333
  @vue/reactivity
333
334
  @vue/test-utils
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.120-next.3",
3
+ "version": "0.0.122-next.1",
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.119",
23
- "@definitelytyped/typescript-versions": "^0.0.119",
24
- "@definitelytyped/utils": "^0.0.120-next.3",
22
+ "@definitelytyped/header-parser": "^0.0.121",
23
+ "@definitelytyped/typescript-versions": "^0.0.121",
24
+ "@definitelytyped/utils": "^0.0.122-next.0",
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": "5faf7b7e9c240f068780f7bf7dab1bffd320c5c4"
40
+ "gitHead": "5ac1ed1b0f2c9c7f7f8232ff32bb602b8a4e1f8a"
41
41
  }