@storybook/preset-server-webpack 10.5.6 → 10.5.8
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/index.d.ts +4 -4
- package/dist/index.js +6 -6
- package/dist/loader.js +6 -6
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { StorybookConfig } from
|
|
2
|
-
export { BuilderResult, StorybookConfig, TypescriptOptions } from '@storybook/core-webpack';
|
|
1
|
+
import { BuilderResult, StorybookConfig, TypescriptOptions } from "@storybook/core-webpack";
|
|
3
2
|
|
|
3
|
+
//#region code/presets/server-webpack/.dts-emit/code/presets/server-webpack/src/index.d.ts
|
|
4
4
|
declare const webpack: StorybookConfig['webpack'];
|
|
5
|
-
|
|
6
|
-
export { webpack };
|
|
5
|
+
//#endregion
|
|
6
|
+
export { type BuilderResult, type StorybookConfig, type TypescriptOptions, webpack };
|
package/dist/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_5bfc9r2thut from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_5bfc9r2thut from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_5bfc9r2thut from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_5bfc9r2thut.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_5bfc9r2thut.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_5bfc9r2thut.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
package/dist/loader.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_5bfc9r2thut from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_5bfc9r2thut from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_5bfc9r2thut from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_5bfc9r2thut.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_5bfc9r2thut.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_5bfc9r2thut.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/preset-server-webpack",
|
|
3
|
-
"version": "10.5.
|
|
3
|
+
"version": "10.5.8",
|
|
4
4
|
"description": "Storybook for Server: View HTML snippets from a server in isolation with Hot Reloading.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"!src/**/*"
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@storybook/core-webpack": "10.5.
|
|
40
|
+
"@storybook/core-webpack": "10.5.8",
|
|
41
41
|
"safe-identifier": "^0.4.2",
|
|
42
42
|
"ts-dedent": "^2.0.0",
|
|
43
43
|
"yaml-loader": "^0.8.1"
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"yaml": "^2.8.1"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"storybook": "^10.5.
|
|
51
|
+
"storybook": "^10.5.8"
|
|
52
52
|
},
|
|
53
53
|
"publishConfig": {
|
|
54
54
|
"access": "public"
|