@storybook/telemetry 8.2.0-alpha.6 → 8.2.0-alpha.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -787,6 +787,8 @@ type Indexer = BaseIndexer & {
787
787
  type BaseIndexInput = {
788
788
  /** The file to import from e.g. the story file. */
789
789
  importPath: Path;
790
+ /** The raw path/package of the file that provides meta.component, if one exists */
791
+ rawComponentPath?: Path;
790
792
  /** The name of the export to import. */
791
793
  exportName: ExportName;
792
794
  /** The name of the entry, auto-generated from {@link exportName} if unspecified. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/telemetry",
3
- "version": "8.2.0-alpha.6",
3
+ "version": "8.2.0-alpha.7",
4
4
  "description": "Telemetry logging for crash reports and usage statistics",
5
5
  "keywords": [
6
6
  "storybook"
@@ -44,9 +44,9 @@
44
44
  "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
45
45
  },
46
46
  "dependencies": {
47
- "@storybook/client-logger": "8.2.0-alpha.6",
48
- "@storybook/core-common": "8.2.0-alpha.6",
49
- "@storybook/csf-tools": "8.2.0-alpha.6",
47
+ "@storybook/client-logger": "8.2.0-alpha.7",
48
+ "@storybook/core-common": "8.2.0-alpha.7",
49
+ "@storybook/csf-tools": "8.2.0-alpha.7",
50
50
  "chalk": "^4.1.0",
51
51
  "detect-package-manager": "^2.0.1",
52
52
  "fetch-retry": "^5.0.2",