@storybook/csf-plugin 10.1.0-beta.0 → 10.1.0-beta.2

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_ev77b7clf5c from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_ev77b7clf5c from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_ev77b7clf5c from "node:module";
1
+ import CJS_COMPAT_NODE_URL_g72pju87xss from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_g72pju87xss from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_g72pju87xss from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_ev77b7clf5c.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_ev77b7clf5c.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_ev77b7clf5c.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_g72pju87xss.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_g72pju87xss.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_g72pju87xss.createRequire(import.meta.url);
8
8
 
9
9
  // ------------------------------------------------------------
10
10
  // end of CJS compatibility banner, injected by Storybook's esbuild configuration
@@ -1,10 +1,10 @@
1
- import CJS_COMPAT_NODE_URL_ev77b7clf5c from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_ev77b7clf5c from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_ev77b7clf5c from "node:module";
1
+ import CJS_COMPAT_NODE_URL_g72pju87xss from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_g72pju87xss from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_g72pju87xss from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_ev77b7clf5c.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_ev77b7clf5c.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_ev77b7clf5c.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_g72pju87xss.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_g72pju87xss.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_g72pju87xss.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/csf-plugin",
3
- "version": "10.1.0-beta.0",
3
+ "version": "10.1.0-beta.2",
4
4
  "description": "Enrich CSF files via static analysis",
5
5
  "keywords": [
6
6
  "storybook"
@@ -49,7 +49,7 @@
49
49
  "peerDependencies": {
50
50
  "esbuild": "*",
51
51
  "rollup": "*",
52
- "storybook": "^10.1.0-beta.0",
52
+ "storybook": "^10.1.0-beta.2",
53
53
  "vite": "*",
54
54
  "webpack": "*"
55
55
  },