@rslib/core 0.20.0-canary-202603101 → 0.20.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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -3234,7 +3234,7 @@ const applyCommonOptions = (cli)=>{
3234
3234
  };
3235
3235
  function setupCommands() {
3236
3236
  const cli = cac('rslib');
3237
- cli.version("0.20.0-canary-202603101");
3237
+ cli.version("0.20.0");
3238
3238
  applyCommonOptions(cli);
3239
3239
  const buildDescription = `build the library for production ${picocolors.dim('(default if no command is given)')}`;
3240
3240
  const buildCommand = cli.command('', buildDescription).alias('build');
@@ -3334,7 +3334,7 @@ function showGreeting() {
3334
3334
  const isBun = npm_execpath?.includes('.bun');
3335
3335
  const isNodeRun = Boolean(NODE_RUN_SCRIPT_NAME);
3336
3336
  const prefix = isNpx || isBun || isNodeRun ? '\n' : '';
3337
- logger.greet(`${prefix}Rslib v0.20.0-canary-202603101\n`);
3337
+ logger.greet(`${prefix}Rslib v0.20.0\n`);
3338
3338
  }
3339
3339
  function setupLogLevel() {
3340
3340
  const logLevelIndex = process.argv.findIndex((item)=>'--log-level' === item || '--logLevel' === item);
@@ -3388,6 +3388,6 @@ function mergeRslibConfig(...originalConfigs) {
3388
3388
  if (void 0 !== mergedLib) mergedConfig.lib = mergedLib;
3389
3389
  return mergedConfig;
3390
3390
  }
3391
- const src_version = "0.20.0-canary-202603101";
3391
+ const src_version = "0.20.0";
3392
3392
  var rspack_0 = __rspack_external__rsbuild_core_1b356efc.rspack;
3393
3393
  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.0-canary-202603101",
3
+ "version": "0.20.0",
4
4
  "description": "The Rsbuild-based library development tool.",
5
5
  "homepage": "https://rslib.rs",
6
6
  "bugs": {
@@ -36,8 +36,8 @@
36
36
  "types.d.ts"
37
37
  ],
38
38
  "dependencies": {
39
- "@rsbuild/core": "2.0.0-canary-20260309140114",
40
- "rsbuild-plugin-dts": "0.20.0-canary-202603101"
39
+ "@rsbuild/core": "2.0.0-beta.8",
40
+ "rsbuild-plugin-dts": "0.20.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@module-federation/rsbuild-plugin": "^0.24.1",
@@ -50,7 +50,7 @@
50
50
  "picocolors": "1.1.1",
51
51
  "prebundle": "1.6.2",
52
52
  "rsbuild-plugin-publint": "^0.3.4",
53
- "rslib": "npm:@rslib/core@0.20.0-canary-202603091",
53
+ "rslib": "npm:@rslib/core@0.20.0-canary-202603101",
54
54
  "rslog": "^1.3.2",
55
55
  "tinyglobby": "0.2.14",
56
56
  "tsconfck": "3.1.6",