@storybook/react-dom-shim 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/preset.d.ts +1 -0
  2. package/package.json +2 -2
package/dist/preset.d.ts CHANGED
@@ -901,6 +901,7 @@ interface CLIOptions {
901
901
  disableTelemetry?: boolean;
902
902
  enableCrashReports?: boolean;
903
903
  host?: string;
904
+ initialPath?: string;
904
905
  /**
905
906
  * @deprecated Use 'staticDirs' Storybook Configuration option instead
906
907
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-dom-shim",
3
- "version": "7.1.0-alpha.32",
3
+ "version": "7.1.0-alpha.33",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "storybook"
@@ -53,7 +53,7 @@
53
53
  "prep": "../../../scripts/prepare/bundle.ts"
54
54
  },
55
55
  "devDependencies": {
56
- "@storybook/types": "7.1.0-alpha.32",
56
+ "@storybook/types": "7.1.0-alpha.33",
57
57
  "typescript": "~4.9.3"
58
58
  },
59
59
  "peerDependencies": {