@rslib/core 0.18.4 → 0.18.5
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 +4 -4
package/dist/index.js
CHANGED
|
@@ -3090,7 +3090,7 @@ const applyCommonOptions = (cli)=>{
|
|
|
3090
3090
|
};
|
|
3091
3091
|
function runCli() {
|
|
3092
3092
|
const cli = dist('rslib');
|
|
3093
|
-
cli.version("0.18.
|
|
3093
|
+
cli.version("0.18.5");
|
|
3094
3094
|
applyCommonOptions(cli);
|
|
3095
3095
|
const buildDescription = `build the library for production ${picocolors.dim('(default if no command is given)')}`;
|
|
3096
3096
|
const buildCommand = cli.command('', buildDescription).alias('build');
|
|
@@ -3206,9 +3206,9 @@ function prepareCli() {
|
|
|
3206
3206
|
setupLogLevel();
|
|
3207
3207
|
const { npm_execpath } = process.env;
|
|
3208
3208
|
if (!npm_execpath || npm_execpath.includes('npx-cli.js') || npm_execpath.includes('.bun')) logger.log();
|
|
3209
|
-
logger.greet(` Rslib v0.18.
|
|
3209
|
+
logger.greet(` Rslib v0.18.5\n`);
|
|
3210
3210
|
}
|
|
3211
|
-
const src_version = "0.18.
|
|
3211
|
+
const src_version = "0.18.5";
|
|
3212
3212
|
export * as rsbuild from "@rsbuild/core";
|
|
3213
3213
|
export { logger } from "../compiled/rslog/index.js";
|
|
3214
3214
|
export { rspack } from "@rsbuild/core";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rslib/core",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.5",
|
|
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": "~1.
|
|
40
|
-
"rsbuild-plugin-dts": "0.18.
|
|
39
|
+
"@rsbuild/core": "~1.7.0-beta.0",
|
|
40
|
+
"rsbuild-plugin-dts": "0.18.5"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@module-federation/rsbuild-plugin": "^0.21.6",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"picocolors": "1.1.1",
|
|
51
51
|
"prebundle": "1.6.0",
|
|
52
52
|
"rsbuild-plugin-publint": "^0.3.3",
|
|
53
|
-
"rslib": "npm:@rslib/core@0.18.
|
|
53
|
+
"rslib": "npm:@rslib/core@0.18.4",
|
|
54
54
|
"rslog": "^1.3.2",
|
|
55
55
|
"tinyglobby": "0.2.14",
|
|
56
56
|
"tsconfck": "3.1.6",
|