@rslib/core 0.10.2 → 0.10.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.
- package/dist/index.js +3 -6
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -1587,9 +1587,6 @@ function composeDecoratorsConfig(compilerOptions, version) {
|
|
|
1587
1587
|
}
|
|
1588
1588
|
async function createConstantRsbuildConfig() {
|
|
1589
1589
|
return (0, __WEBPACK_EXTERNAL_MODULE__rsbuild_core_1b356efc__.defineConfig)({
|
|
1590
|
-
dev: {
|
|
1591
|
-
progressBar: false
|
|
1592
|
-
},
|
|
1593
1590
|
performance: {
|
|
1594
1591
|
chunkSplit: {
|
|
1595
1592
|
strategy: 'custom'
|
|
@@ -2988,7 +2985,7 @@ const applyCommonOptions = (cli)=>{
|
|
|
2988
2985
|
function runCli() {
|
|
2989
2986
|
const cli = dist('rslib');
|
|
2990
2987
|
cli.help();
|
|
2991
|
-
cli.version("0.10.
|
|
2988
|
+
cli.version("0.10.3");
|
|
2992
2989
|
applyCommonOptions(cli);
|
|
2993
2990
|
const buildCommand = cli.command('build', 'build the library for production');
|
|
2994
2991
|
const inspectCommand = cli.command('inspect', 'inspect the Rsbuild / Rspack configs of Rslib projects');
|
|
@@ -3059,8 +3056,8 @@ function prepareCli() {
|
|
|
3059
3056
|
initNodeEnv();
|
|
3060
3057
|
const { npm_execpath } = process.env;
|
|
3061
3058
|
if (!npm_execpath || npm_execpath.includes('npx-cli.js') || npm_execpath.includes('.bun')) console.log();
|
|
3062
|
-
logger.greet(` Rslib v0.10.
|
|
3059
|
+
logger.greet(` Rslib v0.10.3\n`);
|
|
3063
3060
|
}
|
|
3064
|
-
const src_version = "0.10.
|
|
3061
|
+
const src_version = "0.10.3";
|
|
3065
3062
|
var __webpack_exports__rspack = __WEBPACK_EXTERNAL_MODULE__rsbuild_core_1b356efc__.rspack;
|
|
3066
3063
|
export { build, defineConfig, inspect, loadConfig, logger, prepareCli, __WEBPACK_EXTERNAL_MODULE__rsbuild_core_1b356efc__ as rsbuild, runCli, startMFDevServer, composeCreateRsbuildConfig as unstable_composeCreateRsbuildConfig, src_version as version, __webpack_exports__rspack as rspack };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rslib/core",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.3",
|
|
4
4
|
"description": "The Rsbuild-based library development tool.",
|
|
5
5
|
"homepage": "https://rslib.rs",
|
|
6
6
|
"bugs": {
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"types.d.ts"
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@rsbuild/core": "1.4.0-
|
|
39
|
+
"@rsbuild/core": "1.4.0-rc.0",
|
|
40
40
|
"tinyglobby": "^0.2.14",
|
|
41
|
-
"rsbuild-plugin-dts": "0.10.
|
|
41
|
+
"rsbuild-plugin-dts": "0.10.3"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@module-federation/rsbuild-plugin": "^0.15.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"picocolors": "1.1.1",
|
|
51
51
|
"prebundle": "1.3.3",
|
|
52
52
|
"rsbuild-plugin-publint": "^0.3.2",
|
|
53
|
-
"rslib": "npm:@rslib/core@0.10.
|
|
53
|
+
"rslib": "npm:@rslib/core@0.10.2",
|
|
54
54
|
"rslog": "^1.2.7",
|
|
55
55
|
"tsconfck": "3.1.6",
|
|
56
56
|
"typescript": "^5.8.3",
|