@storybook/telemetry 8.0.0-alpha.0 → 8.0.0-alpha.1

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 +4 -0
  2. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -3008,6 +3008,10 @@ interface StorybookConfigRaw {
3008
3008
  * This will make sure that your story renders the same no matter if docgen is enabled or not.
3009
3009
  */
3010
3010
  disallowImplicitActionsInRenderV8?: boolean;
3011
+ /**
3012
+ * Enable asynchronous component rendering in NextJS framework
3013
+ */
3014
+ experimentalNextRSC?: boolean;
3011
3015
  };
3012
3016
  build?: TestBuildConfig;
3013
3017
  stories: StoriesEntry[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/telemetry",
3
- "version": "8.0.0-alpha.0",
3
+ "version": "8.0.0-alpha.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.0.0-alpha.0",
48
- "@storybook/core-common": "8.0.0-alpha.0",
49
- "@storybook/csf-tools": "8.0.0-alpha.0",
47
+ "@storybook/client-logger": "8.0.0-alpha.1",
48
+ "@storybook/core-common": "8.0.0-alpha.1",
49
+ "@storybook/csf-tools": "8.0.0-alpha.1",
50
50
  "chalk": "^4.1.0",
51
51
  "detect-package-manager": "^2.0.1",
52
52
  "fetch-retry": "^5.0.2",