@storybook/csf-plugin 10.0.5 → 10.0.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.
@@ -0,0 +1,17 @@
1
+ import CJS_COMPAT_NODE_URL_moxikwtfdhp from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_moxikwtfdhp from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_moxikwtfdhp from "node:module";
4
+
5
+ var __filename = CJS_COMPAT_NODE_URL_moxikwtfdhp.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_moxikwtfdhp.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_moxikwtfdhp.createRequire(import.meta.url);
8
+
9
+ // ------------------------------------------------------------
10
+ // end of CJS compatibility banner, injected by Storybook's esbuild configuration
11
+ // ------------------------------------------------------------
12
+ var __defProp = Object.defineProperty;
13
+ var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
14
+
15
+ export {
16
+ __name
17
+ };
package/dist/index.js CHANGED
@@ -1,17 +1,17 @@
1
- import CJS_COMPAT_NODE_URL_0btgmbetun7b from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_0btgmbetun7b from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_0btgmbetun7b from "node:module";
1
+ import CJS_COMPAT_NODE_URL_moxikwtfdhp from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_moxikwtfdhp from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_moxikwtfdhp from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_0btgmbetun7b.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_0btgmbetun7b.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_0btgmbetun7b.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_moxikwtfdhp.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_moxikwtfdhp.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_moxikwtfdhp.createRequire(import.meta.url);
8
8
 
9
9
  // ------------------------------------------------------------
10
10
  // end of CJS compatibility banner, injected by Storybook's esbuild configuration
11
11
  // ------------------------------------------------------------
12
12
  import {
13
13
  __name
14
- } from "./_node-chunks/chunk-RKISGLQM.js";
14
+ } from "./_node-chunks/chunk-TNED5Q5V.js";
15
15
 
16
16
  // src/index.ts
17
17
  import { fileURLToPath } from "node:url";
@@ -1,17 +1,17 @@
1
- import CJS_COMPAT_NODE_URL_0btgmbetun7b from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_0btgmbetun7b from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_0btgmbetun7b from "node:module";
1
+ import CJS_COMPAT_NODE_URL_moxikwtfdhp from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_moxikwtfdhp from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_moxikwtfdhp from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_0btgmbetun7b.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_0btgmbetun7b.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_0btgmbetun7b.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_moxikwtfdhp.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_moxikwtfdhp.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_moxikwtfdhp.createRequire(import.meta.url);
8
8
 
9
9
  // ------------------------------------------------------------
10
10
  // end of CJS compatibility banner, injected by Storybook's esbuild configuration
11
11
  // ------------------------------------------------------------
12
12
  import {
13
13
  __name
14
- } from "./_node-chunks/chunk-RKISGLQM.js";
14
+ } from "./_node-chunks/chunk-TNED5Q5V.js";
15
15
 
16
16
  // src/webpack-loader.ts
17
17
  import { readFile } from "node:fs/promises";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/csf-plugin",
3
- "version": "10.0.5",
3
+ "version": "10.0.6",
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.0.5",
52
+ "storybook": "^10.0.6",
53
53
  "vite": "*",
54
54
  "webpack": "*"
55
55
  },
@@ -1,17 +0,0 @@
1
- import CJS_COMPAT_NODE_URL_0btgmbetun7b from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_0btgmbetun7b from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_0btgmbetun7b from "node:module";
4
-
5
- var __filename = CJS_COMPAT_NODE_URL_0btgmbetun7b.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_0btgmbetun7b.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_0btgmbetun7b.createRequire(import.meta.url);
8
-
9
- // ------------------------------------------------------------
10
- // end of CJS compatibility banner, injected by Storybook's esbuild configuration
11
- // ------------------------------------------------------------
12
- var __defProp = Object.defineProperty;
13
- var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
14
-
15
- export {
16
- __name
17
- };