@definitelytyped/definitions-parser 0.0.134 → 0.0.135-next.1
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.
|
@@ -712,6 +712,7 @@
|
|
|
712
712
|
@types/history
|
|
713
713
|
@types/hoist-non-react-statics
|
|
714
714
|
@types/ink
|
|
715
|
+
@types/ioredis
|
|
715
716
|
@types/js-data
|
|
716
717
|
@types/leaflet
|
|
717
718
|
@types/long
|
|
@@ -933,6 +934,7 @@ preact
|
|
|
933
934
|
pretty-format
|
|
934
935
|
probot
|
|
935
936
|
prom-client
|
|
937
|
+
prosemirror-view
|
|
936
938
|
protobufjs
|
|
937
939
|
protractor
|
|
938
940
|
query-string
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/definitions-parser",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.135-next.1",
|
|
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": "b773abfa8ef3cf51ee625705f165093bc1bbc57f"
|
|
41
41
|
}
|