@storybook/builder-webpack5 8.0.0-beta.5 → 8.0.0-beta.6

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.
@@ -939,6 +939,7 @@ interface CLIOptions {
939
939
  test?: boolean;
940
940
  debugWebpack?: boolean;
941
941
  webpackStatsJson?: string | boolean;
942
+ statsJson?: string | boolean;
942
943
  outputDir?: string;
943
944
  }
944
945
  interface BuilderOptions {
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-b09195a0.js';
2
+ import { O as Options$1, B as Builder } from './index.d-c2af9b41.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-b09195a0.js';
3
+ import { O as Options } from '../index.d-c2af9b41.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.0.0-beta.5",
3
+ "version": "8.0.0-beta.6",
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.0.0-beta.5",
67
- "@storybook/client-logger": "8.0.0-beta.5",
68
- "@storybook/core-common": "8.0.0-beta.5",
69
- "@storybook/core-events": "8.0.0-beta.5",
70
- "@storybook/core-webpack": "8.0.0-beta.5",
71
- "@storybook/node-logger": "8.0.0-beta.5",
72
- "@storybook/preview": "8.0.0-beta.5",
73
- "@storybook/preview-api": "8.0.0-beta.5",
66
+ "@storybook/channels": "8.0.0-beta.6",
67
+ "@storybook/client-logger": "8.0.0-beta.6",
68
+ "@storybook/core-common": "8.0.0-beta.6",
69
+ "@storybook/core-events": "8.0.0-beta.6",
70
+ "@storybook/core-webpack": "8.0.0-beta.6",
71
+ "@storybook/node-logger": "8.0.0-beta.6",
72
+ "@storybook/preview": "8.0.0-beta.6",
73
+ "@storybook/preview-api": "8.0.0-beta.6",
74
74
  "@types/node": "^18.0.0",
75
75
  "@types/semver": "^7.3.4",
76
76
  "browser-assert": "^1.2.1",