@definitelytyped/definitions-parser 0.0.104 → 0.0.105-next.0

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.
@@ -454,6 +454,12 @@ msnodesqlv8
454
454
  mysql2
455
455
  neo4j-driver-lite
456
456
  next
457
+ ngraph.events
458
+ ngraph.fromjson
459
+ ngraph.graph
460
+ ngraph.merge
461
+ ngraph.random
462
+ ngraph.tojson
457
463
  nock
458
464
  node-fetch
459
465
  normalize-url
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.104",
3
+ "version": "0.0.105-next.0",
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",
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "cdf587e4c8cc014b727edc3092e9b32ac997a660"
38
+ "gitHead": "29ef9d4a8f97929836052d211f8896eea99fcf5e"
39
39
  }