@storybook/cli 10.4.0-alpha.14 → 10.4.0-alpha.16
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/_node-chunks/{block-dependencies-versions-AM5QANNI.js → block-dependencies-versions-S3TJGYC2.js} +11 -11
- package/dist/_node-chunks/{block-experimental-addon-test-SKHKW34G.js → block-experimental-addon-test-WWZCXLB2.js} +9 -9
- package/dist/_node-chunks/{block-major-version-UAH3KKTU.js → block-major-version-JNM4ZAKB.js} +9 -9
- package/dist/_node-chunks/{block-node-version-HKDPGBID.js → block-node-version-HDPTJUPH.js} +9 -9
- package/dist/_node-chunks/{block-webpack5-frameworks-2TXPVSTJ.js → block-webpack5-frameworks-TETWAJLZ.js} +11 -11
- package/dist/_node-chunks/chunk-7BQI2DK6.js +20 -0
- package/dist/_node-chunks/chunk-7H4XHFS5.js +527 -0
- package/dist/_node-chunks/chunk-JYLYIY6L.js +810 -0
- package/dist/_node-chunks/{chunk-JTNWFOHX.js → chunk-NDN75UAD.js} +7 -7
- package/dist/_node-chunks/chunk-QBNIQBHH.js +23 -0
- package/dist/_node-chunks/{chunk-6JZE6CV7.js → chunk-QQ7E4GEX.js} +15 -15
- package/dist/_node-chunks/chunk-TSPB5MCI.js +11 -0
- package/dist/_node-chunks/{chunk-YIHJSEST.js → chunk-TZ336D6R.js} +6 -6
- package/dist/_node-chunks/{chunk-3OJ2R5RR.js → chunk-UKVJ7RQN.js} +7 -7
- package/dist/_node-chunks/{globby-WUDQ574N.js → globby-5IGUGWE7.js} +8 -8
- package/dist/_node-chunks/monorepo-4B4ULRGC.js +110 -0
- package/dist/_node-chunks/optimized-tests-MJI5NXQA.js +106 -0
- package/dist/_node-chunks/{p-limit-RP5MZM3R.js → p-limit-VO6RWWBJ.js} +7 -7
- package/dist/_node-chunks/pattern-copy-play-JNOATHUQ.js +20 -0
- package/dist/_node-chunks/relaxed-limits-MKAIPGR2.js +106 -0
- package/dist/_node-chunks/{run-Q5F4R4Z7.js → run-EJWCFREQ.js} +303 -1040
- package/dist/_node-chunks/{setup-VLUMEC3Q.js → setup-PUNMMEGI.js} +10 -10
- package/dist/bin/index.js +7 -7
- package/package.json +4 -4
- package/dist/_node-chunks/chunk-TLXEGV2N.js +0 -11
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_sgh3w93ap7c from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_sgh3w93ap7c from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_sgh3w93ap7c from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_sgh3w93ap7c.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_sgh3w93ap7c.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_sgh3w93ap7c.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
11
|
// ------------------------------------------------------------
|
|
12
|
-
import
|
|
12
|
+
import {
|
|
13
|
+
getTypeImportSource
|
|
14
|
+
} from "./chunk-7BQI2DK6.js";
|
|
15
|
+
import "./chunk-TZ336D6R.js";
|
|
13
16
|
|
|
14
17
|
// src/ai/setup-prompts/setup.ts
|
|
15
18
|
import { dedent } from "ts-dedent";
|
|
16
|
-
function getTypeImportSource(projectInfo) {
|
|
17
|
-
return projectInfo.framework || projectInfo.rendererPackage || "@storybook/react";
|
|
18
|
-
}
|
|
19
19
|
function getPreviewDecoratorExample(projectInfo) {
|
|
20
20
|
let configDir = projectInfo.configDir;
|
|
21
21
|
if (projectInfo.hasCsfFactoryPreview)
|
package/dist/bin/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
2
|
+
import CJS_COMPAT_NODE_URL_sgh3w93ap7c from 'node:url';
|
|
3
|
+
import CJS_COMPAT_NODE_PATH_sgh3w93ap7c from 'node:path';
|
|
4
|
+
import CJS_COMPAT_NODE_MODULE_sgh3w93ap7c from "node:module";
|
|
5
5
|
|
|
6
|
-
var __filename =
|
|
7
|
-
var __dirname =
|
|
8
|
-
var require =
|
|
6
|
+
var __filename = CJS_COMPAT_NODE_URL_sgh3w93ap7c.fileURLToPath(import.meta.url);
|
|
7
|
+
var __dirname = CJS_COMPAT_NODE_PATH_sgh3w93ap7c.dirname(__filename);
|
|
8
|
+
var require = CJS_COMPAT_NODE_MODULE_sgh3w93ap7c.createRequire(import.meta.url);
|
|
9
9
|
|
|
10
10
|
// ------------------------------------------------------------
|
|
11
11
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -20,4 +20,4 @@ isNodeVersionSupported(major, minor, patch) || (logger.error(
|
|
|
20
20
|
dedent`To run Storybook, you need Node.js version ${MIN_SUPPORTED_NODE_DESCRIPTION}.
|
|
21
21
|
You are currently running Node.js ${process.version}. Please upgrade your Node.js installation.`
|
|
22
22
|
), process.exit(1));
|
|
23
|
-
import("../_node-chunks/run-
|
|
23
|
+
import("../_node-chunks/run-EJWCFREQ.js");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/cli",
|
|
3
|
-
"version": "10.4.0-alpha.
|
|
3
|
+
"version": "10.4.0-alpha.16",
|
|
4
4
|
"description": "Storybook CLI: Develop, document, and test UI components in isolation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook",
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
"!src/**/*"
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@storybook/codemod": "10.4.0-alpha.
|
|
40
|
+
"@storybook/codemod": "10.4.0-alpha.16",
|
|
41
41
|
"@types/semver": "^7.7.1",
|
|
42
42
|
"commander": "^14.0.2",
|
|
43
|
-
"create-storybook": "10.4.0-alpha.
|
|
43
|
+
"create-storybook": "10.4.0-alpha.16",
|
|
44
44
|
"jscodeshift": "^0.15.1",
|
|
45
|
-
"storybook": "10.4.0-alpha.
|
|
45
|
+
"storybook": "10.4.0-alpha.16",
|
|
46
46
|
"ts-dedent": "^2.0.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_wkto8xz8oup from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_wkto8xz8oup from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_wkto8xz8oup from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_wkto8xz8oup.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_wkto8xz8oup.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_wkto8xz8oup.createRequire(import.meta.url);
|
|
8
|
-
|
|
9
|
-
// ------------------------------------------------------------
|
|
10
|
-
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
|
-
// ------------------------------------------------------------
|