@storybook/svelte-vite 10.2.0-alpha.1 → 10.2.0-alpha.3

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.
@@ -31,4 +31,4 @@ type StorybookConfig = Omit<StorybookConfig$1, keyof StorybookConfigVite | keyof
31
31
 
32
32
  declare function defineMain(config: StorybookConfig): StorybookConfig;
33
33
 
34
- export { defineMain };
34
+ export { type StorybookConfig, defineMain };
@@ -1,10 +1,10 @@
1
- import CJS_COMPAT_NODE_URL_f6uu1fx862 from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_f6uu1fx862 from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_f6uu1fx862 from "node:module";
1
+ import CJS_COMPAT_NODE_URL_lccwxxomej from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_lccwxxomej from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_lccwxxomej from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_f6uu1fx862.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_f6uu1fx862.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_f6uu1fx862.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_lccwxxomej.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_lccwxxomej.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_lccwxxomej.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_f6uu1fx862 from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_f6uu1fx862 from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_f6uu1fx862 from "node:module";
1
+ import CJS_COMPAT_NODE_URL_lccwxxomej from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_lccwxxomej from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_lccwxxomej from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_f6uu1fx862.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_f6uu1fx862.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_f6uu1fx862.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_lccwxxomej.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_lccwxxomej.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_lccwxxomej.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/svelte-vite",
3
- "version": "10.2.0-alpha.1",
3
+ "version": "10.2.0-alpha.3",
4
4
  "description": "Storybook for Svelte and Vite: Develop, document, and test UI components in isolation",
5
5
  "keywords": [
6
6
  "storybook",
@@ -48,13 +48,9 @@
48
48
  "*.d.ts",
49
49
  "!src/**/*"
50
50
  ],
51
- "scripts": {
52
- "check": "jiti ../../../scripts/check/check-package.ts",
53
- "prep": "jiti ../../../scripts/build/build-package.ts"
54
- },
55
51
  "dependencies": {
56
- "@storybook/builder-vite": "10.2.0-alpha.1",
57
- "@storybook/svelte": "10.2.0-alpha.1",
52
+ "@storybook/builder-vite": "10.2.0-alpha.3",
53
+ "@storybook/svelte": "10.2.0-alpha.3",
58
54
  "magic-string": "^0.30.0",
59
55
  "svelte2tsx": "^0.7.44",
60
56
  "typescript": "^4.9.4 || ^5.0.0"
@@ -69,7 +65,7 @@
69
65
  },
70
66
  "peerDependencies": {
71
67
  "@sveltejs/vite-plugin-svelte": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
72
- "storybook": "^10.2.0-alpha.1",
68
+ "storybook": "^10.2.0-alpha.3",
73
69
  "svelte": "^5.0.0",
74
70
  "vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
75
71
  },