@storybook/cli 10.1.0-alpha.10 → 10.1.0-alpha.12
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-2APKKCLU.js → block-dependencies-versions-QNU3AJML.js} +13 -16
- package/dist/_node-chunks/{block-experimental-addon-test-DSHFNBHE.js → block-experimental-addon-test-7ID6U4ZB.js} +16 -23
- package/dist/_node-chunks/{block-major-version-L7KR5JAX.js → block-major-version-RQBG4GU3.js} +25 -48
- package/dist/_node-chunks/{block-node-version-G63QHY2C.js → block-node-version-RG4TKZVB.js} +13 -18
- package/dist/_node-chunks/{block-webpack5-frameworks-5MISMG7G.js → block-webpack5-frameworks-EOHC7MGO.js} +14 -19
- package/dist/_node-chunks/chunk-AYSGWBPB.js +1340 -0
- package/dist/_node-chunks/chunk-G7WNAI4O.js +11 -0
- package/dist/_node-chunks/chunk-P7TBIJSH.js +1160 -0
- package/dist/_node-chunks/{chunk-WW7YB2UR.js → chunk-VFUI46B4.js} +14 -19
- package/dist/_node-chunks/chunk-ZAQE57EP.js +4375 -0
- package/dist/_node-chunks/{globby-ZUUYKWYQ.js → globby-AN5NTFOS.js} +8 -8
- package/dist/_node-chunks/p-limit-UJQPNFP6.js +116 -0
- package/dist/_node-chunks/run-662PQ5Z3.js +9598 -0
- package/dist/bin/index.js +10 -13
- package/package.json +5 -5
- package/dist/_node-chunks/chunk-EWHTUHNQ.js +0 -6737
- package/dist/_node-chunks/chunk-PW42J35B.js +0 -1770
- package/dist/_node-chunks/chunk-S5E3PR7E.js +0 -1939
- package/dist/_node-chunks/chunk-YA5UBW6S.js +0 -24
- package/dist/_node-chunks/p-limit-OXOGURRS.js +0 -168
- package/dist/_node-chunks/run-3URSVYYH.js +0 -11467
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_cnh1zw3akmi from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_cnh1zw3akmi from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_cnh1zw3akmi from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_cnh1zw3akmi.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_cnh1zw3akmi.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_cnh1zw3akmi.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -13,24 +13,20 @@ var __create = Object.create;
|
|
|
13
13
|
var __defProp = Object.defineProperty;
|
|
14
14
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
15
15
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
16
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
17
|
-
var
|
|
18
|
-
|
|
19
|
-
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
20
|
-
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
16
|
+
var __getProtoOf = Object.getPrototypeOf, __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
17
|
+
var __require = /* @__PURE__ */ ((x) => typeof require < "u" ? require : typeof Proxy < "u" ? new Proxy(x, {
|
|
18
|
+
get: (a, b) => (typeof require < "u" ? require : a)[b]
|
|
21
19
|
}) : x)(function(x) {
|
|
22
|
-
if (typeof require
|
|
20
|
+
if (typeof require < "u") return require.apply(this, arguments);
|
|
23
21
|
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
24
22
|
});
|
|
25
|
-
var __commonJS = (cb, mod) => function
|
|
23
|
+
var __commonJS = (cb, mod) => function() {
|
|
26
24
|
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
27
25
|
};
|
|
28
26
|
var __copyProps = (to, from, except, desc) => {
|
|
29
|
-
if (from && typeof from
|
|
27
|
+
if (from && typeof from == "object" || typeof from == "function")
|
|
30
28
|
for (let key of __getOwnPropNames(from))
|
|
31
|
-
|
|
32
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
33
|
-
}
|
|
29
|
+
!__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
34
30
|
return to;
|
|
35
31
|
};
|
|
36
32
|
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
@@ -38,12 +34,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
38
34
|
// file that has been converted to a CommonJS file using a Babel-
|
|
39
35
|
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
40
36
|
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
41
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable:
|
|
37
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
|
|
42
38
|
mod
|
|
43
39
|
));
|
|
44
40
|
|
|
45
41
|
export {
|
|
46
|
-
__name,
|
|
47
42
|
__require,
|
|
48
43
|
__commonJS,
|
|
49
44
|
__toESM
|