@storybook/preact-vite 8.0.0-alpha.8 → 8.0.0-beta.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/dist/index-4e455ce6.d.ts +1225 -0
- package/dist/index.d.ts +1 -2
- package/dist/preset.d.ts +2 -3
- package/package.json +4 -4
- package/dist/index-68189c40.d.ts +0 -3120
package/dist/index.d.ts
CHANGED
@@ -1,5 +1,4 @@
|
|
1
|
-
export { F as FrameworkOptions, S as StorybookConfig } from './index-
|
1
|
+
export { F as FrameworkOptions, S as StorybookConfig } from './index-4e455ce6.js';
|
2
2
|
import 'file-system-cache';
|
3
|
-
import '@babel/core';
|
4
3
|
import 'http';
|
5
4
|
import '@storybook/builder-vite';
|
package/dist/preset.d.ts
CHANGED
@@ -1,10 +1,9 @@
|
|
1
|
-
import { P as PresetProperty, S as StorybookConfig } from './index-
|
1
|
+
import { P as PresetProperty, S as StorybookConfig } from './index-4e455ce6.js';
|
2
2
|
import 'file-system-cache';
|
3
|
-
import '@babel/core';
|
4
3
|
import 'http';
|
5
4
|
import '@storybook/builder-vite';
|
6
5
|
|
7
|
-
declare const core: PresetProperty<'core'
|
6
|
+
declare const core: PresetProperty<'core'>;
|
8
7
|
declare const viteFinal: StorybookConfig['viteFinal'];
|
9
8
|
|
10
9
|
export { core, viteFinal };
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/preact-vite",
|
3
|
-
"version": "8.0.0-
|
3
|
+
"version": "8.0.0-beta.0",
|
4
4
|
"description": "Storybook for Preact and Vite: Develop Preact components in isolation with Hot Reloading.",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -47,8 +47,8 @@
|
|
47
47
|
"prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
|
48
48
|
},
|
49
49
|
"dependencies": {
|
50
|
-
"@storybook/builder-vite": "8.0.0-
|
51
|
-
"@storybook/preact": "8.0.0-
|
50
|
+
"@storybook/builder-vite": "8.0.0-beta.0",
|
51
|
+
"@storybook/preact": "8.0.0-beta.0"
|
52
52
|
},
|
53
53
|
"devDependencies": {
|
54
54
|
"@types/node": "^18.0.0",
|
@@ -60,7 +60,7 @@
|
|
60
60
|
"vite": "^4.0.0 || ^5.0.0"
|
61
61
|
},
|
62
62
|
"engines": {
|
63
|
-
"node": ">=
|
63
|
+
"node": ">=18.0.0"
|
64
64
|
},
|
65
65
|
"publishConfig": {
|
66
66
|
"access": "public"
|