@storybook/html-vite 7.1.0-alpha.32 → 7.1.0-alpha.34

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.
@@ -902,6 +902,7 @@ interface CLIOptions {
902
902
  disableTelemetry?: boolean;
903
903
  enableCrashReports?: boolean;
904
904
  host?: string;
905
+ initialPath?: string;
905
906
  /**
906
907
  * @deprecated Use 'staticDirs' Storybook Configuration option instead
907
908
  */
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { F as FrameworkOptions, S as StorybookConfig } from './index-6b37d5c8.js';
1
+ export { F as FrameworkOptions, S as StorybookConfig } from './index-b076bb6f.js';
2
2
  import 'file-system-cache';
3
3
  import '@babel/core';
4
4
  import 'http';
package/dist/preset.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { P as PresetProperty, S as StorybookConfig } from './index-6b37d5c8.js';
1
+ import { P as PresetProperty, S as StorybookConfig } from './index-b076bb6f.js';
2
2
  import 'file-system-cache';
3
3
  import '@babel/core';
4
4
  import 'http';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/html-vite",
3
- "version": "7.1.0-alpha.32",
3
+ "version": "7.1.0-alpha.34",
4
4
  "description": "Storybook for HTML and Vite: Develop HTML in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -47,14 +47,14 @@
47
47
  "prep": "../../../scripts/prepare/bundle.ts"
48
48
  },
49
49
  "dependencies": {
50
- "@storybook/addons": "7.1.0-alpha.32",
51
- "@storybook/builder-vite": "7.1.0-alpha.32",
52
- "@storybook/channel-postmessage": "7.1.0-alpha.32",
53
- "@storybook/client-api": "7.1.0-alpha.32",
54
- "@storybook/core-server": "7.1.0-alpha.32",
55
- "@storybook/html": "7.1.0-alpha.32",
56
- "@storybook/node-logger": "7.1.0-alpha.32",
57
- "@storybook/preview-web": "7.1.0-alpha.32",
50
+ "@storybook/addons": "7.1.0-alpha.34",
51
+ "@storybook/builder-vite": "7.1.0-alpha.34",
52
+ "@storybook/channel-postmessage": "7.1.0-alpha.34",
53
+ "@storybook/client-api": "7.1.0-alpha.34",
54
+ "@storybook/core-server": "7.1.0-alpha.34",
55
+ "@storybook/html": "7.1.0-alpha.34",
56
+ "@storybook/node-logger": "7.1.0-alpha.34",
57
+ "@storybook/preview-web": "7.1.0-alpha.34",
58
58
  "magic-string": "^0.30.0"
59
59
  },
60
60
  "devDependencies": {