@rslib/core 0.20.2 → 0.20.3

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -3536,7 +3536,7 @@ const applyCommonOptions = (cli)=>{
3536
3536
  };
3537
3537
  function setupCommands() {
3538
3538
  const cli = cac('rslib');
3539
- cli.version("0.20.2");
3539
+ cli.version("0.20.3");
3540
3540
  applyCommonOptions(cli);
3541
3541
  const buildDescription = `build the library for production ${color.dim('(default if no command is given)')}`;
3542
3542
  const buildCommand = cli.command('', buildDescription).alias('build');
@@ -3636,7 +3636,7 @@ function showGreeting() {
3636
3636
  const isBun = npm_execpath?.includes('.bun');
3637
3637
  const isNodeRun = Boolean(NODE_RUN_SCRIPT_NAME);
3638
3638
  const prefix = isNpx || isBun || isNodeRun ? '\n' : '';
3639
- src_logger.greet(`${prefix}Rslib v0.20.2\n`);
3639
+ src_logger.greet(`${prefix}Rslib v0.20.3\n`);
3640
3640
  }
3641
3641
  function setupLogLevel() {
3642
3642
  const logLevelIndex = process.argv.findIndex((item)=>'--log-level' === item || '--logLevel' === item);
@@ -3690,6 +3690,6 @@ function mergeRslibConfig(...originalConfigs) {
3690
3690
  if (void 0 !== mergedLib) mergedConfig.lib = mergedLib;
3691
3691
  return mergedConfig;
3692
3692
  }
3693
- const src_version = "0.20.2";
3693
+ const src_version = "0.20.3";
3694
3694
  var rspack_0 = __rspack_external__rsbuild_core_1b356efc.rspack;
3695
3695
  export { __rspack_external__rsbuild_core_1b356efc as rsbuild, createRslib, loadConfig_defineConfig as defineConfig, loadConfig_loadConfig as loadConfig, loadEnv, mergeRslibConfig, rspack_0 as rspack, runCLI, src_version as version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rslib/core",
3
- "version": "0.20.2",
3
+ "version": "0.20.3",
4
4
  "description": "The Rsbuild-based library development tool.",
5
5
  "homepage": "https://rslib.rs",
6
6
  "bugs": {
@@ -36,11 +36,11 @@
36
36
  "types.d.ts"
37
37
  ],
38
38
  "dependencies": {
39
- "@rsbuild/core": "2.0.0-beta.11",
40
- "rsbuild-plugin-dts": "0.20.2"
39
+ "@rsbuild/core": "2.0.0-rc.0",
40
+ "rsbuild-plugin-dts": "0.20.3"
41
41
  },
42
42
  "devDependencies": {
43
- "@module-federation/rsbuild-plugin": "^2.3.0",
43
+ "@module-federation/rsbuild-plugin": "^2.3.1",
44
44
  "@types/fs-extra": "^11.0.4",
45
45
  "cac": "^7.0.0",
46
46
  "chokidar": "^5.0.0",
@@ -49,7 +49,7 @@
49
49
  "path-serializer": "0.6.0",
50
50
  "prebundle": "1.6.4",
51
51
  "rsbuild-plugin-publint": "^0.3.4",
52
- "rslib": "npm:@rslib/core@0.20.1",
52
+ "rslib": "npm:@rslib/core@0.20.2",
53
53
  "rslog": "^2.1.1",
54
54
  "tinyglobby": "^0.2.15",
55
55
  "tsconfck": "3.1.6",