@lynx-js/rspeedy 0.13.3 → 0.13.5
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.
- package/CHANGELOG.md +26 -0
- package/client.d.ts +2 -0
- package/dist/0~src_config_validate_ts.js +2826 -2455
- package/dist/1~src_cli_commands_ts.js +2 -2
- package/dist/1~src_config_validate_ts.js +2826 -2455
- package/dist/1~src_plugins_api_plugin_ts.js +2 -3
- package/dist/src_cli_main_ts.js +8 -8
- package/dist/src_index_ts.js +1 -1
- package/package.json +9 -9
- package/dist/1~src_version_ts.js +0 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @lynx-js/rspeedy
|
|
2
2
|
|
|
3
|
+
## 0.13.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- feat: opt-in the web platform's new binary output format ([#2281](https://github.com/lynx-family/lynx-stack/pull/2281))
|
|
8
|
+
|
|
9
|
+
Introduce a new flag to enable the new binary output format.
|
|
10
|
+
|
|
11
|
+
Currently it's an internal-use-only flag that will be removed in the future; set the corresponding environment variable to 'true' to enable it.
|
|
12
|
+
|
|
13
|
+
- Avoid generating `Rsbuild vundefined` in greeting message. ([#2275](https://github.com/lynx-family/lynx-stack/pull/2275))
|
|
14
|
+
|
|
15
|
+
- Updated dependencies []:
|
|
16
|
+
- @lynx-js/web-rsbuild-server-middleware@0.19.8
|
|
17
|
+
|
|
18
|
+
## 0.13.4
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Bump ts-blank-space v0.7.0 ([#2238](https://github.com/lynx-family/lynx-stack/pull/2238))
|
|
23
|
+
|
|
24
|
+
- Bump Rsbuild v1.7.3 with Rspack v1.7.5. ([#2189](https://github.com/lynx-family/lynx-stack/pull/2189))
|
|
25
|
+
|
|
26
|
+
- Updated dependencies []:
|
|
27
|
+
- @lynx-js/web-rsbuild-server-middleware@0.19.8
|
|
28
|
+
|
|
3
29
|
## 0.13.3
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|