@definitelytyped/definitions-parser 0.0.159 → 0.0.160-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.
|
@@ -516,6 +516,7 @@
|
|
|
516
516
|
@types/responselike
|
|
517
517
|
@types/rimraf
|
|
518
518
|
@types/rsmq
|
|
519
|
+
@types/sharp
|
|
519
520
|
@types/socket.io
|
|
520
521
|
@types/socket.io-client
|
|
521
522
|
@types/svgo
|
|
@@ -825,6 +826,7 @@ tweetnacl
|
|
|
825
826
|
typeorm
|
|
826
827
|
typescript
|
|
827
828
|
typescript-tuple
|
|
829
|
+
types-ramda
|
|
828
830
|
unified
|
|
829
831
|
url-pattern
|
|
830
832
|
utility-types
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/definitions-parser",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.160-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": "544c895736186f118760ba506ad2615d30f97705"
|
|
41
41
|
}
|