@storybook/preset-vue3-webpack 8.2.0-alpha.6 → 8.2.0-alpha.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -786,6 +786,8 @@ type Indexer = BaseIndexer & {
786
786
  type BaseIndexInput = {
787
787
  /** The file to import from e.g. the story file. */
788
788
  importPath: Path;
789
+ /** The raw path/package of the file that provides meta.component, if one exists */
790
+ rawComponentPath?: Path;
789
791
  /** The name of the export to import. */
790
792
  exportName: ExportName;
791
793
  /** The name of the entry, auto-generated from {@link exportName} if unspecified. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/preset-vue3-webpack",
3
- "version": "8.2.0-alpha.6",
3
+ "version": "8.2.0-alpha.7",
4
4
  "description": "Storybook for Vue 3: Develop Vue 3 Components in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -59,8 +59,8 @@
59
59
  "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
60
60
  },
61
61
  "dependencies": {
62
- "@storybook/core-webpack": "8.2.0-alpha.6",
63
- "@storybook/docs-tools": "8.2.0-alpha.6",
62
+ "@storybook/core-webpack": "8.2.0-alpha.7",
63
+ "@storybook/docs-tools": "8.2.0-alpha.7",
64
64
  "@types/node": "^18.0.0",
65
65
  "ts-loader": "^9.2.8",
66
66
  "vue-docgen-api": "^4.46.0",