@lynx-js/rspeedy-canary 0.10.6-canary-20250805-44f5b0de → 0.10.6-canary-20250806-08d972e3

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,9 +1,11 @@
1
1
  # @lynx-js/rspeedy
2
2
 
3
- ## 0.10.6-canary-20250805112836-44f5b0de4352c481bd580b9af1349df3a9e38d31
3
+ ## 0.10.6-canary-20250806040849-08d972e3be5f75b64542fee6cdbd7f35c15fe20a
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - Remove the experimental `provider` option. ([#1432](https://github.com/lynx-family/lynx-stack/pull/1432))
8
+
7
9
  - fix deno compatibility ([#1412](https://github.com/lynx-family/lynx-stack/pull/1412))
8
10
 
9
11
  ## 0.10.5
package/dist/index.d.ts CHANGED
@@ -303,31 +303,6 @@ export declare interface ChunkSplitCustom {
303
303
  * @public
304
304
  */
305
305
  export declare interface Config {
306
- /**
307
- * The Rsbuild provider.
308
- *
309
- * @example
310
- * You can switch from Rspack to Webpack by:
311
- *
312
- * - Use `webpackProvider` from `@rsbuild/webpack`
313
- * - Add `pluginSwc` from `@rsbuild/plugin-webpack-swc` for TypeScript transpilation
314
- *
315
- * ```ts
316
- * import { defineConfig } from '@lynx-js/rspeedy'
317
- * import { webpackProvider } from '@rsbuild/webpack'
318
- * import { pluginSwc } from '@rsbuild/plugin-webpack-swc'
319
- *
320
- * export default defineConfig({
321
- * provider: webpackProvider,
322
- * plugins: [
323
- * pluginSwc(),
324
- * ],
325
- * })
326
- * ```
327
- *
328
- * @alpha
329
- */
330
- provider?: RsbuildConfig['provider'];
331
306
  /**
332
307
  * The {@link Dev} option is used to control the behavior related with development. Including: HMR, DevServer, etc.
333
308
  */
package/dist/index.js CHANGED
@@ -332,7 +332,6 @@ function toRsbuildEntry(entry) {
332
332
  const defaultDataUriLimit = 2048;
333
333
  function toRsbuildConfig(config) {
334
334
  return {
335
- provider: config.provider,
336
335
  dev: {
337
336
  watchFiles: config.dev?.watchFiles,
338
337
  writeToDisk: config.dev?.writeToDisk ?? true,
@@ -228,7 +228,6 @@ export const __webpack_modules__ = {
228
228
  const defaultDataUriLimit = 2048;
229
229
  function toRsbuildConfig(config) {
230
230
  return {
231
- provider: config.provider,
232
231
  dev: {
233
232
  watchFiles: config.dev?.watchFiles,
234
233
  writeToDisk: config.dev?.writeToDisk ?? true,
@@ -271,7 +271,6 @@ export const __webpack_modules__ = {
271
271
  const defaultDataUriLimit = 2048;
272
272
  function toRsbuildConfig(config) {
273
273
  return {
274
- provider: config.provider,
275
274
  dev: {
276
275
  watchFiles: config.dev?.watchFiles,
277
276
  writeToDisk: config.dev?.writeToDisk ?? true,
@@ -231,7 +231,6 @@ export const __webpack_modules__ = {
231
231
  const defaultDataUriLimit = 2048;
232
232
  function toRsbuildConfig(config) {
233
233
  return {
234
- provider: config.provider,
235
234
  dev: {
236
235
  watchFiles: config.dev?.watchFiles,
237
236
  writeToDisk: config.dev?.writeToDisk ?? true,
@@ -233,7 +233,6 @@ export const __webpack_modules__ = {
233
233
  const defaultDataUriLimit = 2048;
234
234
  function toRsbuildConfig(config) {
235
235
  return {
236
- provider: config.provider,
237
236
  dev: {
238
237
  watchFiles: config.dev?.watchFiles,
239
238
  writeToDisk: config.dev?.writeToDisk ?? true,