create-storybook 10.0.0-beta.1 → 10.0.0-beta.11
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/{chunk-T3MAYGYW.js → chunk-B5EW52BK.js} +11 -6
- package/dist/_node-chunks/{chunk-W6DMVTOY.js → chunk-GPRLIOW2.js} +688 -705
- package/dist/_node-chunks/{run-5P25MPU4.js → run-EJ4ADWVJ.js} +618 -184
- package/dist/bin/index.js +8 -8
- package/dist/index.js +8 -8
- package/package.json +6 -5
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_f2i4o7lf72q from 'node:url';
|
|
3
|
+
import CJS_COMPAT_NODE_PATH_f2i4o7lf72q from 'node:path';
|
|
4
|
+
import CJS_COMPAT_NODE_MODULE_f2i4o7lf72q from "node:module";
|
|
5
5
|
|
|
6
|
-
var __filename =
|
|
7
|
-
var __dirname =
|
|
8
|
-
var require =
|
|
6
|
+
var __filename = CJS_COMPAT_NODE_URL_f2i4o7lf72q.fileURLToPath(import.meta.url);
|
|
7
|
+
var __dirname = CJS_COMPAT_NODE_PATH_f2i4o7lf72q.dirname(__filename);
|
|
8
|
+
var require = CJS_COMPAT_NODE_MODULE_f2i4o7lf72q.createRequire(import.meta.url);
|
|
9
9
|
|
|
10
10
|
// ------------------------------------------------------------
|
|
11
11
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -13,7 +13,7 @@ var require = CJS_COMPAT_NODE_MODULE_hzp3snl9xm9.createRequire(import.meta.url);
|
|
|
13
13
|
import {
|
|
14
14
|
__toESM,
|
|
15
15
|
require_dist
|
|
16
|
-
} from "../_node-chunks/chunk-
|
|
16
|
+
} from "../_node-chunks/chunk-B5EW52BK.js";
|
|
17
17
|
|
|
18
18
|
// src/bin/index.ts
|
|
19
19
|
var import_ts_dedent = __toESM(require_dist(), 1);
|
|
@@ -26,4 +26,4 @@ if (majorNodeVersion < 20 || majorNodeVersion === 20 && minorNodeVersion < 19 ||
|
|
|
26
26
|
);
|
|
27
27
|
process.exit(1);
|
|
28
28
|
}
|
|
29
|
-
import("../_node-chunks/run-
|
|
29
|
+
import("../_node-chunks/run-EJ4ADWVJ.js");
|
package/dist/index.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_f2i4o7lf72q from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_f2i4o7lf72q from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_f2i4o7lf72q from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_f2i4o7lf72q.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_f2i4o7lf72q.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_f2i4o7lf72q.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
11
|
// ------------------------------------------------------------
|
|
12
12
|
import {
|
|
13
13
|
doInitiate
|
|
14
|
-
} from "./_node-chunks/chunk-
|
|
15
|
-
import "./_node-chunks/chunk-
|
|
14
|
+
} from "./_node-chunks/chunk-GPRLIOW2.js";
|
|
15
|
+
import "./_node-chunks/chunk-B5EW52BK.js";
|
|
16
16
|
export {
|
|
17
17
|
doInitiate as initiate
|
|
18
18
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-storybook",
|
|
3
|
-
"version": "10.0.0-beta.
|
|
3
|
+
"version": "10.0.0-beta.11",
|
|
4
4
|
"description": "Storybook installer: Develop, document, and test UI components in isolation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook",
|
|
@@ -43,17 +43,18 @@
|
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"semver": "^7.6.2",
|
|
46
|
-
"storybook": "10.0.0-beta.
|
|
46
|
+
"storybook": "10.0.0-beta.11"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@types/prompts": "^2.0.9",
|
|
50
50
|
"@types/semver": "^7.3.4",
|
|
51
|
-
"boxen": "^
|
|
52
|
-
"commander": "^
|
|
51
|
+
"boxen": "^8.0.1",
|
|
52
|
+
"commander": "^14.0.1",
|
|
53
|
+
"empathic": "^2.0.0",
|
|
53
54
|
"execa": "^5.0.0",
|
|
54
|
-
"find-up": "^7.0.0",
|
|
55
55
|
"ora": "^5.4.1",
|
|
56
56
|
"picocolors": "^1.1.0",
|
|
57
|
+
"process-ancestry": "^0.0.2",
|
|
57
58
|
"prompts": "^2.4.0",
|
|
58
59
|
"react": "^18.2.0",
|
|
59
60
|
"tiny-invariant": "^1.3.1",
|