@rslib/core 0.17.2 → 0.18.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 +5 -4
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -1520,7 +1520,8 @@ async function createConstantRsbuildConfig() {
1520
1520
  performance: {
1521
1521
  chunkSplit: {
1522
1522
  strategy: 'custom'
1523
- }
1523
+ },
1524
+ buildCache: true
1524
1525
  },
1525
1526
  tools: {
1526
1527
  htmlPlugin: false,
@@ -3132,7 +3133,7 @@ const applyCommonOptions = (cli)=>{
3132
3133
  };
3133
3134
  function runCli() {
3134
3135
  const cli = dist('rslib');
3135
- cli.version("0.17.2");
3136
+ cli.version("0.18.0");
3136
3137
  applyCommonOptions(cli);
3137
3138
  const buildDescription = `build the library for production ${picocolors.dim('(default if no command is given)')}`;
3138
3139
  const buildCommand = cli.command('', buildDescription).alias('build');
@@ -3248,9 +3249,9 @@ function prepareCli() {
3248
3249
  setupLogLevel();
3249
3250
  const { npm_execpath } = process.env;
3250
3251
  if (!npm_execpath || npm_execpath.includes('npx-cli.js') || npm_execpath.includes('.bun')) logger.log();
3251
- logger.greet(` Rslib v0.17.2\n`);
3252
+ logger.greet(` Rslib v0.18.0\n`);
3252
3253
  }
3253
- const src_version = "0.17.2";
3254
+ const src_version = "0.18.0";
3254
3255
  export * as rsbuild from "@rsbuild/core";
3255
3256
  export { logger } from "../compiled/rslog/index.js";
3256
3257
  export { rspack } from "@rsbuild/core";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rslib/core",
3
- "version": "0.17.2",
3
+ "version": "0.18.0",
4
4
  "description": "The Rsbuild-based library development tool.",
5
5
  "homepage": "https://rslib.rs",
6
6
  "bugs": {
@@ -37,20 +37,20 @@
37
37
  ],
38
38
  "dependencies": {
39
39
  "@rsbuild/core": "~1.6.6",
40
- "rsbuild-plugin-dts": "0.17.2"
40
+ "rsbuild-plugin-dts": "0.18.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@module-federation/rsbuild-plugin": "^0.21.3",
43
+ "@module-federation/rsbuild-plugin": "^0.21.4",
44
44
  "@types/fs-extra": "^11.0.4",
45
45
  "cac": "^6.7.14",
46
46
  "chokidar": "^4.0.3",
47
47
  "fs-extra": "^11.3.2",
48
- "memfs": "^4.50.0",
48
+ "memfs": "^4.51.0",
49
49
  "path-serializer": "0.5.1",
50
50
  "picocolors": "1.1.1",
51
51
  "prebundle": "1.5.0",
52
52
  "rsbuild-plugin-publint": "^0.3.3",
53
- "rslib": "npm:@rslib/core@0.17.1",
53
+ "rslib": "npm:@rslib/core@0.17.2",
54
54
  "rslog": "^1.3.0",
55
55
  "tinyglobby": "0.2.14",
56
56
  "tsconfck": "3.1.6",