@storybook/csf-plugin 9.0.0-alpha.9 → 9.0.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.
- package/dist/index.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -10,6 +10,6 @@ declare const unplugin: _unplugin.UnpluginInstance<EnrichCsfOptions, boolean>;
|
|
|
10
10
|
declare const esbuild: (options: EnrichCsfOptions) => _esbuild.Plugin;
|
|
11
11
|
declare const webpack: (options: EnrichCsfOptions) => _webpack.WebpackPluginInstance;
|
|
12
12
|
declare const rollup: (options: EnrichCsfOptions) => _rollup.Plugin<any> | _rollup.Plugin<any>[];
|
|
13
|
-
declare const vite: (options: EnrichCsfOptions) => _vite.Plugin | _vite.Plugin[];
|
|
13
|
+
declare const vite: (options: EnrichCsfOptions) => _vite.Plugin<any> | _vite.Plugin<any>[];
|
|
14
14
|
|
|
15
15
|
export { CsfPluginOptions, esbuild, rollup, unplugin, vite, webpack };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/csf-plugin",
|
|
3
|
-
"version": "9.0.0-
|
|
3
|
+
"version": "9.0.0-beta.0",
|
|
4
4
|
"description": "Enrich CSF files via static analysis",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"typescript": "^5.7.3"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
|
-
"storybook": "^9.0.0-
|
|
59
|
+
"storybook": "^9.0.0-beta.0"
|
|
60
60
|
},
|
|
61
61
|
"publishConfig": {
|
|
62
62
|
"access": "public"
|