@storybook/preset-server-webpack 10.2.18 → 10.2.19

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_1l1uw82qnl1 from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_1l1uw82qnl1 from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_1l1uw82qnl1 from "node:module";
1
+ import CJS_COMPAT_NODE_URL_4ixsl3ie1on from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_4ixsl3ie1on from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_4ixsl3ie1on from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_1l1uw82qnl1.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_1l1uw82qnl1.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_1l1uw82qnl1.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_4ixsl3ie1on.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_4ixsl3ie1on.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_4ixsl3ie1on.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_1l1uw82qnl1 from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_1l1uw82qnl1 from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_1l1uw82qnl1 from "node:module";
1
+ import CJS_COMPAT_NODE_URL_4ixsl3ie1on from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_4ixsl3ie1on from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_4ixsl3ie1on from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_1l1uw82qnl1.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_1l1uw82qnl1.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_1l1uw82qnl1.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_4ixsl3ie1on.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_4ixsl3ie1on.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_4ixsl3ie1on.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.18",
3
+ "version": "10.2.19",
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.18",
39
+ "@storybook/core-webpack": "10.2.19",
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.18"
50
+ "storybook": "^10.2.19"
51
51
  },
52
52
  "publishConfig": {
53
53
  "access": "public"