@storybook/cli 0.0.0-pr-28288-sha-f4b255c5 → 0.0.0-pr-28255-sha-b988fb35
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/bin/index.js +1 -14
- package/dist/{block-storystorev6-2V4XGHW2.mjs → block-storystorev6-N6QNOLBD.mjs} +1 -1
- package/dist/generate.js +90 -95
- package/dist/generate.mjs +52 -57
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +9 -6
- package/dist/check.d.ts +0 -3
- package/dist/check.js +0 -24
- package/dist/check.mjs +0 -35
package/bin/index.js
CHANGED
|
@@ -23,17 +23,4 @@ process.once('uncaughtException', (error) => {
|
|
|
23
23
|
throw error;
|
|
24
24
|
});
|
|
25
25
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
check().then(
|
|
29
|
-
(result) => {
|
|
30
|
-
if (!result) {
|
|
31
|
-
process.exit(1);
|
|
32
|
-
}
|
|
33
|
-
require('../dist/generate.js');
|
|
34
|
-
},
|
|
35
|
-
(error) => {
|
|
36
|
-
console.error(error);
|
|
37
|
-
process.exit(1);
|
|
38
|
-
}
|
|
39
|
-
);
|
|
26
|
+
require('../dist/generate.js');
|
|
@@ -9,7 +9,7 @@ var blocker={id:"storyStoreV7removal",async check({mainConfig}){let features=mai
|
|
|
9
9
|
Please see the migration guide for more information:
|
|
10
10
|
${chalk.yellow("https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#storystorev6-and-storiesof-is-deprecated")}
|
|
11
11
|
|
|
12
|
-
In your Storybook configuration we found
|
|
12
|
+
In your Storybook configuration we found storyStoryV7 feature defined. For instance:
|
|
13
13
|
|
|
14
14
|
export default = {
|
|
15
15
|
features: {
|