@storybook/builder-vite 10.2.0-alpha.13 → 10.2.0-alpha.15

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.
@@ -1,10 +1,10 @@
1
- import CJS_COMPAT_NODE_URL_al82jyc27pk from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_al82jyc27pk from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_al82jyc27pk from "node:module";
1
+ import CJS_COMPAT_NODE_URL_57gzjuey10x from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_57gzjuey10x from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_57gzjuey10x from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_al82jyc27pk.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_al82jyc27pk.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_al82jyc27pk.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_57gzjuey10x.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_57gzjuey10x.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_57gzjuey10x.createRequire(import.meta.url);
8
8
 
9
9
  // ------------------------------------------------------------
10
10
  // end of CJS compatibility banner, injected by Storybook's esbuild configuration
package/dist/index.js CHANGED
@@ -1,10 +1,10 @@
1
- import CJS_COMPAT_NODE_URL_al82jyc27pk from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_al82jyc27pk from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_al82jyc27pk from "node:module";
1
+ import CJS_COMPAT_NODE_URL_57gzjuey10x from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_57gzjuey10x from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_57gzjuey10x from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_al82jyc27pk.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_al82jyc27pk.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_al82jyc27pk.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_57gzjuey10x.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_57gzjuey10x.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_57gzjuey10x.createRequire(import.meta.url);
8
8
 
9
9
  // ------------------------------------------------------------
10
10
  // end of CJS compatibility banner, injected by Storybook's esbuild configuration
@@ -17,7 +17,7 @@ import {
17
17
  normalize,
18
18
  relative,
19
19
  resolve
20
- } from "./_node-chunks/chunk-WHTRIK3B.js";
20
+ } from "./_node-chunks/chunk-3MMC4FVR.js";
21
21
 
22
22
  // ../../../node_modules/picocolors/picocolors.js
23
23
  var require_picocolors = __commonJS({
package/dist/preset.js CHANGED
@@ -1,17 +1,17 @@
1
- import CJS_COMPAT_NODE_URL_al82jyc27pk from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_al82jyc27pk from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_al82jyc27pk from "node:module";
1
+ import CJS_COMPAT_NODE_URL_57gzjuey10x from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_57gzjuey10x from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_57gzjuey10x from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_al82jyc27pk.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_al82jyc27pk.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_al82jyc27pk.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_57gzjuey10x.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_57gzjuey10x.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_57gzjuey10x.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
  normalize
14
- } from "./_node-chunks/chunk-WHTRIK3B.js";
14
+ } from "./_node-chunks/chunk-3MMC4FVR.js";
15
15
 
16
16
  // src/preset.ts
17
17
  import { findConfigFile } from "storybook/internal/common";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/builder-vite",
3
- "version": "10.2.0-alpha.13",
3
+ "version": "10.2.0-alpha.15",
4
4
  "description": "A Storybook builder to dev and build with Vite",
5
5
  "keywords": [
6
6
  "storybook",
@@ -46,7 +46,7 @@
46
46
  "!src/**/*"
47
47
  ],
48
48
  "dependencies": {
49
- "@storybook/csf-plugin": "10.2.0-alpha.13",
49
+ "@storybook/csf-plugin": "10.2.0-alpha.15",
50
50
  "@vitest/mocker": "3.2.4",
51
51
  "ts-dedent": "^2.0.0"
52
52
  },
@@ -62,7 +62,7 @@
62
62
  "vite": "^7.0.4"
63
63
  },
64
64
  "peerDependencies": {
65
- "storybook": "^10.2.0-alpha.13",
65
+ "storybook": "^10.2.0-alpha.15",
66
66
  "vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
67
67
  },
68
68
  "publishConfig": {