@definitelytyped/definitions-parser 0.0.134-next.0 → 0.0.134-next.3
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.
|
@@ -768,6 +768,7 @@ axios
|
|
|
768
768
|
base-x
|
|
769
769
|
bee-queue
|
|
770
770
|
bignumber.js
|
|
771
|
+
bl
|
|
771
772
|
bookshelf
|
|
772
773
|
boxen
|
|
773
774
|
broadcast-channel
|
|
@@ -826,6 +827,7 @@ filestack-js
|
|
|
826
827
|
firebase-admin
|
|
827
828
|
flatpickr
|
|
828
829
|
form-data
|
|
830
|
+
fs-capacitor
|
|
829
831
|
fs-jetpack
|
|
830
832
|
gl-matrix
|
|
831
833
|
glaze
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/definitions-parser",
|
|
3
|
-
"version": "0.0.134-next.
|
|
3
|
+
"version": "0.0.134-next.3",
|
|
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": "c0e122321769cfd42d4eaaf9c7bd325b78828665"
|
|
41
41
|
}
|