@definitelytyped/definitions-parser 0.0.143-next.0 → 0.0.143-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.
|
@@ -479,6 +479,7 @@
|
|
|
479
479
|
@types/faker
|
|
480
480
|
@types/favicons
|
|
481
481
|
@types/firebase
|
|
482
|
+
@types/generic-pool
|
|
482
483
|
@types/got
|
|
483
484
|
@types/hapi
|
|
484
485
|
@types/helmet
|
|
@@ -633,6 +634,7 @@ flatpickr
|
|
|
633
634
|
form-data
|
|
634
635
|
fs-capacitor
|
|
635
636
|
fs-jetpack
|
|
637
|
+
generic-pool
|
|
636
638
|
gl-matrix
|
|
637
639
|
glaze
|
|
638
640
|
globby
|
|
@@ -770,6 +772,7 @@ redux-persist
|
|
|
770
772
|
redux-saga
|
|
771
773
|
redux-thunk
|
|
772
774
|
remark
|
|
775
|
+
rimraf
|
|
773
776
|
rollup
|
|
774
777
|
rrule
|
|
775
778
|
rxjs
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/definitions-parser",
|
|
3
|
-
"version": "0.0.143-next.
|
|
3
|
+
"version": "0.0.143-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": "19381d105b4845d2de8d63d4859ee0b5fa3cf9e3"
|
|
41
41
|
}
|