@storybook/html-webpack5 0.0.0-pr-24396-sha-51edf4aa → 0.0.0-pr-24434-sha-0d375607
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/preset.d.ts +0 -2
- package/package.json +6 -6
package/dist/preset.d.ts
CHANGED
@@ -818,8 +818,6 @@ type StoryIndexer = Indexer | DeprecatedIndexer;
|
|
818
818
|
type BaseIndexInput = {
|
819
819
|
/** The file to import from e.g. the story file. */
|
820
820
|
importPath: Path;
|
821
|
-
/** The raw path/package to the file that provides meta.component, if one exists */
|
822
|
-
rawComponentPath?: Path;
|
823
821
|
/** The name of the export to import. */
|
824
822
|
exportName: ExportName;
|
825
823
|
/** 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/html-webpack5",
|
3
|
-
"version": "0.0.0-pr-
|
3
|
+
"version": "0.0.0-pr-24434-sha-0d375607",
|
4
4
|
"description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -47,12 +47,12 @@
|
|
47
47
|
"prep": "../../../scripts/prepare/bundle.ts"
|
48
48
|
},
|
49
49
|
"dependencies": {
|
50
|
-
"@storybook/builder-webpack5": "0.0.0-pr-
|
51
|
-
"@storybook/core-common": "0.0.0-pr-
|
50
|
+
"@storybook/builder-webpack5": "0.0.0-pr-24434-sha-0d375607",
|
51
|
+
"@storybook/core-common": "0.0.0-pr-24434-sha-0d375607",
|
52
52
|
"@storybook/global": "^5.0.0",
|
53
|
-
"@storybook/html": "0.0.0-pr-
|
54
|
-
"@storybook/preset-html-webpack": "0.0.0-pr-
|
55
|
-
"@types/node": "^
|
53
|
+
"@storybook/html": "0.0.0-pr-24434-sha-0d375607",
|
54
|
+
"@storybook/preset-html-webpack": "0.0.0-pr-24434-sha-0d375607",
|
55
|
+
"@types/node": "^18.0.0"
|
56
56
|
},
|
57
57
|
"devDependencies": {
|
58
58
|
"typescript": "~4.9.3"
|