@rslib/core 0.19.0 → 0.19.1
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
|
@@ -3169,7 +3169,7 @@ const applyCommonOptions = (cli)=>{
|
|
|
3169
3169
|
};
|
|
3170
3170
|
function setupCommands() {
|
|
3171
3171
|
const cli = dist('rslib');
|
|
3172
|
-
cli.version("0.19.
|
|
3172
|
+
cli.version("0.19.1");
|
|
3173
3173
|
applyCommonOptions(cli);
|
|
3174
3174
|
const buildDescription = `build the library for production ${picocolors.dim('(default if no command is given)')}`;
|
|
3175
3175
|
const buildCommand = cli.command('', buildDescription).alias('build');
|
|
@@ -3269,7 +3269,7 @@ function showGreeting() {
|
|
|
3269
3269
|
const isBun = npm_execpath?.includes('.bun');
|
|
3270
3270
|
const isNodeRun = Boolean(NODE_RUN_SCRIPT_NAME);
|
|
3271
3271
|
const prefix = isNpx || isBun || isNodeRun ? '\n' : '';
|
|
3272
|
-
logger.greet(`${prefix}Rslib v0.19.
|
|
3272
|
+
logger.greet(`${prefix}Rslib v0.19.1\n`);
|
|
3273
3273
|
}
|
|
3274
3274
|
function setupLogLevel() {
|
|
3275
3275
|
const logLevelIndex = process.argv.findIndex((item)=>'--log-level' === item || '--logLevel' === item);
|
|
@@ -3322,7 +3322,7 @@ function mergeRslibConfig(...originalConfigs) {
|
|
|
3322
3322
|
if (void 0 !== mergedLib) mergedConfig.lib = mergedLib;
|
|
3323
3323
|
return mergedConfig;
|
|
3324
3324
|
}
|
|
3325
|
-
const src_version = "0.19.
|
|
3325
|
+
const src_version = "0.19.1";
|
|
3326
3326
|
var loadEnv = __rspack_external__rsbuild_core_1b356efc.loadEnv;
|
|
3327
3327
|
var rspack = __rspack_external__rsbuild_core_1b356efc.rspack;
|
|
3328
3328
|
export { __rspack_external__rsbuild_core_1b356efc as rsbuild, createRslib, defineConfig, loadConfig, loadEnv, mergeRslibConfig, rspack, runCLI, src_version as version };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rslib/core",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.1",
|
|
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.7.0
|
|
40
|
-
"rsbuild-plugin-dts": "0.19.
|
|
39
|
+
"@rsbuild/core": "~1.7.0",
|
|
40
|
+
"rsbuild-plugin-dts": "0.19.1"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@module-federation/rsbuild-plugin": "^0.22.0",
|
|
@@ -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.
|
|
53
|
+
"rslib": "npm:@rslib/core@0.19.0",
|
|
54
54
|
"rslog": "^1.3.2",
|
|
55
55
|
"tinyglobby": "0.2.14",
|
|
56
56
|
"tsconfck": "3.1.6",
|