@definitelytyped/definitions-parser 0.0.122 → 0.0.123-next.2
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
|
|
@@ -697,6 +699,7 @@
|
|
|
697
699
|
@types/ink
|
|
698
700
|
@types/js-data
|
|
699
701
|
@types/leaflet
|
|
702
|
+
@types/long
|
|
700
703
|
@types/lru-cache
|
|
701
704
|
@types/mkdirp-promise
|
|
702
705
|
@types/mongodb
|
|
@@ -997,5 +1000,6 @@ winston
|
|
|
997
1000
|
winston-transport
|
|
998
1001
|
xmlbuilder
|
|
999
1002
|
xpath
|
|
1003
|
+
yup
|
|
1000
1004
|
zipkin
|
|
1001
1005
|
zipkin-transport-http
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/definitions-parser",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.123-next.2",
|
|
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",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "56592a7c78f0d240efa8c77d6313464c0bf5f6bf"
|
|
41
41
|
}
|