@definitelytyped/definitions-parser 0.0.112-next.1 → 0.0.112-next.4

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.
@@ -347,6 +347,7 @@ canvas
347
347
  cash-dom
348
348
  cassandra-driver
349
349
  chalk
350
+ chart.js
350
351
  chokidar
351
352
  ci-info
352
353
  cids
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.112-next.1",
3
+ "version": "0.0.112-next.4",
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": "e0dc16cdb44b2139037ae5dff02c5eb9056c471e"
37
+ "gitHead": "fe885eda2d86bbb618d26cb277d62a666330efb1"
38
38
  }