@rsbuild/core 1.0.0-alpha.1 → 1.0.0-alpha.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
@@ -1452,7 +1452,7 @@ async function createContextByConfig(options, bundlerType) {
1452
1452
  const rootPath = cwd;
1453
1453
  const cachePath = (0, import_node_path8.join)(rootPath, "node_modules", ".cache");
1454
1454
  return {
1455
- version: "1.0.0-alpha.1",
1455
+ version: "1.0.0-alpha.2",
1456
1456
  rootPath,
1457
1457
  distPath: "",
1458
1458
  cachePath,
@@ -10411,7 +10411,7 @@ var init_init = __esm({
10411
10411
 
10412
10412
  // src/cli/commands.ts
10413
10413
  function runCli() {
10414
- import_commander.program.name("rsbuild").usage("<command> [options]").version("1.0.0-alpha.1");
10414
+ import_commander.program.name("rsbuild").usage("<command> [options]").version("1.0.0-alpha.2");
10415
10415
  const devCommand = import_commander.program.command("dev");
10416
10416
  const buildCommand = import_commander.program.command("build");
10417
10417
  const previewCommand = import_commander.program.command("preview");
@@ -10525,7 +10525,7 @@ function prepareCli() {
10525
10525
  if (!npm_execpath || npm_execpath.includes("npx-cli.js") || npm_execpath.includes(".bun")) {
10526
10526
  console.log();
10527
10527
  }
10528
- import_rslog.logger.greet(` ${`Rsbuild v${"1.0.0-alpha.1"}`}
10528
+ import_rslog.logger.greet(` ${`Rsbuild v${"1.0.0-alpha.2"}`}
10529
10529
  `);
10530
10530
  }
10531
10531
  var init_prepare = __esm({
@@ -10607,7 +10607,7 @@ init_logger();
10607
10607
  init_mergeConfig();
10608
10608
  init_helpers();
10609
10609
  init_constants();
10610
- var version = "1.0.0-alpha.1";
10610
+ var version = "1.0.0-alpha.2";
10611
10611
  // Annotate the CommonJS export names for ESM import in node:
10612
10612
  0 && (module.exports = {
10613
10613
  PLUGIN_CSS_NAME,
package/dist/index.js CHANGED
@@ -1488,7 +1488,7 @@ async function createContextByConfig(options, bundlerType) {
1488
1488
  const rootPath = cwd;
1489
1489
  const cachePath = join6(rootPath, "node_modules", ".cache");
1490
1490
  return {
1491
- version: "1.0.0-alpha.1",
1491
+ version: "1.0.0-alpha.2",
1492
1492
  rootPath,
1493
1493
  distPath: "",
1494
1494
  cachePath,
@@ -10562,7 +10562,7 @@ import { existsSync } from "fs";
10562
10562
  import { color as color14 } from "@rsbuild/shared";
10563
10563
  import { program } from "../compiled/commander/index.js";
10564
10564
  function runCli() {
10565
- program.name("rsbuild").usage("<command> [options]").version("1.0.0-alpha.1");
10565
+ program.name("rsbuild").usage("<command> [options]").version("1.0.0-alpha.2");
10566
10566
  const devCommand = program.command("dev");
10567
10567
  const buildCommand = program.command("build");
10568
10568
  const previewCommand = program.command("preview");
@@ -10674,7 +10674,7 @@ function prepareCli() {
10674
10674
  if (!npm_execpath || npm_execpath.includes("npx-cli.js") || npm_execpath.includes(".bun")) {
10675
10675
  console.log();
10676
10676
  }
10677
- logger.greet(` ${`Rsbuild v${"1.0.0-alpha.1"}`}
10677
+ logger.greet(` ${`Rsbuild v${"1.0.0-alpha.2"}`}
10678
10678
  `);
10679
10679
  }
10680
10680
  var init_prepare = __esm({
@@ -10743,7 +10743,7 @@ init_mergeConfig();
10743
10743
  init_helpers();
10744
10744
  init_constants();
10745
10745
  import { rspack as rspack10 } from "@rspack/core";
10746
- var version = "1.0.0-alpha.1";
10746
+ var version = "1.0.0-alpha.2";
10747
10747
  export {
10748
10748
  PLUGIN_CSS_NAME,
10749
10749
  PLUGIN_SWC_NAME,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsbuild/core",
3
- "version": "1.0.0-alpha.1",
3
+ "version": "1.0.0-alpha.2",
4
4
  "description": "The Rspack-based build tool.",
5
5
  "homepage": "https://rsbuild.dev",
6
6
  "bugs": {
@@ -46,12 +46,12 @@
46
46
  "types.d.ts"
47
47
  ],
48
48
  "dependencies": {
49
- "@rspack/core": "1.0.0-alpha.1",
49
+ "@rspack/core": "1.0.0-alpha.0",
50
50
  "@swc/helpers": "0.5.11",
51
51
  "core-js": "~3.37.1",
52
52
  "html-webpack-plugin": "npm:html-rspack-plugin@5.7.2",
53
53
  "postcss": "^8.4.39",
54
- "@rsbuild/shared": "1.0.0-alpha.1"
54
+ "@rsbuild/shared": "1.0.0-alpha.2"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@types/connect": "3.4.38",