@rslib/core 0.19.2 → 0.19.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 -3
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -3181,7 +3181,7 @@ const applyCommonOptions = (cli)=>{
|
|
|
3181
3181
|
};
|
|
3182
3182
|
function setupCommands() {
|
|
3183
3183
|
const cli = dist('rslib');
|
|
3184
|
-
cli.version("0.19.
|
|
3184
|
+
cli.version("0.19.3");
|
|
3185
3185
|
applyCommonOptions(cli);
|
|
3186
3186
|
const buildDescription = `build the library for production ${picocolors.dim('(default if no command is given)')}`;
|
|
3187
3187
|
const buildCommand = cli.command('', buildDescription).alias('build');
|
|
@@ -3281,7 +3281,7 @@ function showGreeting() {
|
|
|
3281
3281
|
const isBun = npm_execpath?.includes('.bun');
|
|
3282
3282
|
const isNodeRun = Boolean(NODE_RUN_SCRIPT_NAME);
|
|
3283
3283
|
const prefix = isNpx || isBun || isNodeRun ? '\n' : '';
|
|
3284
|
-
logger.greet(`${prefix}Rslib v0.19.
|
|
3284
|
+
logger.greet(`${prefix}Rslib v0.19.3\n`);
|
|
3285
3285
|
}
|
|
3286
3286
|
function setupLogLevel() {
|
|
3287
3287
|
const logLevelIndex = process.argv.findIndex((item)=>'--log-level' === item || '--logLevel' === item);
|
|
@@ -3334,7 +3334,7 @@ function mergeRslibConfig(...originalConfigs) {
|
|
|
3334
3334
|
if (void 0 !== mergedLib) mergedConfig.lib = mergedLib;
|
|
3335
3335
|
return mergedConfig;
|
|
3336
3336
|
}
|
|
3337
|
-
const src_version = "0.19.
|
|
3337
|
+
const src_version = "0.19.3";
|
|
3338
3338
|
var loadEnv = __rspack_external__rsbuild_core_1b356efc.loadEnv;
|
|
3339
3339
|
var rspack = __rspack_external__rsbuild_core_1b356efc.rspack;
|
|
3340
3340
|
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.3",
|
|
4
4
|
"description": "The Rsbuild-based library development tool.",
|
|
5
5
|
"homepage": "https://rslib.rs",
|
|
6
6
|
"bugs": {
|
|
@@ -36,21 +36,21 @@
|
|
|
36
36
|
"types.d.ts"
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@rsbuild/core": "1.7.
|
|
40
|
-
"rsbuild-plugin-dts": "0.19.
|
|
39
|
+
"@rsbuild/core": "~1.7.2",
|
|
40
|
+
"rsbuild-plugin-dts": "0.19.3"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@module-federation/rsbuild-plugin": "^0.22.
|
|
43
|
+
"@module-federation/rsbuild-plugin": "^0.22.1",
|
|
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.3",
|
|
48
|
-
"memfs": "^4.
|
|
48
|
+
"memfs": "^4.54.0",
|
|
49
49
|
"path-serializer": "0.5.1",
|
|
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.19.
|
|
53
|
+
"rslib": "npm:@rslib/core@0.19.2",
|
|
54
54
|
"rslog": "^1.3.2",
|
|
55
55
|
"tinyglobby": "0.2.14",
|
|
56
56
|
"tsconfck": "3.1.6",
|