@storybook/web-components-vite 10.1.0-alpha.9 → 10.1.0-beta.1
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/node/index.js +6 -10
- package/dist/preset.js +6 -7
- package/package.json +5 -5
- package/dist/_node-chunks/chunk-26DEVE3G.js +0 -17
package/dist/node/index.js
CHANGED
|
@@ -1,23 +1,19 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_c4fs1kz2abd from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_c4fs1kz2abd from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_c4fs1kz2abd from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_c4fs1kz2abd.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_c4fs1kz2abd.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_c4fs1kz2abd.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
11
|
// ------------------------------------------------------------
|
|
12
|
-
import {
|
|
13
|
-
__name
|
|
14
|
-
} from "../_node-chunks/chunk-26DEVE3G.js";
|
|
15
12
|
|
|
16
13
|
// src/node/index.ts
|
|
17
14
|
function defineMain(config) {
|
|
18
15
|
return config;
|
|
19
16
|
}
|
|
20
|
-
__name(defineMain, "defineMain");
|
|
21
17
|
export {
|
|
22
18
|
defineMain
|
|
23
19
|
};
|
package/dist/preset.js
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_c4fs1kz2abd from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_c4fs1kz2abd from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_c4fs1kz2abd from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_c4fs1kz2abd.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_c4fs1kz2abd.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_c4fs1kz2abd.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
11
|
// ------------------------------------------------------------
|
|
12
|
-
import "./_node-chunks/chunk-26DEVE3G.js";
|
|
13
12
|
|
|
14
13
|
// src/preset.ts
|
|
15
14
|
var core = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/web-components-vite",
|
|
3
|
-
"version": "10.1.0-
|
|
3
|
+
"version": "10.1.0-beta.1",
|
|
4
4
|
"description": "Storybook for Web Components and Vite: Develop, document, and test UI components in isolation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook",
|
|
@@ -52,18 +52,18 @@
|
|
|
52
52
|
"prep": "jiti ../../../scripts/build/build-package.ts"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@storybook/builder-vite": "10.1.0-
|
|
56
|
-
"@storybook/web-components": "10.1.0-
|
|
55
|
+
"@storybook/builder-vite": "10.1.0-beta.1",
|
|
56
|
+
"@storybook/web-components": "10.1.0-beta.1"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@types/node": "^22.0.0",
|
|
60
60
|
"typescript": "^5.8.3"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
|
-
"storybook": "^10.1.0-
|
|
63
|
+
"storybook": "^10.1.0-beta.1"
|
|
64
64
|
},
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "a8e7fd8a655c69780bc20b9749d2699e45beae1l"
|
|
69
69
|
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_qag8i9xjuo from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_qag8i9xjuo from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_qag8i9xjuo from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_qag8i9xjuo.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_qag8i9xjuo.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_qag8i9xjuo.createRequire(import.meta.url);
|
|
8
|
-
|
|
9
|
-
// ------------------------------------------------------------
|
|
10
|
-
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
|
-
// ------------------------------------------------------------
|
|
12
|
-
var __defProp = Object.defineProperty;
|
|
13
|
-
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
14
|
-
|
|
15
|
-
export {
|
|
16
|
-
__name
|
|
17
|
-
};
|