@rslib/core 0.13.0 → 0.13.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 +5 -5
package/dist/index.js
CHANGED
|
@@ -3061,7 +3061,7 @@ const applyCommonOptions = (cli)=>{
|
|
|
3061
3061
|
function runCli() {
|
|
3062
3062
|
const cli = dist('rslib');
|
|
3063
3063
|
cli.help();
|
|
3064
|
-
cli.version("0.13.
|
|
3064
|
+
cli.version("0.13.2");
|
|
3065
3065
|
applyCommonOptions(cli);
|
|
3066
3066
|
const buildCommand = cli.command('build', 'build the library for production');
|
|
3067
3067
|
const inspectCommand = cli.command('inspect', 'inspect the Rsbuild / Rspack configs of Rslib projects');
|
|
@@ -3132,8 +3132,8 @@ function prepareCli() {
|
|
|
3132
3132
|
initNodeEnv();
|
|
3133
3133
|
const { npm_execpath } = process.env;
|
|
3134
3134
|
if (!npm_execpath || npm_execpath.includes('npx-cli.js') || npm_execpath.includes('.bun')) console.log();
|
|
3135
|
-
logger.greet(` Rslib v0.13.
|
|
3135
|
+
logger.greet(` Rslib v0.13.2\n`);
|
|
3136
3136
|
}
|
|
3137
|
-
const src_version = "0.13.
|
|
3137
|
+
const src_version = "0.13.2";
|
|
3138
3138
|
var __webpack_exports__rspack = __WEBPACK_EXTERNAL_MODULE__rsbuild_core_1b356efc__.rspack;
|
|
3139
3139
|
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.13.
|
|
3
|
+
"version": "0.13.2",
|
|
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": "
|
|
39
|
+
"@rsbuild/core": "1.5.4",
|
|
40
40
|
"tinyglobby": "^0.2.15",
|
|
41
|
-
"rsbuild-plugin-dts": "0.13.
|
|
41
|
+
"rsbuild-plugin-dts": "0.13.2"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@module-federation/rsbuild-plugin": "^0.18.4",
|
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
"cac": "^6.7.14",
|
|
47
47
|
"chokidar": "^4.0.3",
|
|
48
48
|
"fs-extra": "^11.3.1",
|
|
49
|
-
"memfs": "^4.38.
|
|
49
|
+
"memfs": "^4.38.3",
|
|
50
50
|
"path-serializer": "0.5.1",
|
|
51
51
|
"picocolors": "1.1.1",
|
|
52
52
|
"prebundle": "1.4.2",
|
|
53
53
|
"rsbuild-plugin-publint": "^0.3.3",
|
|
54
|
-
"rslib": "npm:@rslib/core@0.
|
|
54
|
+
"rslib": "npm:@rslib/core@0.13.0",
|
|
55
55
|
"rslog": "^1.2.11",
|
|
56
56
|
"tsconfck": "3.1.6",
|
|
57
57
|
"typescript": "^5.9.2",
|