@definitelytyped/definitions-parser 0.0.123-next.0 → 0.0.123

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.
@@ -665,6 +665,8 @@
665
665
  @maxim_mazurok/gapi.client.youtubereporting-v1
666
666
  @middy/core
667
667
  @mparticle/event-models
668
+ @mui/material
669
+ @mui/types
668
670
  @npm/types
669
671
  @popperjs/core
670
672
  @rdfjs/types
@@ -998,5 +1000,6 @@ winston
998
1000
  winston-transport
999
1001
  xmlbuilder
1000
1002
  xpath
1003
+ yup
1001
1004
  zipkin
1002
1005
  zipkin-transport-http
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.123-next.0",
3
+ "version": "0.0.123",
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.122",
23
- "@definitelytyped/typescript-versions": "^0.0.122",
24
- "@definitelytyped/utils": "^0.0.122",
22
+ "@definitelytyped/header-parser": "^0.0.123",
23
+ "@definitelytyped/typescript-versions": "^0.0.123",
24
+ "@definitelytyped/utils": "^0.0.123",
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": "7c542345aeab08b35a8396c314796030896a98eb"
40
+ "gitHead": "ec259696aebf8e9e0040ccb7796225444b323109"
41
41
  }