@definitelytyped/definitions-parser 0.0.112-next.0 → 0.0.112-next.5
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,9 +343,11 @@ bson
|
|
|
343
343
|
buffer
|
|
344
344
|
bullmq
|
|
345
345
|
cac
|
|
346
|
+
canvas
|
|
346
347
|
cash-dom
|
|
347
348
|
cassandra-driver
|
|
348
349
|
chalk
|
|
350
|
+
chart.js
|
|
349
351
|
chokidar
|
|
350
352
|
ci-info
|
|
351
353
|
cids
|
|
@@ -415,6 +417,7 @@ immer
|
|
|
415
417
|
immutable
|
|
416
418
|
indefinite-observable
|
|
417
419
|
inversify
|
|
420
|
+
ioredis
|
|
418
421
|
itty-router
|
|
419
422
|
javascript-obfuscator
|
|
420
423
|
jest-cucumber
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/definitions-parser",
|
|
3
|
-
"version": "0.0.112-next.
|
|
3
|
+
"version": "0.0.112-next.5",
|
|
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",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"publishConfig": {
|
|
35
35
|
"access": "public"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "fb0139df38176f1cd274b4e577202a06e33d2c51"
|
|
38
38
|
}
|