@definitelytyped/definitions-parser 0.0.160-next.5 → 0.0.160

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.
@@ -482,6 +482,7 @@
482
482
  @storybook/addons
483
483
  @storybook/csf
484
484
  @storybook/react
485
+ @streamparser/json
485
486
  @testing-library/dom
486
487
  @tweenjs/tween.js
487
488
  @types/anymatch
@@ -673,6 +674,7 @@ google-gax
673
674
  got
674
675
  graphql
675
676
  graphql-tools
677
+ gray-matter
676
678
  grpc
677
679
  handlebars
678
680
  helmet
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.160-next.5",
3
+ "version": "0.0.160",
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.159",
23
- "@definitelytyped/typescript-versions": "^0.0.159",
24
- "@definitelytyped/utils": "^0.0.159",
22
+ "@definitelytyped/header-parser": "^0.0.160",
23
+ "@definitelytyped/typescript-versions": "^0.0.160",
24
+ "@definitelytyped/utils": "^0.0.160",
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": "ebb7f3939bd1b6d00b277b00951008dd90520501"
40
+ "gitHead": "8eb317e7ad9a3ef52b7e4474acfed230dee90c2e"
41
41
  }