@storybook/telemetry 8.2.0-alpha.5 → 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 +6 -6
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.5",
3
+ "version": "8.2.0-alpha.7",
4
4
  "description": "Telemetry logging for crash reports and usage statistics",
5
5
  "keywords": [
6
6
  "storybook"
@@ -24,8 +24,8 @@
24
24
  ".": {
25
25
  "types": "./dist/index.d.ts",
26
26
  "node": "./dist/index.js",
27
- "require": "./dist/index.js",
28
- "import": "./dist/index.mjs"
27
+ "import": "./dist/index.mjs",
28
+ "require": "./dist/index.js"
29
29
  },
30
30
  "./package.json": "./package.json"
31
31
  },
@@ -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.5",
48
- "@storybook/core-common": "8.2.0-alpha.5",
49
- "@storybook/csf-tools": "8.2.0-alpha.5",
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",