@definitelytyped/definitions-parser 0.0.122-next.8 → 0.0.122-next.9

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.
@@ -672,6 +672,7 @@
672
672
  @sentry/browser
673
673
  @sinonjs/fake-timers
674
674
  @storybook/addons
675
+ @storybook/csf
675
676
  @storybook/react
676
677
  @testing-library/dom
677
678
  @tweenjs/tween.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.122-next.8",
3
+ "version": "0.0.122-next.9",
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",
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "1464c73c596a51eb18fcb0804ec43810e2cf275c"
40
+ "gitHead": "16794f9a9c2dbbc57ef32603c133563efc0c658d"
41
41
  }