@lynx-js/rspeedy 0.13.2 → 0.13.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.
@@ -1,6 +1,6 @@
1
1
  import { rspack } from "./src_cli_main_ts.js";
2
2
  var package_namespaceObject = {
3
- rE: "0.13.2"
3
+ rE: "0.13.3"
4
4
  };
5
5
  const version = package_namespaceObject.rE;
6
6
  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.2"
377
+ rE: "0.13.3"
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.2",
3
+ "version": "0.13.3",
4
4
  "description": "A webpack/rspack-based frontend toolchain for Lynx",
5
5
  "keywords": [
6
6
  "webpack",
@@ -49,11 +49,11 @@
49
49
  ],
50
50
  "dependencies": {
51
51
  "@rsbuild/core": "1.7.2",
52
- "@rsbuild/plugin-css-minimizer": "1.0.3",
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.2",
55
55
  "@lynx-js/chunk-loading-webpack-plugin": "^0.3.3",
56
- "@lynx-js/web-rsbuild-server-middleware": "0.19.6",
56
+ "@lynx-js/web-rsbuild-server-middleware": "0.19.7",
57
57
  "@lynx-js/webpack-dev-transport": "^0.2.0",
58
58
  "@lynx-js/websocket": "^0.0.4"
59
59
  },
@@ -68,10 +68,10 @@
68
68
  "javascript-stringify": "^2.1.0",
69
69
  "picocolors": "^1.1.1",
70
70
  "rsbuild-plugin-arethetypeswrong": "0.1.1",
71
- "rsbuild-plugin-publint": "0.3.3",
71
+ "rsbuild-plugin-publint": "0.3.4",
72
72
  "tiny-invariant": "^1.3.3",
73
73
  "ts-blank-space": "^0.6.2",
74
- "type-fest": "^5.0.1",
74
+ "type-fest": "^5.4.3",
75
75
  "typia": "10.1.0",
76
76
  "typia-rspack-plugin": "2.2.2",
77
77
  "vitest": "^3.2.4",