@storybook/csf-plugin 8.2.0-alpha.7 → 8.2.0-alpha.8

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.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { __require } from './chunk-WGM2LNBD.mjs';
1
+ import { __require } from './chunk-MXFP7CYD.mjs';
2
2
  import { createUnplugin } from 'unplugin';
3
3
  import { loadCsf, enrichCsf, formatCsf } from '@storybook/csf-tools';
4
4
  import fs from 'fs/promises';
@@ -1,4 +1,4 @@
1
- import './chunk-WGM2LNBD.mjs';
1
+ import './chunk-MXFP7CYD.mjs';
2
2
  import fs from 'fs/promises';
3
3
  import { loadCsf, enrichCsf, formatCsf } from '@storybook/csf-tools';
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/csf-plugin",
3
- "version": "8.2.0-alpha.7",
3
+ "version": "8.2.0-alpha.8",
4
4
  "description": "Enrich CSF files via static analysis",
5
5
  "keywords": [
6
6
  "storybook"
@@ -50,7 +50,7 @@
50
50
  "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
51
51
  },
52
52
  "dependencies": {
53
- "@storybook/csf-tools": "8.2.0-alpha.7",
53
+ "@storybook/csf-tools": "8.2.0-alpha.8",
54
54
  "unplugin": "^1.3.1"
55
55
  },
56
56
  "devDependencies": {
@@ -72,5 +72,5 @@
72
72
  ],
73
73
  "platform": "node"
74
74
  },
75
- "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17"
75
+ "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16"
76
76
  }
File without changes