@storybook/telemetry 8.2.0-alpha.5 → 8.2.0-alpha.7
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.
- package/dist/index.d.ts +2 -0
- 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.
|
|
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
|
-
"
|
|
28
|
-
"
|
|
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.
|
|
48
|
-
"@storybook/core-common": "8.2.0-alpha.
|
|
49
|
-
"@storybook/csf-tools": "8.2.0-alpha.
|
|
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",
|