@modern-js/uni-builder 2.68.1 → 2.68.3

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.
@@ -143,7 +143,7 @@ async function parseConfig(uniBuilderConfig, options) {
143
143
  };
144
144
  }
145
145
  async function createRspackBuilder(options) {
146
- const { cwd = process.cwd(), config, rscClientRuntimePath, rscServerRuntimePath, ...rest } = options;
146
+ const { cwd = process.cwd(), config, ...rest } = options;
147
147
  const { rsbuildConfig, rsbuildPlugins } = await parseConfig(config, {
148
148
  ...rest,
149
149
  cwd
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js/uni-builder",
3
- "version": "2.68.1",
3
+ "version": "2.68.3",
4
4
  "description": "Unified builder for Modern.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,7 +30,7 @@
30
30
  "@babel/preset-react": "^7.22.15",
31
31
  "@babel/types": "^7.26.0",
32
32
  "@pmmmwh/react-refresh-webpack-plugin": "0.5.16",
33
- "@rsbuild/core": "1.4.4",
33
+ "@rsbuild/core": "1.4.7",
34
34
  "@rsbuild/plugin-assets-retry": "1.4.0",
35
35
  "@rsbuild/plugin-babel": "1.0.5",
36
36
  "@rsbuild/plugin-check-syntax": "1.3.0",
@@ -80,9 +80,9 @@
80
80
  "ts-loader": "9.4.4",
81
81
  "webpack": "^5.99.8",
82
82
  "webpack-subresource-integrity": "5.1.0",
83
- "@modern-js/babel-preset": "2.68.1",
84
- "@modern-js/flight-server-transform-plugin": "2.68.1",
85
- "@modern-js/utils": "2.68.1"
83
+ "@modern-js/babel-preset": "2.68.3",
84
+ "@modern-js/flight-server-transform-plugin": "2.68.3",
85
+ "@modern-js/utils": "2.68.3"
86
86
  },
87
87
  "devDependencies": {
88
88
  "@rsbuild/plugin-webpack-swc": "1.1.1",
@@ -93,7 +93,7 @@
93
93
  "react-dom": "^18.2.0",
94
94
  "terser": "^5.31.1",
95
95
  "typescript": "^5.3.0",
96
- "@modern-js/types": "2.68.1",
96
+ "@modern-js/types": "2.68.3",
97
97
  "@scripts/build": "2.66.0",
98
98
  "@scripts/vitest-config": "2.66.0"
99
99
  },