@storybook/preact-vite 7.6.12 → 7.6.13
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.
@@ -2778,7 +2778,7 @@ interface DirectoryMapping {
|
|
2778
2778
|
to: string;
|
2779
2779
|
}
|
2780
2780
|
interface Presets {
|
2781
|
-
apply(extension: 'typescript', config: TypescriptOptions
|
2781
|
+
apply(extension: 'typescript', config: Partial<TypescriptOptions>, args?: Options): Promise<Partial<TypescriptOptions>>;
|
2782
2782
|
apply(extension: 'framework', config?: {}, args?: any): Promise<Preset>;
|
2783
2783
|
apply(extension: 'babel', config?: {}, args?: any): Promise<TransformOptions>;
|
2784
2784
|
apply(extension: 'swc', config?: {}, args?: any): Promise<Options$2>;
|
package/dist/index.d.ts
CHANGED
package/dist/preset.d.ts
CHANGED
@@ -1,10 +1,10 @@
|
|
1
|
-
import { P as PresetProperty, S as StorybookConfig } from './index-
|
1
|
+
import { P as PresetProperty, S as StorybookConfig } from './index-50a1b1af.js';
|
2
2
|
import 'file-system-cache';
|
3
3
|
import '@babel/core';
|
4
4
|
import 'http';
|
5
5
|
import '@storybook/builder-vite';
|
6
6
|
|
7
|
-
declare const core: PresetProperty<'core'
|
7
|
+
declare const core: PresetProperty<'core'>;
|
8
8
|
declare const viteFinal: StorybookConfig['viteFinal'];
|
9
9
|
|
10
10
|
export { core, viteFinal };
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/preact-vite",
|
3
|
-
"version": "7.6.
|
3
|
+
"version": "7.6.13",
|
4
4
|
"description": "Storybook for Preact and Vite: Develop Preact components in isolation with Hot Reloading.",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -48,8 +48,8 @@
|
|
48
48
|
},
|
49
49
|
"dependencies": {
|
50
50
|
"@preact/preset-vite": "^2.0.0",
|
51
|
-
"@storybook/builder-vite": "7.6.
|
52
|
-
"@storybook/preact": "7.6.
|
51
|
+
"@storybook/builder-vite": "7.6.13",
|
52
|
+
"@storybook/preact": "7.6.13"
|
53
53
|
},
|
54
54
|
"devDependencies": {
|
55
55
|
"@types/node": "^18.0.0",
|