@lynx-js/rspeedy 0.9.11 → 0.10.0

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @lynx-js/rspeedy
2
2
 
3
+ ## 0.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Bump Rsbuild v1.4.3 with Rspack v1.4.2. ([#1204](https://github.com/lynx-family/lynx-stack/pull/1204))
8
+
9
+ See [Announcing Rspack 1.4](https://rspack.rs/blog/announcing-1-4) for more details.
10
+
11
+ - Deprecated `output.distPath.intermediate` ([#1154](https://github.com/lynx-family/lynx-stack/pull/1154))
12
+
13
+ This option is never read and will be removed in the future version.
14
+
3
15
  ## 0.9.11
4
16
 
5
17
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1193,6 +1193,10 @@ export declare interface DistPath extends DistPathConfig {
1193
1193
  /**
1194
1194
  * The output directory of the intermediate files.
1195
1195
  *
1196
+ * @deprecated
1197
+ *
1198
+ * This option is never read and will be removed in the future version.
1199
+ *
1196
1200
  * @remarks
1197
1201
  *
1198
1202
  * Default value:
package/dist/index.js CHANGED
@@ -112,7 +112,7 @@ var __webpack_modules__ = {
112
112
  });
113
113
  var core_ = __webpack_require__("@rsbuild/core");
114
114
  var package_namespaceObject = {
115
- i8: "0.9.11"
115
+ i8: "0.10.0"
116
116
  };
117
117
  const version = package_namespaceObject.i8;
118
118
  const rspackVersion = core_.rspack.rspackVersion;
@@ -40,7 +40,7 @@ export const __webpack_modules__ = {
40
40
  });
41
41
  var core_ = __webpack_require__("@rsbuild/core");
42
42
  var package_namespaceObject = {
43
- i8: "0.9.11"
43
+ i8: "0.10.0"
44
44
  };
45
45
  const version = package_namespaceObject.i8;
46
46
  const rspackVersion = core_.rspack.rspackVersion;