@storybook/preact-vite 9.0.0-alpha.1 → 9.0.0-alpha.3

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 CHANGED
@@ -1,3 +1,4 @@
1
+ export * from '@storybook/preact';
1
2
  import { StorybookConfig as StorybookConfig$1, CompatibleString } from 'storybook/internal/types';
2
3
  import { BuilderOptions, StorybookConfigVite } from '@storybook/builder-vite';
3
4
 
package/dist/index.js CHANGED
@@ -1 +1 @@
1
- "use strict";var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __hasOwnProp=Object.prototype.hasOwnProperty;var __copyProps=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames(from))!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to};var __toCommonJS=mod=>__copyProps(__defProp({},"__esModule",{value:!0}),mod);var index_exports={};module.exports=__toCommonJS(index_exports);
1
+ "use strict";var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __hasOwnProp=Object.prototype.hasOwnProperty;var __copyProps=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames(from))!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to},__reExport=(target,mod,secondTarget)=>(__copyProps(target,mod,"default"),secondTarget&&__copyProps(secondTarget,mod,"default"));var __toCommonJS=mod=>__copyProps(__defProp({},"__esModule",{value:!0}),mod);var index_exports={};module.exports=__toCommonJS(index_exports);__reExport(index_exports,require("@storybook/preact"),module.exports);0&&(module.exports={...require("@storybook/preact")});
package/dist/index.mjs CHANGED
@@ -1 +1 @@
1
-
1
+ export * from '@storybook/preact';
package/dist/preset.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  import { PresetProperty } from 'storybook/internal/types';
2
2
  import { StorybookConfig } from './index.js';
3
+ import '@storybook/preact';
3
4
  import '@storybook/builder-vite';
4
5
 
5
6
  declare const core: PresetProperty<'core'>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/preact-vite",
3
- "version": "9.0.0-alpha.1",
3
+ "version": "9.0.0-alpha.3",
4
4
  "description": "Storybook for Preact and Vite: Develop Preact components in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -53,8 +53,8 @@
53
53
  "prep": "jiti ../../../scripts/prepare/bundle.ts"
54
54
  },
55
55
  "dependencies": {
56
- "@storybook/builder-vite": "9.0.0-alpha.1",
57
- "@storybook/preact": "9.0.0-alpha.1"
56
+ "@storybook/builder-vite": "9.0.0-alpha.3",
57
+ "@storybook/preact": "9.0.0-alpha.3"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@types/node": "^22.0.0",
@@ -63,7 +63,7 @@
63
63
  },
64
64
  "peerDependencies": {
65
65
  "preact": ">=10",
66
- "storybook": "^9.0.0-alpha.1"
66
+ "storybook": "^9.0.0-alpha.3"
67
67
  },
68
68
  "engines": {
69
69
  "node": ">=18.0.0"