@modern-js/storybook-builder 2.56.0 → 2.56.2

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.
@@ -260,7 +260,6 @@ function applyServerConfig(builderConfig, options) {
260
260
  port: options.port,
261
261
  host: "localhost",
262
262
  htmlFallback: false,
263
- strictPort: true,
264
263
  printUrls: false
265
264
  };
266
265
  }
@@ -263,7 +263,6 @@ function applyServerConfig(builderConfig, options) {
263
263
  port: options.port,
264
264
  host: "localhost",
265
265
  htmlFallback: false,
266
- strictPort: true,
267
266
  printUrls: false
268
267
  };
269
268
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js/storybook-builder",
3
- "version": "2.56.0",
3
+ "version": "2.56.2",
4
4
  "description": "modern.js support for storybook",
5
5
  "repository": {
6
6
  "type": "git",
@@ -70,18 +70,18 @@
70
70
  "remark-slug": "^7.0.1",
71
71
  "serve-static": "^1.14.1",
72
72
  "tinypool": "^0.8.0",
73
- "@modern-js/uni-builder": "2.56.0",
74
- "@modern-js/core": "2.56.0",
75
- "@modern-js/runtime": "2.56.0",
76
- "@modern-js/utils": "2.56.0"
73
+ "@modern-js/uni-builder": "2.56.2",
74
+ "@modern-js/core": "2.56.2",
75
+ "@modern-js/utils": "2.56.2",
76
+ "@modern-js/runtime": "2.56.2"
77
77
  },
78
78
  "devDependencies": {
79
79
  "@storybook/types": "~7.6.12",
80
80
  "@types/babel__core": "^7.20.5",
81
81
  "@types/serve-static": "^1.13.10",
82
82
  "typescript": "^5.2.2",
83
- "@modern-js/core": "2.56.0",
84
- "@scripts/build": "2.56.0"
83
+ "@modern-js/core": "2.56.2",
84
+ "@scripts/build": "2.56.2"
85
85
  },
86
86
  "publishConfig": {
87
87
  "registry": "https://registry.npmjs.org/",