@storybook/builder-webpack5 8.1.0-alpha.8 → 8.1.0-beta.1

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.
@@ -800,8 +800,6 @@ type BaseIndexInput = {
800
800
  metaId?: MetaId;
801
801
  /** Tags for filtering entries in Storybook and its tools. */
802
802
  tags?: Tag$1[];
803
- /** Tags from the meta for filtering entries in Storybook and its tools. */
804
- metaTags?: Tag$1[];
805
803
  /**
806
804
  * The id of the entry, auto-generated from {@link title}/{@link metaId} and {@link exportName} if unspecified.
807
805
  * If specified, the story in the CSF file _must_ have a matching id set at `parameters.__id`, to be correctly matched.
@@ -1023,6 +1021,8 @@ type DocsOptions = {
1023
1021
  * Should we generate a docs entry per CSF file?
1024
1022
  * Set to 'tag' (the default) to generate an entry for every CSF file with the
1025
1023
  * 'autodocs' tag.
1024
+ *
1025
+ * @deprecated Use `tags: ['autodocs']` in `.storybook/preview.js` instead
1026
1026
  */
1027
1027
  autodocs?: boolean | 'tag';
1028
1028
  /**
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import webpack__default, { Configuration, Stats } from 'webpack';
2
- import { O as Options$1, B as Builder } from './index.d-c2af9b41.js';
2
+ import { O as Options$1, B as Builder } from './index.d-c08439d5.js';
3
3
  import { StorybookConfig, Options, BuilderResult as BuilderResult$1, TypescriptOptions as TypescriptOptions$1 } from '@storybook/core-webpack';
4
4
  import ForkTsCheckerWebpackPlugin from 'fork-ts-checker-webpack-plugin';
5
5
  import 'file-system-cache';
@@ -1,6 +1,6 @@
1
1
  import * as webpack$1 from 'webpack';
2
2
  import { Configuration } from 'webpack';
3
- import { O as Options } from '../index.d-c2af9b41.js';
3
+ import { O as Options } from '../index.d-c08439d5.js';
4
4
  import 'file-system-cache';
5
5
  import 'express';
6
6
  import 'http';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/builder-webpack5",
3
- "version": "8.1.0-alpha.8",
3
+ "version": "8.1.0-beta.1",
4
4
  "description": "Storybook framework-agnostic API",
5
5
  "keywords": [
6
6
  "storybook"
@@ -63,14 +63,14 @@
63
63
  "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
64
64
  },
65
65
  "dependencies": {
66
- "@storybook/channels": "8.1.0-alpha.8",
67
- "@storybook/client-logger": "8.1.0-alpha.8",
68
- "@storybook/core-common": "8.1.0-alpha.8",
69
- "@storybook/core-events": "8.1.0-alpha.8",
70
- "@storybook/core-webpack": "8.1.0-alpha.8",
71
- "@storybook/node-logger": "8.1.0-alpha.8",
72
- "@storybook/preview": "8.1.0-alpha.8",
73
- "@storybook/preview-api": "8.1.0-alpha.8",
66
+ "@storybook/channels": "8.1.0-beta.1",
67
+ "@storybook/client-logger": "8.1.0-beta.1",
68
+ "@storybook/core-common": "8.1.0-beta.1",
69
+ "@storybook/core-events": "8.1.0-beta.1",
70
+ "@storybook/core-webpack": "8.1.0-beta.1",
71
+ "@storybook/node-logger": "8.1.0-beta.1",
72
+ "@storybook/preview": "8.1.0-beta.1",
73
+ "@storybook/preview-api": "8.1.0-beta.1",
74
74
  "@types/node": "^18.0.0",
75
75
  "@types/semver": "^7.3.4",
76
76
  "browser-assert": "^1.2.1",