@lynx-js/rspeedy 0.13.6 → 0.14.1

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.
@@ -192,7 +192,7 @@ async function exit_onExit(signal) {
192
192
  await Promise.allSettled(exitPromises);
193
193
  }
194
194
  var package_namespaceObject = {
195
- rE: "0.13.6"
195
+ rE: "0.14.1"
196
196
  };
197
197
  const version_version = package_namespaceObject.rE;
198
198
  const rspackVersion = rspack.rspackVersion;
@@ -374,7 +374,7 @@ function isDeno() {
374
374
  return false;
375
375
  }
376
376
  var package_namespaceObject = {
377
- rE: "0.13.6"
377
+ rE: "0.14.1"
378
378
  };
379
379
  const version_version = package_namespaceObject.rE;
380
380
  const rspackVersion = rspack.rspackVersion;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/rspeedy",
3
- "version": "0.13.6",
3
+ "version": "0.14.1",
4
4
  "description": "A webpack/rspack-based frontend toolchain for Lynx",
5
5
  "keywords": [
6
6
  "webpack",
@@ -48,17 +48,17 @@
48
48
  "README.md"
49
49
  ],
50
50
  "dependencies": {
51
- "@rsbuild/core": "1.7.3",
51
+ "@rsbuild/core": "1.7.5",
52
52
  "@rsbuild/plugin-css-minimizer": "1.1.1",
53
53
  "@rsdoctor/rspack-plugin": "1.2.3",
54
54
  "@lynx-js/cache-events-webpack-plugin": "^0.0.3",
55
55
  "@lynx-js/chunk-loading-webpack-plugin": "^0.3.3",
56
- "@lynx-js/web-rsbuild-server-middleware": "0.19.9",
56
+ "@lynx-js/web-rsbuild-server-middleware": "0.20.1",
57
57
  "@lynx-js/webpack-dev-transport": "^0.2.0",
58
58
  "@lynx-js/websocket": "^0.0.4"
59
59
  },
60
60
  "devDependencies": {
61
- "@microsoft/api-extractor": "7.57.6",
61
+ "@microsoft/api-extractor": "7.58.2",
62
62
  "@rollup/plugin-typescript": "^12.3.0",
63
63
  "chokidar": "^4.0.3",
64
64
  "commander": "^13.1.0",