@storybook/web-components-vite 10.4.5 → 10.4.6

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_xcmy7z0ny6 from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_xcmy7z0ny6 from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_xcmy7z0ny6 from "node:module";
1
+ import CJS_COMPAT_NODE_URL_epwb5gdq2rk from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_epwb5gdq2rk from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_epwb5gdq2rk from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_xcmy7z0ny6.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_xcmy7z0ny6.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_xcmy7z0ny6.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_epwb5gdq2rk.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_epwb5gdq2rk.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_epwb5gdq2rk.createRequire(import.meta.url);
8
8
 
9
9
  // ------------------------------------------------------------
10
10
  // end of CJS compatibility banner, injected by Storybook's esbuild configuration
package/dist/preset.js CHANGED
@@ -1,10 +1,10 @@
1
- import CJS_COMPAT_NODE_URL_xcmy7z0ny6 from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_xcmy7z0ny6 from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_xcmy7z0ny6 from "node:module";
1
+ import CJS_COMPAT_NODE_URL_epwb5gdq2rk from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_epwb5gdq2rk from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_epwb5gdq2rk from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_xcmy7z0ny6.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_xcmy7z0ny6.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_xcmy7z0ny6.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_epwb5gdq2rk.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_epwb5gdq2rk.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_epwb5gdq2rk.createRequire(import.meta.url);
8
8
 
9
9
  // ------------------------------------------------------------
10
10
  // end of CJS compatibility banner, injected by Storybook's esbuild configuration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/web-components-vite",
3
- "version": "10.4.5",
3
+ "version": "10.4.6",
4
4
  "description": "Storybook for Web Components and Vite: Develop, document, and test UI components in isolation",
5
5
  "keywords": [
6
6
  "storybook",
@@ -50,15 +50,15 @@
50
50
  "!src/**/*"
51
51
  ],
52
52
  "dependencies": {
53
- "@storybook/builder-vite": "10.4.5",
54
- "@storybook/web-components": "10.4.5"
53
+ "@storybook/builder-vite": "10.4.6",
54
+ "@storybook/web-components": "10.4.6"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@types/node": "^22.19.1",
58
58
  "typescript": "^5.9.3"
59
59
  },
60
60
  "peerDependencies": {
61
- "storybook": "^10.4.5",
61
+ "storybook": "^10.4.6",
62
62
  "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
63
63
  },
64
64
  "publishConfig": {