@rslib/core 0.10.1 → 0.10.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.js +3 -3
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -2988,7 +2988,7 @@ const applyCommonOptions = (cli)=>{
|
|
|
2988
2988
|
function runCli() {
|
|
2989
2989
|
const cli = dist('rslib');
|
|
2990
2990
|
cli.help();
|
|
2991
|
-
cli.version("0.10.
|
|
2991
|
+
cli.version("0.10.2");
|
|
2992
2992
|
applyCommonOptions(cli);
|
|
2993
2993
|
const buildCommand = cli.command('build', 'build the library for production');
|
|
2994
2994
|
const inspectCommand = cli.command('inspect', 'inspect the Rsbuild / Rspack configs of Rslib projects');
|
|
@@ -3059,8 +3059,8 @@ function prepareCli() {
|
|
|
3059
3059
|
initNodeEnv();
|
|
3060
3060
|
const { npm_execpath } = process.env;
|
|
3061
3061
|
if (!npm_execpath || npm_execpath.includes('npx-cli.js') || npm_execpath.includes('.bun')) console.log();
|
|
3062
|
-
logger.greet(` Rslib v0.10.
|
|
3062
|
+
logger.greet(` Rslib v0.10.2\n`);
|
|
3063
3063
|
}
|
|
3064
|
-
const src_version = "0.10.
|
|
3064
|
+
const src_version = "0.10.2";
|
|
3065
3065
|
var __webpack_exports__rspack = __WEBPACK_EXTERNAL_MODULE__rsbuild_core_1b356efc__.rspack;
|
|
3066
3066
|
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.2",
|
|
4
4
|
"description": "The Rsbuild-based library development tool.",
|
|
5
5
|
"homepage": "https://rslib.rs",
|
|
6
6
|
"bugs": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@rsbuild/core": "1.4.0-beta.4",
|
|
40
40
|
"tinyglobby": "^0.2.14",
|
|
41
|
-
"rsbuild-plugin-dts": "0.10.
|
|
41
|
+
"rsbuild-plugin-dts": "0.10.2"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@module-federation/rsbuild-plugin": "^0.15.0",
|