@storybook/svelte-vite 8.0.0-beta.5 → 8.0.0-rc.0

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.
@@ -933,6 +933,7 @@ interface CLIOptions {
933
933
  test?: boolean;
934
934
  debugWebpack?: boolean;
935
935
  webpackStatsJson?: string | boolean;
936
+ statsJson?: string | boolean;
936
937
  outputDir?: string;
937
938
  }
938
939
  interface BuilderOptions {
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { F as FrameworkOptions, S as StorybookConfig } from './index-5c73527f.js';
1
+ export { F as FrameworkOptions, S as StorybookConfig } from './index-de94f2f8.js';
2
2
  import 'file-system-cache';
3
3
  import 'http';
4
4
  import '@storybook/builder-vite';
package/dist/preset.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { P as PresetProperty, S as StorybookConfig } from './index-5c73527f.js';
1
+ import { P as PresetProperty, S as StorybookConfig } from './index-de94f2f8.js';
2
2
  import 'file-system-cache';
3
3
  import 'http';
4
4
  import '@storybook/builder-vite';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/svelte-vite",
3
- "version": "8.0.0-beta.5",
3
+ "version": "8.0.0-rc.0",
4
4
  "description": "Storybook for Svelte and Vite: Develop Svelte components in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -47,9 +47,9 @@
47
47
  "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
48
48
  },
49
49
  "dependencies": {
50
- "@storybook/builder-vite": "8.0.0-beta.5",
51
- "@storybook/node-logger": "8.0.0-beta.5",
52
- "@storybook/svelte": "8.0.0-beta.5",
50
+ "@storybook/builder-vite": "8.0.0-rc.0",
51
+ "@storybook/node-logger": "8.0.0-rc.0",
52
+ "@storybook/svelte": "8.0.0-rc.0",
53
53
  "magic-string": "^0.30.0",
54
54
  "svelte-preprocess": "^5.1.1",
55
55
  "sveltedoc-parser": "^4.2.1",