@storybook/builder-vite 10.2.0-beta.2 → 10.2.0-beta.4

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_whhn536tpge from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_whhn536tpge from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_whhn536tpge from "node:module";
1
+ import CJS_COMPAT_NODE_URL_wm37vdej7u from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_wm37vdej7u from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_wm37vdej7u from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_whhn536tpge.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_whhn536tpge.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_whhn536tpge.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_wm37vdej7u.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_wm37vdej7u.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_wm37vdej7u.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_whhn536tpge from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_whhn536tpge from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_whhn536tpge from "node:module";
1
+ import CJS_COMPAT_NODE_URL_wm37vdej7u from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_wm37vdej7u from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_wm37vdej7u from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_whhn536tpge.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_whhn536tpge.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_whhn536tpge.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_wm37vdej7u.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_wm37vdej7u.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_wm37vdej7u.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-MSBEKSMG.js";
20
+ } from "./_node-chunks/chunk-VVKSCNRX.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_whhn536tpge from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_whhn536tpge from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_whhn536tpge from "node:module";
1
+ import CJS_COMPAT_NODE_URL_wm37vdej7u from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_wm37vdej7u from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_wm37vdej7u from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_whhn536tpge.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_whhn536tpge.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_whhn536tpge.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_wm37vdej7u.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_wm37vdej7u.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_wm37vdej7u.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-MSBEKSMG.js";
14
+ } from "./_node-chunks/chunk-VVKSCNRX.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-beta.2",
3
+ "version": "10.2.0-beta.4",
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-beta.2",
49
+ "@storybook/csf-plugin": "10.2.0-beta.4",
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-beta.2",
65
+ "storybook": "^10.2.0-beta.4",
66
66
  "vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
67
67
  },
68
68
  "publishConfig": {