@storybook/core-server 6.3.0-rc.8 → 6.3.2

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.
@@ -106,7 +106,7 @@ async function buildDevStandalone(options) {
106
106
 
107
107
  var fullOptions = _objectSpread(_objectSpread({}, options), {}, {
108
108
  presets: presets,
109
- previewCsfV3: features === null || features === void 0 ? void 0 : features.previewCsfV3
109
+ features: features
110
110
  });
111
111
 
112
112
  var _await$storybookDevSe = await (0, _devServer.storybookDevServer)(fullOptions),
@@ -106,7 +106,7 @@ async function buildStaticStandalone(options) {
106
106
 
107
107
  var fullOptions = _objectSpread(_objectSpread({}, options), {}, {
108
108
  presets: presets,
109
- previewCsfV3: features === null || features === void 0 ? void 0 : features.previewCsfV3
109
+ features: features
110
110
  });
111
111
 
112
112
  var core = await presets.apply('core');
@@ -80,7 +80,7 @@ export async function buildDevStandalone(options) {
80
80
 
81
81
  var fullOptions = _objectSpread(_objectSpread({}, options), {}, {
82
82
  presets: presets,
83
- previewCsfV3: features === null || features === void 0 ? void 0 : features.previewCsfV3
83
+ features: features
84
84
  });
85
85
 
86
86
  var _await$storybookDevSe = await storybookDevServer(fullOptions),
@@ -78,7 +78,7 @@ export async function buildStaticStandalone(options) {
78
78
 
79
79
  var fullOptions = _objectSpread(_objectSpread({}, options), {}, {
80
80
  presets: presets,
81
- previewCsfV3: features === null || features === void 0 ? void 0 : features.previewCsfV3
81
+ features: features
82
82
  });
83
83
 
84
84
  var core = await presets.apply('core');
@@ -80,7 +80,7 @@ export async function buildDevStandalone(options) {
80
80
 
81
81
  var fullOptions = _objectSpread(_objectSpread({}, options), {}, {
82
82
  presets: presets,
83
- previewCsfV3: features === null || features === void 0 ? void 0 : features.previewCsfV3
83
+ features: features
84
84
  });
85
85
 
86
86
  var _await$storybookDevSe = await storybookDevServer(fullOptions),
@@ -78,7 +78,7 @@ export async function buildStaticStandalone(options) {
78
78
 
79
79
  var fullOptions = _objectSpread(_objectSpread({}, options), {}, {
80
80
  presets: presets,
81
- previewCsfV3: features === null || features === void 0 ? void 0 : features.previewCsfV3
81
+ features: features
82
82
  });
83
83
 
84
84
  var core = await presets.apply('core');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/core-server",
3
- "version": "6.3.0-rc.8",
3
+ "version": "6.3.2",
4
4
  "description": "Storybook framework-agnostic API",
5
5
  "keywords": [
6
6
  "storybook"
@@ -40,12 +40,12 @@
40
40
  "prepare": "node ../../scripts/prepare.js"
41
41
  },
42
42
  "dependencies": {
43
- "@storybook/builder-webpack4": "6.3.0-rc.8",
44
- "@storybook/core-client": "6.3.0-rc.8",
45
- "@storybook/core-common": "6.3.0-rc.8",
46
- "@storybook/csf-tools": "6.3.0-rc.8",
47
- "@storybook/manager-webpack4": "6.3.0-rc.8",
48
- "@storybook/node-logger": "6.3.0-rc.8",
43
+ "@storybook/builder-webpack4": "6.3.2",
44
+ "@storybook/core-client": "6.3.2",
45
+ "@storybook/core-common": "6.3.2",
46
+ "@storybook/csf-tools": "6.3.2",
47
+ "@storybook/manager-webpack4": "6.3.2",
48
+ "@storybook/node-logger": "6.3.2",
49
49
  "@storybook/semver": "^7.3.2",
50
50
  "@types/node": "^14.0.10",
51
51
  "@types/node-fetch": "^2.5.7",
@@ -75,15 +75,15 @@
75
75
  "webpack": "4"
76
76
  },
77
77
  "devDependencies": {
78
- "@storybook/builder-webpack5": "6.3.0-rc.8",
78
+ "@storybook/builder-webpack5": "6.3.2",
79
79
  "@types/compression": "^1.7.0",
80
80
  "@types/ip": "^1.1.0",
81
81
  "@types/serve-favicon": "^2.5.2",
82
82
  "jest-specific-snapshot": "^4.0.0"
83
83
  },
84
84
  "peerDependencies": {
85
- "@storybook/builder-webpack5": "6.3.0-beta.17",
86
- "@storybook/manager-webpack5": "6.3.0-beta.17",
85
+ "@storybook/builder-webpack5": "6.3.2",
86
+ "@storybook/manager-webpack5": "6.3.2",
87
87
  "react": "^16.8.0 || ^17.0.0",
88
88
  "react-dom": "^16.8.0 || ^17.0.0"
89
89
  },
@@ -101,6 +101,6 @@
101
101
  "publishConfig": {
102
102
  "access": "public"
103
103
  },
104
- "gitHead": "a9256a360ce67dc2eab408046a4baa4e13430a8b",
104
+ "gitHead": "ebc8c46da77947adead90f3d60a779b6bffe3890",
105
105
  "sbmodern": "dist/modern/index.js"
106
106
  }