@definitelytyped/definitions-parser 0.0.136 → 0.0.137-next.0
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.
|
@@ -714,6 +714,7 @@
|
|
|
714
714
|
@types/ink
|
|
715
715
|
@types/ioredis
|
|
716
716
|
@types/js-data
|
|
717
|
+
@types/keyv
|
|
717
718
|
@types/leaflet
|
|
718
719
|
@types/long
|
|
719
720
|
@types/lru-cache
|
|
@@ -730,6 +731,7 @@
|
|
|
730
731
|
@types/react-navigation
|
|
731
732
|
@types/react-select
|
|
732
733
|
@types/redis
|
|
734
|
+
@types/responselike
|
|
733
735
|
@types/rsmq
|
|
734
736
|
@types/socket.io
|
|
735
737
|
@types/socket.io-client
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/definitions-parser",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.137-next.0",
|
|
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": "28fa26001d53d7605a1c13dc3379bf34e239098d"
|
|
41
41
|
}
|