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

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.
@@ -265,6 +265,7 @@
265
265
  @storybook/react
266
266
  @testing-library/dom
267
267
  @tweenjs/tween.js
268
+ @types/acorn
268
269
  @types/anymatch
269
270
  @types/autoprefixer
270
271
  @types/base-x
@@ -347,6 +348,7 @@ canvas
347
348
  cash-dom
348
349
  cassandra-driver
349
350
  chalk
351
+ chart.js
350
352
  chokidar
351
353
  ci-info
352
354
  cids
@@ -416,6 +418,7 @@ immer
416
418
  immutable
417
419
  indefinite-observable
418
420
  inversify
421
+ ioredis
419
422
  itty-router
420
423
  javascript-obfuscator
421
424
  jest-cucumber
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.6",
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": "72cc495525e6f1f6a675abec4747441b47b98b60"
38
38
  }