@storybook/cli 10.0.0-beta.11 → 10.0.0-beta.13
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-7POAP5CS.js → block-dependencies-versions-C4ZNX2SX.js} +11 -11
- package/dist/_node-chunks/{block-experimental-addon-test-I4EOMCLS.js → block-experimental-addon-test-R4NX6B5B.js} +9 -9
- package/dist/_node-chunks/{block-major-version-RCJUYIKB.js → block-major-version-PQDGR2SY.js} +9 -9
- package/dist/_node-chunks/{block-node-version-Z7YPREG4.js → block-node-version-TFHVTZFM.js} +9 -9
- package/dist/_node-chunks/{block-webpack5-frameworks-LE67UWAX.js → block-webpack5-frameworks-FHNFZEVZ.js} +11 -11
- package/dist/_node-chunks/{chunk-IGCHJJSD.js → chunk-6FMHRB4O.js} +6 -6
- package/dist/_node-chunks/{chunk-SMXJ4I6L.js → chunk-7J46NI3V.js} +36 -32
- package/dist/_node-chunks/{chunk-NFKEHU2E.js → chunk-K3AMIR72.js} +7 -7
- package/dist/_node-chunks/{chunk-O5WIZGX3.js → chunk-LN7UAQBD.js} +7 -7
- package/dist/_node-chunks/chunk-UUMUTLBR.js +24 -0
- package/dist/_node-chunks/{globby-GKKVMRKJ.js → globby-775UA5HA.js} +8 -8
- package/dist/_node-chunks/{p-limit-OLNVT6KG.js → p-limit-GCFXKON3.js} +7 -7
- package/dist/_node-chunks/{run-H2A2DHVZ.js → run-QEO2PS4H.js} +1389 -1271
- package/dist/bin/index.js +7 -7
- package/package.json +4 -4
- package/dist/_node-chunks/chunk-VMECXQUV.js +0 -24
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_rrsyb6x62m from 'node:url';
|
|
3
|
+
import CJS_COMPAT_NODE_PATH_rrsyb6x62m from 'node:path';
|
|
4
|
+
import CJS_COMPAT_NODE_MODULE_rrsyb6x62m from "node:module";
|
|
5
5
|
|
|
6
|
-
var __filename =
|
|
7
|
-
var __dirname =
|
|
8
|
-
var require =
|
|
6
|
+
var __filename = CJS_COMPAT_NODE_URL_rrsyb6x62m.fileURLToPath(import.meta.url);
|
|
7
|
+
var __dirname = CJS_COMPAT_NODE_PATH_rrsyb6x62m.dirname(__filename);
|
|
8
|
+
var require = CJS_COMPAT_NODE_MODULE_rrsyb6x62m.createRequire(import.meta.url);
|
|
9
9
|
|
|
10
10
|
// ------------------------------------------------------------
|
|
11
11
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -22,4 +22,4 @@ if (majorNodeVersion < 20 || majorNodeVersion === 20 && minorNodeVersion < 19 ||
|
|
|
22
22
|
);
|
|
23
23
|
process.exit(1);
|
|
24
24
|
}
|
|
25
|
-
import("../_node-chunks/run-
|
|
25
|
+
import("../_node-chunks/run-QEO2PS4H.js");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/cli",
|
|
3
|
-
"version": "10.0.0-beta.
|
|
3
|
+
"version": "10.0.0-beta.13",
|
|
4
4
|
"description": "Storybook CLI: Develop, document, and test UI components in isolation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook",
|
|
@@ -41,13 +41,13 @@
|
|
|
41
41
|
"prep": "jiti ../../../scripts/build/build-package.ts"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@storybook/codemod": "10.0.0-beta.
|
|
44
|
+
"@storybook/codemod": "10.0.0-beta.13",
|
|
45
45
|
"@types/semver": "^7.3.4",
|
|
46
46
|
"commander": "^14.0.1",
|
|
47
|
-
"create-storybook": "10.0.0-beta.
|
|
47
|
+
"create-storybook": "10.0.0-beta.13",
|
|
48
48
|
"giget": "^2.0.0",
|
|
49
49
|
"jscodeshift": "^0.15.1",
|
|
50
|
-
"storybook": "10.0.0-beta.
|
|
50
|
+
"storybook": "10.0.0-beta.13",
|
|
51
51
|
"ts-dedent": "^2.0.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_veyyxx6nh0j from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_veyyxx6nh0j from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_veyyxx6nh0j from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_veyyxx6nh0j.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_veyyxx6nh0j.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_veyyxx6nh0j.createRequire(import.meta.url);
|
|
8
|
-
|
|
9
|
-
// ------------------------------------------------------------
|
|
10
|
-
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
|
-
// ------------------------------------------------------------
|
|
12
|
-
import {
|
|
13
|
-
__name
|
|
14
|
-
} from "./chunk-IGCHJJSD.js";
|
|
15
|
-
|
|
16
|
-
// src/autoblock/types.ts
|
|
17
|
-
function createBlocker(block) {
|
|
18
|
-
return block;
|
|
19
|
-
}
|
|
20
|
-
__name(createBlocker, "createBlocker");
|
|
21
|
-
|
|
22
|
-
export {
|
|
23
|
-
createBlocker
|
|
24
|
-
};
|