create-storybook 10.5.6 → 10.5.7
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-UGZ3OXGV.js → chunk-FEJ3DY2P.js} +6 -6
- package/dist/_node-chunks/{chunk-CEM6WEW7.js → chunk-LL776J7W.js} +6 -6
- package/dist/_node-chunks/{chunk-U3BFOYA7.js → chunk-XZDMQSTU.js} +28 -20
- package/dist/_node-chunks/{postinstallAddon-D4GZ62DT.js → postinstallAddon-TTTHDKT2.js} +8 -8
- package/dist/_node-chunks/{run-4T2HYHZX.js → run-HDSADL3B.js} +10 -10
- package/dist/_node-chunks/{vitest.config.3.2.template-PKU3ECGE.js → vitest.config.3.2.template-Z25H6YLP.js} +7 -7
- package/dist/_node-chunks/{vitest.config.4.template-VE2DOPPR.js → vitest.config.4.template-7UYKEVQH.js} +7 -7
- package/dist/_node-chunks/{vitest.config.template-A7UOZB4P.js → vitest.config.template-FKZ57HH4.js} +7 -7
- package/dist/_node-chunks/{vitest.workspace.template-66JQWIGF.js → vitest.workspace.template-Y3RASU7X.js} +7 -7
- package/dist/bin/index.js +7 -7
- package/dist/index.js +9 -9
- package/package.json +2 -2
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_edw16y3tr5 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_edw16y3tr5 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_edw16y3tr5 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_edw16y3tr5.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_edw16y3tr5.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_edw16y3tr5.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_edw16y3tr5 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_edw16y3tr5 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_edw16y3tr5 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_edw16y3tr5.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_edw16y3tr5.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_edw16y3tr5.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_edw16y3tr5 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_edw16y3tr5 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_edw16y3tr5 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_edw16y3tr5.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_edw16y3tr5.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_edw16y3tr5.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -14,11 +14,11 @@ import {
|
|
|
14
14
|
normalize,
|
|
15
15
|
relative,
|
|
16
16
|
resolve
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-LL776J7W.js";
|
|
18
18
|
import {
|
|
19
19
|
__commonJS,
|
|
20
20
|
__toESM
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-FEJ3DY2P.js";
|
|
22
22
|
|
|
23
23
|
// ../../../node_modules/ts-dedent/dist/index.js
|
|
24
24
|
var require_dist = __commonJS({
|
|
@@ -1590,8 +1590,10 @@ import { ErrorCollector } from "storybook/internal/telemetry";
|
|
|
1590
1590
|
// ../../addons/a11y/src/postinstall.ts
|
|
1591
1591
|
import { JsPackageManagerFactory as JsPackageManagerFactory2, versions as versions2 } from "storybook/internal/common";
|
|
1592
1592
|
async function postinstall(options) {
|
|
1593
|
-
let args = [
|
|
1594
|
-
|
|
1593
|
+
let useRemotePkg = options.useRemotePkg ?? !!options.skipInstall, args = [
|
|
1594
|
+
// A versioned spec only resolves through the ephemeral runner; the local
|
|
1595
|
+
// binary is invoked by bare name.
|
|
1596
|
+
useRemotePkg ? `storybook@${versions2.storybook}` : "storybook",
|
|
1595
1597
|
"automigrate",
|
|
1596
1598
|
"addon-a11y-addon-test"
|
|
1597
1599
|
];
|
|
@@ -1601,7 +1603,7 @@ async function postinstall(options) {
|
|
|
1601
1603
|
}).runPackageCommand({
|
|
1602
1604
|
args,
|
|
1603
1605
|
stdio: ["ignore", "pipe", "pipe"],
|
|
1604
|
-
useRemotePkg
|
|
1606
|
+
useRemotePkg
|
|
1605
1607
|
});
|
|
1606
1608
|
}
|
|
1607
1609
|
|
|
@@ -1779,13 +1781,13 @@ import {
|
|
|
1779
1781
|
async function getTemplatePath(name) {
|
|
1780
1782
|
switch (name) {
|
|
1781
1783
|
case "vitest.config.template":
|
|
1782
|
-
return import("./vitest.config.template-
|
|
1784
|
+
return import("./vitest.config.template-FKZ57HH4.js");
|
|
1783
1785
|
case "vitest.config.4.template":
|
|
1784
|
-
return import("./vitest.config.4.template-
|
|
1786
|
+
return import("./vitest.config.4.template-7UYKEVQH.js");
|
|
1785
1787
|
case "vitest.config.3.2.template":
|
|
1786
|
-
return import("./vitest.config.3.2.template-
|
|
1788
|
+
return import("./vitest.config.3.2.template-Z25H6YLP.js");
|
|
1787
1789
|
case "vitest.workspace.template":
|
|
1788
|
-
return import("./vitest.workspace.template-
|
|
1790
|
+
return import("./vitest.workspace.template-Y3RASU7X.js");
|
|
1789
1791
|
default:
|
|
1790
1792
|
throw new Error(`Unknown template: ${name}`);
|
|
1791
1793
|
}
|
|
@@ -2216,8 +2218,10 @@ async function postInstall(options) {
|
|
|
2216
2218
|
}
|
|
2217
2219
|
if (info.addons.find((addon) => addon.includes(addonA11yName)))
|
|
2218
2220
|
try {
|
|
2219
|
-
let command = [
|
|
2220
|
-
|
|
2221
|
+
let useRemotePkg = options.useRemotePkg ?? !!options.skipInstall, command = [
|
|
2222
|
+
// A versioned spec only resolves through the ephemeral runner; the
|
|
2223
|
+
// local binary is invoked by bare name.
|
|
2224
|
+
useRemotePkg ? `storybook@${versions3.storybook}` : "storybook",
|
|
2221
2225
|
"automigrate",
|
|
2222
2226
|
"addon-a11y-addon-test",
|
|
2223
2227
|
"--loglevel",
|
|
@@ -2230,7 +2234,7 @@ async function postInstall(options) {
|
|
|
2230
2234
|
() => packageManager.runPackageCommand({
|
|
2231
2235
|
args: command,
|
|
2232
2236
|
stdio: "ignore",
|
|
2233
|
-
useRemotePkg
|
|
2237
|
+
useRemotePkg
|
|
2234
2238
|
}),
|
|
2235
2239
|
{
|
|
2236
2240
|
intro: "Setting up a11y addon for @storybook/addon-vitest",
|
|
@@ -2372,7 +2376,7 @@ var ADDON_INSTALLATION_INSTRUCTIONS = {
|
|
|
2372
2376
|
}
|
|
2373
2377
|
/** Configure test addons (a11y and vitest) */
|
|
2374
2378
|
async configureAddons(configDir, addons) {
|
|
2375
|
-
let { postinstallAddon } = await import("./postinstallAddon-
|
|
2379
|
+
let { postinstallAddon } = await import("./postinstallAddon-TTTHDKT2.js"), task = prompt6.taskLog({
|
|
2376
2380
|
id: "configure-addons",
|
|
2377
2381
|
title: "Configuring addons..."
|
|
2378
2382
|
}), addonResults = /* @__PURE__ */ new Map();
|
|
@@ -2384,11 +2388,15 @@ var ADDON_INSTALLATION_INSTRUCTIONS = {
|
|
|
2384
2388
|
configDir,
|
|
2385
2389
|
yes: !0,
|
|
2386
2390
|
skipInstall: !0,
|
|
2391
|
+
// Dependencies were installed in the preceding init step (unless the
|
|
2392
|
+
// user opted out), so nested `storybook` invocations can run the local
|
|
2393
|
+
// binary instead of fetching an ephemeral copy via dlx/npx.
|
|
2394
|
+
useRemotePkg: !!this.commandOptions.skipInstall,
|
|
2387
2395
|
skipDependencyManagement: !0,
|
|
2388
2396
|
logger: logger9,
|
|
2389
2397
|
prompt: prompt6
|
|
2390
2398
|
};
|
|
2391
|
-
addon === "@storybook/addon-vitest" ? await postInstall(options) : addon === "@storybook/addon-a11y" ? await postinstall(options) : await postinstallAddon(addon, options), task.message(`${addon} configured
|
|
2399
|
+
addon === "@storybook/addon-vitest" ? await postInstall(options) : addon === "@storybook/addon-a11y" ? addonResults.get("@storybook/addon-vitest") === null || await postinstall(options) : await postinstallAddon(addon, options), task.message(`${addon} configured
|
|
2392
2400
|
`), addonResults.set(addon, null);
|
|
2393
2401
|
} catch (e) {
|
|
2394
2402
|
logger9.debug(e), ErrorCollector.addError(e), addonResults.set(addon, e);
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_edw16y3tr5 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_edw16y3tr5 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_edw16y3tr5 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_edw16y3tr5.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_edw16y3tr5.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_edw16y3tr5.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 "./chunk-
|
|
13
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-LL776J7W.js";
|
|
13
|
+
import "./chunk-FEJ3DY2P.js";
|
|
14
14
|
|
|
15
15
|
// ../cli-storybook/src/postinstallAddon.ts
|
|
16
16
|
import { spawnSync } from "node:child_process";
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_edw16y3tr5 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_edw16y3tr5 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_edw16y3tr5 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_edw16y3tr5.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_edw16y3tr5.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_edw16y3tr5.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
|
initiate
|
|
14
|
-
} from "./chunk-
|
|
15
|
-
import "./chunk-
|
|
14
|
+
} from "./chunk-XZDMQSTU.js";
|
|
15
|
+
import "./chunk-LL776J7W.js";
|
|
16
16
|
import {
|
|
17
17
|
__commonJS,
|
|
18
18
|
__require,
|
|
19
19
|
__toESM
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-FEJ3DY2P.js";
|
|
21
21
|
|
|
22
22
|
// ../../../node_modules/commander/lib/error.js
|
|
23
23
|
var require_error = __commonJS({
|
|
@@ -2620,7 +2620,7 @@ var import_index = __toESM(require_commander(), 1), {
|
|
|
2620
2620
|
} = import_index.default;
|
|
2621
2621
|
|
|
2622
2622
|
// package.json
|
|
2623
|
-
var version = "10.5.
|
|
2623
|
+
var version = "10.5.7";
|
|
2624
2624
|
|
|
2625
2625
|
// ../../../node_modules/std-env/dist/index.mjs
|
|
2626
2626
|
var e = globalThis.process?.env || /* @__PURE__ */ Object.create(null), t = globalThis.process || { env: e }, n = t !== void 0 && t.env && t.env.NODE_ENV || void 0, r = [["claude", ["CLAUDECODE", "CLAUDE_CODE"]], ["replit", ["REPL_ID"]], ["gemini", ["GEMINI_CLI"]], ["codex", ["CODEX_SANDBOX", "CODEX_THREAD_ID"]], ["opencode", ["OPENCODE"]], ["pi", [i("PATH", /\.pi[\\/]agent/)]], ["auggie", ["AUGMENT_AGENT"]], ["goose", ["GOOSE_PROVIDER"]], ["devin", [i("EDITOR", /devin/)]], ["cursor", ["CURSOR_AGENT"]], ["kiro", [i("TERM_PROGRAM", /kiro/)]]];
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_edw16y3tr5 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_edw16y3tr5 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_edw16y3tr5 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_edw16y3tr5.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_edw16y3tr5.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_edw16y3tr5.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 "./chunk-
|
|
12
|
+
import "./chunk-FEJ3DY2P.js";
|
|
13
13
|
|
|
14
14
|
// raw:../templates/vitest.config.3.2.template.ts
|
|
15
15
|
var vitest_config_3_2_template_default = `import path from 'node:path';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_edw16y3tr5 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_edw16y3tr5 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_edw16y3tr5 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_edw16y3tr5.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_edw16y3tr5.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_edw16y3tr5.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 "./chunk-
|
|
12
|
+
import "./chunk-FEJ3DY2P.js";
|
|
13
13
|
|
|
14
14
|
// raw:../templates/vitest.config.4.template.ts
|
|
15
15
|
var vitest_config_4_template_default = `import path from 'node:path';
|
package/dist/_node-chunks/{vitest.config.template-A7UOZB4P.js → vitest.config.template-FKZ57HH4.js}
RENAMED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_edw16y3tr5 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_edw16y3tr5 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_edw16y3tr5 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_edw16y3tr5.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_edw16y3tr5.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_edw16y3tr5.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 "./chunk-
|
|
12
|
+
import "./chunk-FEJ3DY2P.js";
|
|
13
13
|
|
|
14
14
|
// raw:../templates/vitest.config.template.ts
|
|
15
15
|
var vitest_config_template_default = `import path from 'node:path';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_edw16y3tr5 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_edw16y3tr5 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_edw16y3tr5 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_edw16y3tr5.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_edw16y3tr5.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_edw16y3tr5.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 "./chunk-
|
|
12
|
+
import "./chunk-FEJ3DY2P.js";
|
|
13
13
|
|
|
14
14
|
// raw:../templates/vitest.workspace.template.ts
|
|
15
15
|
var vitest_workspace_template_default = `import path from 'node:path';
|
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_edw16y3tr5 from 'node:url';
|
|
3
|
+
import CJS_COMPAT_NODE_PATH_edw16y3tr5 from 'node:path';
|
|
4
|
+
import CJS_COMPAT_NODE_MODULE_edw16y3tr5 from "node:module";
|
|
5
5
|
|
|
6
|
-
var __filename =
|
|
7
|
-
var __dirname =
|
|
8
|
-
var require =
|
|
6
|
+
var __filename = CJS_COMPAT_NODE_URL_edw16y3tr5.fileURLToPath(import.meta.url);
|
|
7
|
+
var __dirname = CJS_COMPAT_NODE_PATH_edw16y3tr5.dirname(__filename);
|
|
8
|
+
var require = CJS_COMPAT_NODE_MODULE_edw16y3tr5.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 @@ if (!isNodeVersionSupported(major, minor, patch)) {
|
|
|
20
20
|
You are currently running Node.js ${process.version}.`
|
|
21
21
|
), logger.outro(""), process.exit(1);
|
|
22
22
|
}
|
|
23
|
-
await import("../_node-chunks/run-
|
|
23
|
+
await import("../_node-chunks/run-HDSADL3B.js");
|
package/dist/index.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_edw16y3tr5 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_edw16y3tr5 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_edw16y3tr5 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_edw16y3tr5.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_edw16y3tr5.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_edw16y3tr5.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-
|
|
16
|
-
import "./_node-chunks/chunk-
|
|
14
|
+
} from "./_node-chunks/chunk-XZDMQSTU.js";
|
|
15
|
+
import "./_node-chunks/chunk-LL776J7W.js";
|
|
16
|
+
import "./_node-chunks/chunk-FEJ3DY2P.js";
|
|
17
17
|
export {
|
|
18
18
|
doInitiate as initiate
|
|
19
19
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-storybook",
|
|
3
|
-
"version": "10.5.
|
|
3
|
+
"version": "10.5.7",
|
|
4
4
|
"description": "Storybook installer: Develop, document, and test UI components in isolation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"semver": "^7.7.3",
|
|
42
|
-
"storybook": "10.5.
|
|
42
|
+
"storybook": "10.5.7"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@types/prompts": "^2.0.9",
|