@definitelytyped/definitions-parser 0.0.104 → 0.0.105
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.
|
@@ -419,6 +419,7 @@ jest-cucumber
|
|
|
419
419
|
jest-diff
|
|
420
420
|
jest-environment-jsdom
|
|
421
421
|
jest-environment-node
|
|
422
|
+
jest-matcher-utils
|
|
422
423
|
jest-mock
|
|
423
424
|
jest-snapshot
|
|
424
425
|
jimp
|
|
@@ -454,6 +455,12 @@ msnodesqlv8
|
|
|
454
455
|
mysql2
|
|
455
456
|
neo4j-driver-lite
|
|
456
457
|
next
|
|
458
|
+
ngraph.events
|
|
459
|
+
ngraph.fromjson
|
|
460
|
+
ngraph.graph
|
|
461
|
+
ngraph.merge
|
|
462
|
+
ngraph.random
|
|
463
|
+
ngraph.tojson
|
|
457
464
|
nock
|
|
458
465
|
node-fetch
|
|
459
466
|
normalize-url
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/definitions-parser",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.105",
|
|
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.
|
|
23
|
-
"@definitelytyped/typescript-versions": "^0.0.
|
|
24
|
-
"@definitelytyped/utils": "^0.0.
|
|
22
|
+
"@definitelytyped/header-parser": "^0.0.105",
|
|
23
|
+
"@definitelytyped/typescript-versions": "^0.0.105",
|
|
24
|
+
"@definitelytyped/utils": "^0.0.105",
|
|
25
25
|
"@types/node": "^14.14.35",
|
|
26
26
|
"fs-extra": "^9.1.0"
|
|
27
27
|
},
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "ecf5ddab0650f901ba386896c6913899c6bcccdf"
|
|
39
39
|
}
|