@storybook/preact-vite 8.0.0-alpha.4 → 8.0.0-alpha.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -2811,6 +2811,7 @@ interface LoadOptions {
2811
2811
  packageJson: PackageJson;
2812
2812
  outputDir?: string;
2813
2813
  configDir?: string;
2814
+ cacheKey?: string;
2814
2815
  ignorePreview?: boolean;
2815
2816
  extendServer?: (server: Server) => void;
2816
2817
  }
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { F as FrameworkOptions, S as StorybookConfig } from './index-ea2cd763.js';
1
+ export { F as FrameworkOptions, S as StorybookConfig } from './index-9dd7a648.js';
2
2
  import 'file-system-cache';
3
3
  import '@babel/core';
4
4
  import 'http';
package/dist/preset.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { P as PresetProperty, S as StorybookConfig } from './index-ea2cd763.js';
1
+ import { P as PresetProperty, S as StorybookConfig } from './index-9dd7a648.js';
2
2
  import 'file-system-cache';
3
3
  import '@babel/core';
4
4
  import 'http';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/preact-vite",
3
- "version": "8.0.0-alpha.4",
3
+ "version": "8.0.0-alpha.5",
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": "8.0.0-alpha.4",
52
- "@storybook/preact": "8.0.0-alpha.4"
51
+ "@storybook/builder-vite": "8.0.0-alpha.5",
52
+ "@storybook/preact": "8.0.0-alpha.5"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/node": "^18.0.0",
package/jest.config.js DELETED
@@ -1,7 +0,0 @@
1
- const path = require('path');
2
- const baseConfig = require('../../jest.config.node');
3
-
4
- module.exports = {
5
- ...baseConfig,
6
- displayName: __dirname.split(path.sep).slice(-2).join(path.posix.sep),
7
- };