@storybook/telemetry 8.0.0-alpha.6 → 8.0.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 +0 -5
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -2991,11 +2991,6 @@ interface StorybookConfigRaw {
|
|
|
2991
2991
|
* Filter args with a "target" on the type from the render function (EXPERIMENTAL)
|
|
2992
2992
|
*/
|
|
2993
2993
|
argTypeTargetsV7?: boolean;
|
|
2994
|
-
/**
|
|
2995
|
-
* Warn when there is a pre-6.0 hierarchy separator ('.' / '|') in the story title.
|
|
2996
|
-
* Will be removed in 7.0.
|
|
2997
|
-
*/
|
|
2998
|
-
warnOnLegacyHierarchySeparator?: boolean;
|
|
2999
2994
|
/**
|
|
3000
2995
|
* Use legacy MDX1, to help smooth migration to 7.0
|
|
3001
2996
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/telemetry",
|
|
3
|
-
"version": "8.0.0-alpha.
|
|
3
|
+
"version": "8.0.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.0.0-alpha.
|
|
48
|
-
"@storybook/core-common": "8.0.0-alpha.
|
|
49
|
-
"@storybook/csf-tools": "8.0.0-alpha.
|
|
47
|
+
"@storybook/client-logger": "8.0.0-alpha.7",
|
|
48
|
+
"@storybook/core-common": "8.0.0-alpha.7",
|
|
49
|
+
"@storybook/csf-tools": "8.0.0-alpha.7",
|
|
50
50
|
"chalk": "^4.1.0",
|
|
51
51
|
"detect-package-manager": "^2.0.1",
|
|
52
52
|
"fetch-retry": "^5.0.2",
|