@storybook/html-webpack5 0.0.0-pr-25254-sha-f2fdcdf1 → 0.0.0-pr-25254-sha-63c0cc3b

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.
Files changed (2) hide show
  1. package/dist/preset.d.ts +2 -2
  2. package/package.json +5 -5
package/dist/preset.d.ts CHANGED
@@ -2640,7 +2640,7 @@ interface StoriesSpecifier {
2640
2640
  type StoriesEntry = string | StoriesSpecifier;
2641
2641
  interface IndexerOptions {
2642
2642
  makeTitle: (userTitle?: string) => string;
2643
- experimentalParameters?: string[];
2643
+ staticParameters?: string[];
2644
2644
  }
2645
2645
  interface IndexedStory {
2646
2646
  id: string;
@@ -2849,7 +2849,7 @@ interface CLIOptions {
2849
2849
  debugWebpack?: boolean;
2850
2850
  webpackStatsJson?: string | boolean;
2851
2851
  outputDir?: string;
2852
- experimentalBuildParameters?: string[];
2852
+ experimentalStaticParameters?: string[];
2853
2853
  }
2854
2854
  interface BuilderOptions {
2855
2855
  configType?: 'DEVELOPMENT' | 'PRODUCTION';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/html-webpack5",
3
- "version": "0.0.0-pr-25254-sha-f2fdcdf1",
3
+ "version": "0.0.0-pr-25254-sha-63c0cc3b",
4
4
  "description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -47,11 +47,11 @@
47
47
  "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
48
48
  },
49
49
  "dependencies": {
50
- "@storybook/builder-webpack5": "0.0.0-pr-25254-sha-f2fdcdf1",
51
- "@storybook/core-common": "0.0.0-pr-25254-sha-f2fdcdf1",
50
+ "@storybook/builder-webpack5": "0.0.0-pr-25254-sha-63c0cc3b",
51
+ "@storybook/core-common": "0.0.0-pr-25254-sha-63c0cc3b",
52
52
  "@storybook/global": "^5.0.0",
53
- "@storybook/html": "0.0.0-pr-25254-sha-f2fdcdf1",
54
- "@storybook/preset-html-webpack": "0.0.0-pr-25254-sha-f2fdcdf1",
53
+ "@storybook/html": "0.0.0-pr-25254-sha-63c0cc3b",
54
+ "@storybook/preset-html-webpack": "0.0.0-pr-25254-sha-63c0cc3b",
55
55
  "@types/node": "^18.0.0"
56
56
  },
57
57
  "devDependencies": {