@rsbuild/core 1.0.1-rc.1 → 1.0.1-rc.2

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/dist/index.cjs CHANGED
@@ -2297,7 +2297,7 @@ async function createContext(options, userConfig, bundlerType) {
2297
2297
  const rsbuildConfig = await withDefaultConfig(rootPath, userConfig);
2298
2298
  const cachePath = (0, import_node_path9.join)(rootPath, "node_modules", ".cache");
2299
2299
  return {
2300
- version: "1.0.1-rc.1",
2300
+ version: "1.0.1-rc.2",
2301
2301
  rootPath,
2302
2302
  distPath: "",
2303
2303
  cachePath,
@@ -9652,7 +9652,7 @@ var init_init = __esm({
9652
9652
 
9653
9653
  // src/cli/commands.ts
9654
9654
  function runCli() {
9655
- import_commander.program.name("rsbuild").usage("<command> [options]").version("1.0.1-rc.1");
9655
+ import_commander.program.name("rsbuild").usage("<command> [options]").version("1.0.1-rc.2");
9656
9656
  const devCommand = import_commander.program.command("dev");
9657
9657
  const buildCommand = import_commander.program.command("build");
9658
9658
  const previewCommand = import_commander.program.command("preview");
@@ -9775,7 +9775,7 @@ function prepareCli() {
9775
9775
  if (!npm_execpath || npm_execpath.includes("npx-cli.js") || npm_execpath.includes(".bun")) {
9776
9776
  console.log();
9777
9777
  }
9778
- import_rslog.logger.greet(` ${`Rsbuild v${"1.0.1-rc.1"}`}
9778
+ import_rslog.logger.greet(` ${`Rsbuild v${"1.0.1-rc.2"}`}
9779
9779
  `);
9780
9780
  }
9781
9781
  var init_prepare = __esm({
@@ -9859,7 +9859,7 @@ init_logger();
9859
9859
  init_mergeConfig();
9860
9860
  init_helpers();
9861
9861
  init_constants();
9862
- var version = "1.0.1-rc.1";
9862
+ var version = "1.0.1-rc.2";
9863
9863
  // Annotate the CommonJS export names for ESM import in node:
9864
9864
  0 && (module.exports = {
9865
9865
  PLUGIN_CSS_NAME,
package/dist/index.js CHANGED
@@ -2335,7 +2335,7 @@ async function createContext(options, userConfig, bundlerType) {
2335
2335
  const rsbuildConfig = await withDefaultConfig(rootPath, userConfig);
2336
2336
  const cachePath = join6(rootPath, "node_modules", ".cache");
2337
2337
  return {
2338
- version: "1.0.1-rc.1",
2338
+ version: "1.0.1-rc.2",
2339
2339
  rootPath,
2340
2340
  distPath: "",
2341
2341
  cachePath,
@@ -9761,7 +9761,7 @@ import { existsSync } from "fs";
9761
9761
  import { program } from "../compiled/commander/index.js";
9762
9762
  import color16 from "../compiled/picocolors/index.js";
9763
9763
  function runCli() {
9764
- program.name("rsbuild").usage("<command> [options]").version("1.0.1-rc.1");
9764
+ program.name("rsbuild").usage("<command> [options]").version("1.0.1-rc.2");
9765
9765
  const devCommand = program.command("dev");
9766
9766
  const buildCommand = program.command("build");
9767
9767
  const previewCommand = program.command("preview");
@@ -9882,7 +9882,7 @@ function prepareCli() {
9882
9882
  if (!npm_execpath || npm_execpath.includes("npx-cli.js") || npm_execpath.includes(".bun")) {
9883
9883
  console.log();
9884
9884
  }
9885
- logger.greet(` ${`Rsbuild v${"1.0.1-rc.1"}`}
9885
+ logger.greet(` ${`Rsbuild v${"1.0.1-rc.2"}`}
9886
9886
  `);
9887
9887
  }
9888
9888
  var init_prepare = __esm({
@@ -9953,7 +9953,7 @@ init_mergeConfig();
9953
9953
  init_helpers();
9954
9954
  init_constants();
9955
9955
  import { rspack as rspack10 } from "@rspack/core";
9956
- var version = "1.0.1-rc.1";
9956
+ var version = "1.0.1-rc.2";
9957
9957
  export {
9958
9958
  PLUGIN_CSS_NAME,
9959
9959
  PLUGIN_SWC_NAME,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsbuild/core",
3
- "version": "1.0.1-rc.1",
3
+ "version": "1.0.1-rc.2",
4
4
  "description": "The Rspack-based build tool.",
5
5
  "homepage": "https://rsbuild.dev",
6
6
  "bugs": {