@storybook/telemetry 7.0.0-beta.50 → 7.0.0-beta.51

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -5
  2. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -930,10 +930,6 @@ type CoreCommon_StorybookRefs = Record<string, {
930
930
  disable: boolean;
931
931
  }>;
932
932
  type DocsOptions = {
933
- /**
934
- * Should we disable generate docs entries at all under any circumstances? (i.e. can they be rendered)
935
- */
936
- disable?: boolean;
937
933
  /**
938
934
  * What should we call the generated docs entries?
939
935
  */
@@ -1007,7 +1003,7 @@ interface StorybookConfig {
1007
1003
  */
1008
1004
  stories: StoriesEntry[];
1009
1005
  /**
1010
- * Framework, e.g. '@storybook/react', required in v7
1006
+ * Framework, e.g. '@storybook/react-vite', required in v7
1011
1007
  */
1012
1008
  framework?: Preset;
1013
1009
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/telemetry",
3
- "version": "7.0.0-beta.50",
3
+ "version": "7.0.0-beta.51",
4
4
  "description": "Telemetry logging for crash reports and usage statistics",
5
5
  "keywords": [
6
6
  "storybook"
@@ -43,8 +43,8 @@
43
43
  "prep": "../../../scripts/prepare/bundle.ts"
44
44
  },
45
45
  "dependencies": {
46
- "@storybook/client-logger": "7.0.0-beta.50",
47
- "@storybook/core-common": "7.0.0-beta.50",
46
+ "@storybook/client-logger": "7.0.0-beta.51",
47
+ "@storybook/core-common": "7.0.0-beta.51",
48
48
  "chalk": "^4.1.0",
49
49
  "detect-package-manager": "^2.0.1",
50
50
  "fetch-retry": "^5.0.2",
@@ -65,5 +65,5 @@
65
65
  ],
66
66
  "platform": "node"
67
67
  },
68
- "gitHead": "ecbe308bda919d3cc60188dbb17dc4511f6b7a0e"
68
+ "gitHead": "92ae17be35e8e19be160d4d8acb9b56e40064be2"
69
69
  }