@storybook/server 6.5.0-alpha.52 → 6.5.0-alpha.55

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.
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.config = void 0;
6
+ exports.previewAnnotations = void 0;
7
7
  exports.webpack = webpack;
8
8
 
9
9
  var _path = _interopRequireDefault(require("path"));
@@ -26,8 +26,8 @@ function webpack(config) {
26
26
  return config;
27
27
  }
28
28
 
29
- var config = function (entry = []) {
29
+ var previewAnnotations = function (entry = []) {
30
30
  return [...entry, (0, _coreCommon.findDistEsm)(__dirname, 'client/preview/config')];
31
31
  };
32
32
 
33
- exports.config = config;
33
+ exports.previewAnnotations = previewAnnotations;
@@ -13,6 +13,6 @@ export function webpack(config) {
13
13
  });
14
14
  return config;
15
15
  }
16
- export var config = function (entry = []) {
16
+ export var previewAnnotations = function (entry = []) {
17
17
  return [...entry, findDistEsm(__dirname, 'client/preview/config')];
18
18
  };
@@ -13,6 +13,6 @@ export function webpack(config) {
13
13
  });
14
14
  return config;
15
15
  }
16
- export var config = function (entry = []) {
16
+ export var previewAnnotations = function (entry = []) {
17
17
  return [...entry, findDistEsm(__dirname, 'client/preview/config')];
18
18
  };
@@ -1,4 +1,4 @@
1
1
  import { StorybookConfig } from '@storybook/core-common';
2
2
  import { Configuration } from 'webpack';
3
3
  export declare function webpack(config: Configuration): Configuration;
4
- export declare const config: StorybookConfig['config'];
4
+ export declare const previewAnnotations: StorybookConfig['previewAnnotations'];
@@ -1,4 +1,4 @@
1
1
  import type { StorybookConfig } from '@storybook/core-common';
2
2
  import type { Configuration } from 'webpack';
3
3
  export declare function webpack(config: Configuration): Configuration;
4
- export declare const config: StorybookConfig['config'];
4
+ export declare const previewAnnotations: StorybookConfig['previewAnnotations'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/server",
3
- "version": "6.5.0-alpha.52",
3
+ "version": "6.5.0-alpha.55",
4
4
  "description": "Storybook for Server: View HTML snippets from a server in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -45,15 +45,15 @@
45
45
  "prepare": "node ../../scripts/prepare.js"
46
46
  },
47
47
  "dependencies": {
48
- "@storybook/addons": "6.5.0-alpha.52",
49
- "@storybook/api": "6.5.0-alpha.52",
50
- "@storybook/client-api": "6.5.0-alpha.52",
51
- "@storybook/core": "6.5.0-alpha.52",
52
- "@storybook/core-common": "6.5.0-alpha.52",
48
+ "@storybook/addons": "6.5.0-alpha.55",
49
+ "@storybook/api": "6.5.0-alpha.55",
50
+ "@storybook/client-api": "6.5.0-alpha.55",
51
+ "@storybook/core": "6.5.0-alpha.55",
52
+ "@storybook/core-common": "6.5.0-alpha.55",
53
53
  "@storybook/csf": "0.0.2--canary.507502b.0",
54
- "@storybook/node-logger": "6.5.0-alpha.52",
55
- "@storybook/preview-web": "6.5.0-alpha.52",
56
- "@storybook/store": "6.5.0-alpha.52",
54
+ "@storybook/node-logger": "6.5.0-alpha.55",
55
+ "@storybook/preview-web": "6.5.0-alpha.55",
56
+ "@storybook/store": "6.5.0-alpha.55",
57
57
  "@types/node": "^14.14.20 || ^16.0.0",
58
58
  "@types/webpack-env": "^1.16.0",
59
59
  "core-js": "^3.8.2",
@@ -76,6 +76,6 @@
76
76
  "publishConfig": {
77
77
  "access": "public"
78
78
  },
79
- "gitHead": "863b3811b24a4703645a09286059bc6d95bd2e65",
79
+ "gitHead": "0d051c3d8efb90e15d8734e6e6914b2439420953",
80
80
  "sbmodern": "dist/modern/client/index.js"
81
81
  }