@storybook/web-components-vite 7.1.0-alpha.36 → 7.1.0-alpha.38

Sign up to get free protection for your applications and to get access to all the features.
@@ -780,7 +780,7 @@ interface StoriesSpecifier {
780
780
  /**
781
781
  * What does the filename of a story file look like?
782
782
  * (a glob, relative to directory, no leading `./`)
783
- * If unset, we use `** / *.@(mdx|stories.@(mdx|tsx|ts|jsx|js))` (no spaces)
783
+ * If unset, we use `** / *.@(mdx|stories.@(mdx|js|jsx|mjs|ts|tsx))` (no spaces)
784
784
  */
785
785
  files?: string;
786
786
  }
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { F as FrameworkOptions, S as StorybookConfig } from './index-a02dac9d.js';
1
+ export { F as FrameworkOptions, S as StorybookConfig } from './index-eed433a1.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-a02dac9d.js';
1
+ import { P as PresetProperty, S as StorybookConfig } from './index-eed433a1.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/web-components-vite",
3
- "version": "7.1.0-alpha.36",
3
+ "version": "7.1.0-alpha.38",
4
4
  "description": "Storybook for web-components and Vite: Develop Web Components in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -47,10 +47,10 @@
47
47
  "prep": "../../../scripts/prepare/bundle.ts"
48
48
  },
49
49
  "dependencies": {
50
- "@storybook/builder-vite": "7.1.0-alpha.36",
51
- "@storybook/core-server": "7.1.0-alpha.36",
52
- "@storybook/node-logger": "7.1.0-alpha.36",
53
- "@storybook/web-components": "7.1.0-alpha.36",
50
+ "@storybook/builder-vite": "7.1.0-alpha.38",
51
+ "@storybook/core-server": "7.1.0-alpha.38",
52
+ "@storybook/node-logger": "7.1.0-alpha.38",
53
+ "@storybook/web-components": "7.1.0-alpha.38",
54
54
  "magic-string": "^0.30.0"
55
55
  },
56
56
  "devDependencies": {
@@ -74,5 +74,5 @@
74
74
  ],
75
75
  "platform": "node"
76
76
  },
77
- "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16"
77
+ "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17"
78
78
  }