@storybook/server 6.5.0-alpha.51 → 6.5.0-alpha.54
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.
- package/dist/cjs/server/framework-preset-server.js +3 -3
- package/dist/esm/server/framework-preset-server.js +1 -1
- package/dist/modern/server/framework-preset-server.js +1 -1
- package/dist/ts3.4/server/framework-preset-server.d.ts +1 -1
- package/dist/ts3.9/server/framework-preset-server.d.ts +1 -1
- package/package.json +10 -10
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
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
|
|
29
|
+
var previewAnnotations = function (entry = []) {
|
|
30
30
|
return [...entry, (0, _coreCommon.findDistEsm)(__dirname, 'client/preview/config')];
|
|
31
31
|
};
|
|
32
32
|
|
|
33
|
-
exports.
|
|
33
|
+
exports.previewAnnotations = previewAnnotations;
|
|
@@ -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
|
|
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
|
|
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.
|
|
3
|
+
"version": "6.5.0-alpha.54",
|
|
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.
|
|
49
|
-
"@storybook/api": "6.5.0-alpha.
|
|
50
|
-
"@storybook/client-api": "6.5.0-alpha.
|
|
51
|
-
"@storybook/core": "6.5.0-alpha.
|
|
52
|
-
"@storybook/core-common": "6.5.0-alpha.
|
|
48
|
+
"@storybook/addons": "6.5.0-alpha.54",
|
|
49
|
+
"@storybook/api": "6.5.0-alpha.54",
|
|
50
|
+
"@storybook/client-api": "6.5.0-alpha.54",
|
|
51
|
+
"@storybook/core": "6.5.0-alpha.54",
|
|
52
|
+
"@storybook/core-common": "6.5.0-alpha.54",
|
|
53
53
|
"@storybook/csf": "0.0.2--canary.507502b.0",
|
|
54
|
-
"@storybook/node-logger": "6.5.0-alpha.
|
|
55
|
-
"@storybook/preview-web": "6.5.0-alpha.
|
|
56
|
-
"@storybook/store": "6.5.0-alpha.
|
|
54
|
+
"@storybook/node-logger": "6.5.0-alpha.54",
|
|
55
|
+
"@storybook/preview-web": "6.5.0-alpha.54",
|
|
56
|
+
"@storybook/store": "6.5.0-alpha.54",
|
|
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": "
|
|
79
|
+
"gitHead": "2048f366e90e668c3f462d81f5b372a19902b67f",
|
|
80
80
|
"sbmodern": "dist/modern/client/index.js"
|
|
81
81
|
}
|