@storybook/telemetry 8.1.0-alpha.8 → 8.1.0-beta.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.ts +2 -2
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
@@ -801,8 +801,6 @@ type BaseIndexInput = {
|
|
801
801
|
metaId?: MetaId;
|
802
802
|
/** Tags for filtering entries in Storybook and its tools. */
|
803
803
|
tags?: Tag$1[];
|
804
|
-
/** Tags from the meta for filtering entries in Storybook and its tools. */
|
805
|
-
metaTags?: Tag$1[];
|
806
804
|
/**
|
807
805
|
* The id of the entry, auto-generated from {@link title}/{@link metaId} and {@link exportName} if unspecified.
|
808
806
|
* If specified, the story in the CSF file _must_ have a matching id set at `parameters.__id`, to be correctly matched.
|
@@ -997,6 +995,8 @@ type DocsOptions = {
|
|
997
995
|
* Should we generate a docs entry per CSF file?
|
998
996
|
* Set to 'tag' (the default) to generate an entry for every CSF file with the
|
999
997
|
* 'autodocs' tag.
|
998
|
+
*
|
999
|
+
* @deprecated Use `tags: ['autodocs']` in `.storybook/preview.js` instead
|
1000
1000
|
*/
|
1001
1001
|
autodocs?: boolean | 'tag';
|
1002
1002
|
/**
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/telemetry",
|
3
|
-
"version": "8.1.0-
|
3
|
+
"version": "8.1.0-beta.1",
|
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.1.0-
|
48
|
-
"@storybook/core-common": "8.1.0-
|
49
|
-
"@storybook/csf-tools": "8.1.0-
|
47
|
+
"@storybook/client-logger": "8.1.0-beta.1",
|
48
|
+
"@storybook/core-common": "8.1.0-beta.1",
|
49
|
+
"@storybook/csf-tools": "8.1.0-beta.1",
|
50
50
|
"chalk": "^4.1.0",
|
51
51
|
"detect-package-manager": "^2.0.1",
|
52
52
|
"fetch-retry": "^5.0.2",
|