@storybook/preset-server-webpack 10.2.5 → 10.2.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.
package/dist/index.js CHANGED
@@ -1,10 +1,10 @@
1
- import CJS_COMPAT_NODE_URL_215kbwh3q4j from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_215kbwh3q4j from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_215kbwh3q4j from "node:module";
1
+ import CJS_COMPAT_NODE_URL_kani74oln2r from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_kani74oln2r from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_kani74oln2r from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_215kbwh3q4j.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_215kbwh3q4j.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_215kbwh3q4j.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_kani74oln2r.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_kani74oln2r.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_kani74oln2r.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 CJS_COMPAT_NODE_URL_215kbwh3q4j from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_215kbwh3q4j from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_215kbwh3q4j from "node:module";
1
+ import CJS_COMPAT_NODE_URL_kani74oln2r from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_kani74oln2r from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_kani74oln2r from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_215kbwh3q4j.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_215kbwh3q4j.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_215kbwh3q4j.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_kani74oln2r.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_kani74oln2r.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_kani74oln2r.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.2.5",
3
+ "version": "10.2.6",
4
4
  "description": "Storybook for Server: View HTML snippets from a server in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -36,7 +36,7 @@
36
36
  "!src/**/*"
37
37
  ],
38
38
  "dependencies": {
39
- "@storybook/core-webpack": "10.2.5",
39
+ "@storybook/core-webpack": "10.2.6",
40
40
  "safe-identifier": "^0.4.2",
41
41
  "ts-dedent": "^2.0.0",
42
42
  "yaml-loader": "^0.8.1"
@@ -47,7 +47,7 @@
47
47
  "yaml": "^2.8.1"
48
48
  },
49
49
  "peerDependencies": {
50
- "storybook": "^10.2.5"
50
+ "storybook": "^10.2.6"
51
51
  },
52
52
  "publishConfig": {
53
53
  "access": "public"