@storybook/cli 10.0.0-beta.7 → 10.0.0-beta.9

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/bin/index.js CHANGED
@@ -1,11 +1,11 @@
1
1
  #!/usr/bin/env node
2
- import CJS_COMPAT_NODE_URL_u30nddc261 from 'node:url';
3
- import CJS_COMPAT_NODE_PATH_u30nddc261 from 'node:path';
4
- import CJS_COMPAT_NODE_MODULE_u30nddc261 from "node:module";
2
+ import CJS_COMPAT_NODE_URL_1j5wn0z2xih from 'node:url';
3
+ import CJS_COMPAT_NODE_PATH_1j5wn0z2xih from 'node:path';
4
+ import CJS_COMPAT_NODE_MODULE_1j5wn0z2xih from "node:module";
5
5
 
6
- var __filename = CJS_COMPAT_NODE_URL_u30nddc261.fileURLToPath(import.meta.url);
7
- var __dirname = CJS_COMPAT_NODE_PATH_u30nddc261.dirname(__filename);
8
- var require = CJS_COMPAT_NODE_MODULE_u30nddc261.createRequire(import.meta.url);
6
+ var __filename = CJS_COMPAT_NODE_URL_1j5wn0z2xih.fileURLToPath(import.meta.url);
7
+ var __dirname = CJS_COMPAT_NODE_PATH_1j5wn0z2xih.dirname(__filename);
8
+ var require = CJS_COMPAT_NODE_MODULE_1j5wn0z2xih.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-QGF2XANH.js");
25
+ import("../_node-chunks/run-OR7RS6BL.js");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/cli",
3
- "version": "10.0.0-beta.7",
3
+ "version": "10.0.0-beta.9",
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.7",
44
+ "@storybook/codemod": "10.0.0-beta.9",
45
45
  "@types/semver": "^7.3.4",
46
46
  "commander": "^14.0.1",
47
- "create-storybook": "10.0.0-beta.7",
47
+ "create-storybook": "10.0.0-beta.9",
48
48
  "giget": "^2.0.0",
49
49
  "jscodeshift": "^0.15.1",
50
- "storybook": "10.0.0-beta.7",
50
+ "storybook": "10.0.0-beta.9",
51
51
  "ts-dedent": "^2.0.0"
52
52
  },
53
53
  "devDependencies": {
@@ -1,24 +0,0 @@
1
- import CJS_COMPAT_NODE_URL_u30nddc261 from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_u30nddc261 from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_u30nddc261 from "node:module";
4
-
5
- var __filename = CJS_COMPAT_NODE_URL_u30nddc261.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_u30nddc261.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_u30nddc261.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-4QXHO755.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
- };