@storybook/types 7.1.0-alpha.32 → 7.1.0-alpha.33

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 +2 -0
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -1970,6 +1970,7 @@ interface CLIOptions {
1970
1970
  disableTelemetry?: boolean;
1971
1971
  enableCrashReports?: boolean;
1972
1972
  host?: string;
1973
+ initialPath?: string;
1973
1974
  /**
1974
1975
  * @deprecated Use 'staticDirs' Storybook Configuration option instead
1975
1976
  */
@@ -2269,6 +2270,7 @@ interface ChannelArgsMulti {
2269
2270
  transports: ChannelTransport[];
2270
2271
  async?: boolean;
2271
2272
  }
2273
+
2272
2274
  declare class Channel {
2273
2275
  readonly isAsync: boolean;
2274
2276
  private sender;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/types",
3
- "version": "7.1.0-alpha.32",
3
+ "version": "7.1.0-alpha.33",
4
4
  "description": "Core Storybook TS Types",
5
5
  "keywords": [
6
6
  "storybook"
@@ -43,7 +43,7 @@
43
43
  "prep": "../../../scripts/prepare/bundle.ts"
44
44
  },
45
45
  "dependencies": {
46
- "@storybook/channels": "7.1.0-alpha.32",
46
+ "@storybook/channels": "7.1.0-alpha.33",
47
47
  "@types/babel__core": "^7.0.0",
48
48
  "@types/express": "^4.7.0",
49
49
  "file-system-cache": "^2.0.0"