@definitelytyped/definitions-parser 0.0.160-next.4 → 0.0.160-next.7
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
|
|
@@ -667,6 +668,7 @@ gl-matrix
|
|
|
667
668
|
glaze
|
|
668
669
|
glob
|
|
669
670
|
globby
|
|
671
|
+
googleapis
|
|
670
672
|
google-auth-library
|
|
671
673
|
google-gax
|
|
672
674
|
got
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/definitions-parser",
|
|
3
|
-
"version": "0.0.160-next.
|
|
3
|
+
"version": "0.0.160-next.7",
|
|
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": "19721b381cde8d97a75fbc07f9b7f4ad630cbf46"
|
|
41
41
|
}
|