@storybook/cli 10.0.6 → 10.0.8

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_zv09hezec4 from 'node:url';
3
- import CJS_COMPAT_NODE_PATH_zv09hezec4 from 'node:path';
4
- import CJS_COMPAT_NODE_MODULE_zv09hezec4 from "node:module";
2
+ import CJS_COMPAT_NODE_URL_p7q5ijl0y2q from 'node:url';
3
+ import CJS_COMPAT_NODE_PATH_p7q5ijl0y2q from 'node:path';
4
+ import CJS_COMPAT_NODE_MODULE_p7q5ijl0y2q from "node:module";
5
5
 
6
- var __filename = CJS_COMPAT_NODE_URL_zv09hezec4.fileURLToPath(import.meta.url);
7
- var __dirname = CJS_COMPAT_NODE_PATH_zv09hezec4.dirname(__filename);
8
- var require = CJS_COMPAT_NODE_MODULE_zv09hezec4.createRequire(import.meta.url);
6
+ var __filename = CJS_COMPAT_NODE_URL_p7q5ijl0y2q.fileURLToPath(import.meta.url);
7
+ var __dirname = CJS_COMPAT_NODE_PATH_p7q5ijl0y2q.dirname(__filename);
8
+ var require = CJS_COMPAT_NODE_MODULE_p7q5ijl0y2q.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-TFOM5AR2.js");
25
+ import("../_node-chunks/run-TLOFK5QH.js");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/cli",
3
- "version": "10.0.6",
3
+ "version": "10.0.8",
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.6",
44
+ "@storybook/codemod": "10.0.8",
45
45
  "@types/semver": "^7.3.4",
46
46
  "commander": "^14.0.1",
47
- "create-storybook": "10.0.6",
47
+ "create-storybook": "10.0.8",
48
48
  "giget": "^2.0.0",
49
49
  "jscodeshift": "^0.15.1",
50
- "storybook": "10.0.6",
50
+ "storybook": "10.0.8",
51
51
  "ts-dedent": "^2.0.0"
52
52
  },
53
53
  "devDependencies": {
@@ -72,5 +72,5 @@
72
72
  "publishConfig": {
73
73
  "access": "public"
74
74
  },
75
- "gitHead": "a8e7fd8a655c69780bc20b9749d2699e45beae16"
75
+ "gitHead": "a8e7fd8a655c69780bc20b9749d2699e45beae1l"
76
76
  }
@@ -1,24 +0,0 @@
1
- import CJS_COMPAT_NODE_URL_zv09hezec4 from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_zv09hezec4 from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_zv09hezec4 from "node:module";
4
-
5
- var __filename = CJS_COMPAT_NODE_URL_zv09hezec4.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_zv09hezec4.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_zv09hezec4.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-OQELV2SQ.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
- };