@rsbuild/core 1.2.3 → 1.2.4

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.
@@ -322,9 +322,9 @@ export type RsbuildPluginAPI = Readonly<{
322
322
  modifyBundlerChain: PluginHook<ModifyBundlerChainFn>;
323
323
  /** Only works when bundler is Rspack */
324
324
  modifyRspackConfig: PluginHook<ModifyRspackConfigFn>;
325
- /** Only works when bundler is Webpack */
325
+ /** Only works when bundler is webpack */
326
326
  modifyWebpackChain: PluginHook<ModifyWebpackChainFn>;
327
- /** Only works when bundler is Webpack */
327
+ /** Only works when bundler is webpack */
328
328
  modifyWebpackConfig: PluginHook<ModifyWebpackConfigFn>;
329
329
  getRsbuildConfig: GetRsbuildConfig;
330
330
  getNormalizedConfig: typeof getNormalizedConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsbuild/core",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "The Rspack-based build tool.",
5
5
  "homepage": "https://rsbuild.dev",
6
6
  "bugs": {
@@ -52,12 +52,12 @@
52
52
  "core-js": "~3.40.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@rslib/core": "0.3.2",
55
+ "@rslib/core": "0.4.0",
56
56
  "@types/connect": "3.4.38",
57
- "@types/node": "^22.10.7",
57
+ "@types/node": "^22.13.0",
58
58
  "@types/on-finished": "2.3.4",
59
59
  "@types/webpack-bundle-analyzer": "4.7.0",
60
- "@types/ws": "^8.5.13",
60
+ "@types/ws": "^8.5.14",
61
61
  "browserslist-load-config": "1.0.0",
62
62
  "cac": "^6.7.14",
63
63
  "chokidar": "^4.0.3",
@@ -83,7 +83,7 @@
83
83
  "reduce-configs": "^1.1.0",
84
84
  "rsbuild-dev-middleware": "0.1.2",
85
85
  "rslog": "^1.2.3",
86
- "rspack-chain": "^1.1.1",
86
+ "rspack-chain": "^1.2.1",
87
87
  "rspack-manifest-plugin": "5.0.3",
88
88
  "sirv": "^3.0.0",
89
89
  "style-loader": "3.3.4",