@definitelytyped/definitions-parser 0.0.111-next.2 → 0.0.112-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.
|
@@ -343,6 +343,7 @@ bson
|
|
|
343
343
|
buffer
|
|
344
344
|
bullmq
|
|
345
345
|
cac
|
|
346
|
+
canvas
|
|
346
347
|
cash-dom
|
|
347
348
|
cassandra-driver
|
|
348
349
|
chalk
|
|
@@ -356,6 +357,7 @@ cordova-plugin-file
|
|
|
356
357
|
cordova-plugin-file-transfer
|
|
357
358
|
cosmiconfig
|
|
358
359
|
cropperjs
|
|
360
|
+
cssnano
|
|
359
361
|
csstype
|
|
360
362
|
cypress
|
|
361
363
|
date-fns
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/definitions-parser",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.112-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",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"url": "https://github.com/microsoft/DefinitelyTyped-tools/issues"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@definitelytyped/header-parser": "^0.0.111
|
|
23
|
-
"@definitelytyped/typescript-versions": "^0.0.111
|
|
24
|
-
"@definitelytyped/utils": "^0.0.111
|
|
22
|
+
"@definitelytyped/header-parser": "^0.0.111",
|
|
23
|
+
"@definitelytyped/typescript-versions": "^0.0.111",
|
|
24
|
+
"@definitelytyped/utils": "^0.0.111",
|
|
25
25
|
"@types/node": "^14.14.35",
|
|
26
26
|
"fs-extra": "^9.1.0"
|
|
27
27
|
},
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"publishConfig": {
|
|
35
35
|
"access": "public"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "e0dc16cdb44b2139037ae5dff02c5eb9056c471e"
|
|
38
38
|
}
|