@storybook/builder-webpack5 7.0.0-beta.48 → 7.0.0-beta.49

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.
@@ -718,7 +718,7 @@ PackageJson$1.NonStandardEntryPoints &
718
718
  PackageJson$1.TypeScriptConfiguration &
719
719
  PackageJson$1.YarnConfiguration &
720
720
  PackageJson$1.JSPMConfiguration;
721
- declare type Tag = string;
721
+ type Tag = string;
722
722
  interface Parameters {
723
723
  [name: string]: any;
724
724
  }
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-13b42d9c.js';
2
+ import { O as Options$1, B as Builder } from './index.d-4af666c1.js';
3
3
  import { StorybookConfig, Options, BuilderResult as BuilderResult$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-13b42d9c.js';
3
+ import { O as Options } from '../index.d-4af666c1.js';
4
4
  import 'file-system-cache';
5
5
  import '@babel/core';
6
6
  import 'express';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/builder-webpack5",
3
- "version": "7.0.0-beta.48",
3
+ "version": "7.0.0-beta.49",
4
4
  "description": "Storybook framework-agnostic API",
5
5
  "keywords": [
6
6
  "storybook"
@@ -58,25 +58,25 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "@babel/core": "^7.12.10",
61
- "@storybook/addons": "7.0.0-beta.48",
62
- "@storybook/api": "7.0.0-beta.48",
63
- "@storybook/channel-postmessage": "7.0.0-beta.48",
64
- "@storybook/channel-websocket": "7.0.0-beta.48",
65
- "@storybook/channels": "7.0.0-beta.48",
66
- "@storybook/client-api": "7.0.0-beta.48",
67
- "@storybook/client-logger": "7.0.0-beta.48",
68
- "@storybook/components": "7.0.0-beta.48",
69
- "@storybook/core-common": "7.0.0-beta.48",
70
- "@storybook/core-events": "7.0.0-beta.48",
71
- "@storybook/core-webpack": "7.0.0-beta.48",
61
+ "@storybook/addons": "7.0.0-beta.49",
62
+ "@storybook/api": "7.0.0-beta.49",
63
+ "@storybook/channel-postmessage": "7.0.0-beta.49",
64
+ "@storybook/channel-websocket": "7.0.0-beta.49",
65
+ "@storybook/channels": "7.0.0-beta.49",
66
+ "@storybook/client-api": "7.0.0-beta.49",
67
+ "@storybook/client-logger": "7.0.0-beta.49",
68
+ "@storybook/components": "7.0.0-beta.49",
69
+ "@storybook/core-common": "7.0.0-beta.49",
70
+ "@storybook/core-events": "7.0.0-beta.49",
71
+ "@storybook/core-webpack": "7.0.0-beta.49",
72
72
  "@storybook/global": "^5.0.0",
73
- "@storybook/manager-api": "7.0.0-beta.48",
74
- "@storybook/node-logger": "7.0.0-beta.48",
75
- "@storybook/preview": "7.0.0-beta.48",
76
- "@storybook/preview-api": "7.0.0-beta.48",
77
- "@storybook/router": "7.0.0-beta.48",
78
- "@storybook/store": "7.0.0-beta.48",
79
- "@storybook/theming": "7.0.0-beta.48",
73
+ "@storybook/manager-api": "7.0.0-beta.49",
74
+ "@storybook/node-logger": "7.0.0-beta.49",
75
+ "@storybook/preview": "7.0.0-beta.49",
76
+ "@storybook/preview-api": "7.0.0-beta.49",
77
+ "@storybook/router": "7.0.0-beta.49",
78
+ "@storybook/store": "7.0.0-beta.49",
79
+ "@storybook/theming": "7.0.0-beta.49",
80
80
  "@types/node": "^16.0.0",
81
81
  "@types/semver": "^7.3.4",
82
82
  "babel-loader": "^9.0.0",
@@ -131,5 +131,5 @@
131
131
  ],
132
132
  "platform": "node"
133
133
  },
134
- "gitHead": "8c9765f9cd204fc63b928526941d8d8bffaf7c38"
134
+ "gitHead": "a2b4f0b42ee2b071390794bbdf99d0366fa32472"
135
135
  }