@storybook/nextjs-vite 10.1.0-alpha.8 → 10.1.0-beta.0

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,23 +1,20 @@
1
- import CJS_COMPAT_NODE_URL_19c6wpd8y6z from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_19c6wpd8y6z from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_19c6wpd8y6z from "node:module";
1
+ import CJS_COMPAT_NODE_URL_7fnhscgp4ca from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_7fnhscgp4ca from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_7fnhscgp4ca from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_19c6wpd8y6z.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_19c6wpd8y6z.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_19c6wpd8y6z.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_7fnhscgp4ca.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_7fnhscgp4ca.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_7fnhscgp4ca.createRequire(import.meta.url);
8
8
 
9
9
  // ------------------------------------------------------------
10
10
  // end of CJS compatibility banner, injected by Storybook's esbuild configuration
11
11
  // ------------------------------------------------------------
12
- import {
13
- __name
14
- } from "../_node-chunks/chunk-NAXW245X.js";
12
+ import "../_node-chunks/chunk-UXKTRIHR.js";
15
13
 
16
14
  // src/node/index.ts
17
15
  function defineMain(config) {
18
16
  return config;
19
17
  }
20
- __name(defineMain, "defineMain");
21
18
  export {
22
19
  defineMain
23
20
  };