@storybook/builder-webpack5 8.6.0-alpha.3 → 8.6.0-alpha.5
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.
- package/dist/index.d.ts +2 -2
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -42,8 +42,8 @@ declare const getConfig: WebpackBuilder['getConfig'];
|
|
|
42
42
|
declare const bail: WebpackBuilder['bail'];
|
|
43
43
|
declare const start: (options: BuilderStartOptions) => Promise<void | {
|
|
44
44
|
stats?: Stats | undefined;
|
|
45
|
-
totalTime:
|
|
46
|
-
bail: (e?: Error
|
|
45
|
+
totalTime: ReturnType<typeof process.hrtime>;
|
|
46
|
+
bail: (e?: Error) => Promise<void>;
|
|
47
47
|
}>;
|
|
48
48
|
declare const build: (options: BuilderStartOptions) => Promise<void | Stats>;
|
|
49
49
|
declare const corePresets: string[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/builder-webpack5",
|
|
3
|
-
"version": "8.6.0-alpha.
|
|
3
|
+
"version": "8.6.0-alpha.5",
|
|
4
4
|
"description": "Storybook framework-agnostic API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"prep": "jiti ../../../scripts/prepare/bundle.ts"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@storybook/core-webpack": "8.6.0-alpha.
|
|
66
|
+
"@storybook/core-webpack": "8.6.0-alpha.5",
|
|
67
67
|
"@types/semver": "^7.3.4",
|
|
68
68
|
"browser-assert": "^1.2.1",
|
|
69
69
|
"case-sensitive-paths-webpack-plugin": "^2.4.0",
|
|
@@ -96,10 +96,10 @@
|
|
|
96
96
|
"pretty-hrtime": "^1.0.3",
|
|
97
97
|
"sirv": "^2.0.4",
|
|
98
98
|
"slash": "^5.0.0",
|
|
99
|
-
"typescript": "^5.3
|
|
99
|
+
"typescript": "^5.7.3"
|
|
100
100
|
},
|
|
101
101
|
"peerDependencies": {
|
|
102
|
-
"storybook": "^8.6.0-alpha.
|
|
102
|
+
"storybook": "^8.6.0-alpha.5"
|
|
103
103
|
},
|
|
104
104
|
"peerDependenciesMeta": {
|
|
105
105
|
"typescript": {
|