@storybook/builder-vite 10.1.9 → 10.1.11
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
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_78w93im8273 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_78w93im8273 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_78w93im8273 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_78w93im8273.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_78w93im8273.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_78w93im8273.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
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_78w93im8273 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_78w93im8273 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_78w93im8273 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_78w93im8273.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_78w93im8273.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_78w93im8273.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
normalize,
|
|
17
17
|
relative,
|
|
18
18
|
resolve
|
|
19
|
-
} from "./_node-chunks/chunk-
|
|
19
|
+
} from "./_node-chunks/chunk-WP3VXGU4.js";
|
|
20
20
|
|
|
21
21
|
// ../../node_modules/picocolors/picocolors.js
|
|
22
22
|
var require_picocolors = __commonJS({
|
package/dist/preset.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_78w93im8273 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_78w93im8273 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_78w93im8273 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_78w93im8273.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_78w93im8273.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_78w93im8273.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-
|
|
14
|
+
} from "./_node-chunks/chunk-WP3VXGU4.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.1.
|
|
3
|
+
"version": "10.1.11",
|
|
4
4
|
"description": "A Storybook builder to dev and build with Vite",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"prep": "jiti ../../../scripts/build/build-package.ts"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@storybook/csf-plugin": "10.1.
|
|
53
|
+
"@storybook/csf-plugin": "10.1.11",
|
|
54
54
|
"@vitest/mocker": "3.2.4",
|
|
55
55
|
"ts-dedent": "^2.0.0"
|
|
56
56
|
},
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"vite": "^7.0.4"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
|
-
"storybook": "^10.1.
|
|
69
|
+
"storybook": "^10.1.11",
|
|
70
70
|
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
|
|
71
71
|
},
|
|
72
72
|
"publishConfig": {
|