@storybook/sveltekit 10.4.0-beta.0 → 10.4.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.
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_3gzgs294rfo from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_3gzgs294rfo from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_3gzgs294rfo from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_3gzgs294rfo.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_3gzgs294rfo.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_3gzgs294rfo.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
package/dist/node/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_3gzgs294rfo from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_3gzgs294rfo from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_3gzgs294rfo from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_3gzgs294rfo.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_3gzgs294rfo.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_3gzgs294rfo.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,17 +1,17 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_3gzgs294rfo from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_3gzgs294rfo from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_3gzgs294rfo from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_3gzgs294rfo.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_3gzgs294rfo.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_3gzgs294rfo.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
|
mockSveltekitStores
|
|
14
|
-
} from "./_node-chunks/chunk-
|
|
14
|
+
} from "./_node-chunks/chunk-H7B3VYP2.js";
|
|
15
15
|
|
|
16
16
|
// src/preset.ts
|
|
17
17
|
import { fileURLToPath } from "node:url";
|
package/dist/vite-plugin.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_3gzgs294rfo from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_3gzgs294rfo from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_3gzgs294rfo from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_3gzgs294rfo.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_3gzgs294rfo.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_3gzgs294rfo.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
|
mockSveltekitStores
|
|
14
|
-
} from "./_node-chunks/chunk-
|
|
14
|
+
} from "./_node-chunks/chunk-H7B3VYP2.js";
|
|
15
15
|
|
|
16
16
|
// src/vite-plugin.ts
|
|
17
17
|
var storybookSveltekitPlugin = () => [mockSveltekitStores()];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/sveltekit",
|
|
3
|
-
"version": "10.4.
|
|
3
|
+
"version": "10.4.1",
|
|
4
4
|
"description": "Storybook for SvelteKit: Develop, document, and test UI components in isolation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook",
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
"*.d.ts"
|
|
58
58
|
],
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@storybook/builder-vite": "10.4.
|
|
61
|
-
"@storybook/svelte": "10.4.
|
|
62
|
-
"@storybook/svelte-vite": "10.4.
|
|
60
|
+
"@storybook/builder-vite": "10.4.1",
|
|
61
|
+
"@storybook/svelte": "10.4.1",
|
|
62
|
+
"@storybook/svelte-vite": "10.4.1"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@types/node": "^22.19.1",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"vite": "^7.0.4"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
|
-
"storybook": "^10.4.
|
|
70
|
+
"storybook": "^10.4.1",
|
|
71
71
|
"svelte": "^5.0.0",
|
|
72
72
|
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
73
73
|
},
|