@rslib/core 0.9.1 → 0.9.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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -181,7 +181,7 @@ function prepareCli() {
181
181
  initNodeEnv();
182
182
  const { npm_execpath } = process.env;
183
183
  if (!npm_execpath || npm_execpath.includes('npx-cli.js') || npm_execpath.includes('.bun')) console.log();
184
- __WEBPACK_EXTERNAL_MODULE__compiled_rslog_index_js_c302f6e3__.logger.greet(` Rslib v0.9.1\n`);
184
+ __WEBPACK_EXTERNAL_MODULE__compiled_rslog_index_js_c302f6e3__.logger.greet(` Rslib v0.9.2\n`);
185
185
  }
186
186
  function toArr(any) {
187
187
  return null == any ? [] : Array.isArray(any) ? any : [
@@ -3001,7 +3001,7 @@ const applyCommonOptions = (cli)=>{
3001
3001
  function runCli() {
3002
3002
  const cli = dist('rslib');
3003
3003
  cli.help();
3004
- cli.version("0.9.1");
3004
+ cli.version("0.9.2");
3005
3005
  applyCommonOptions(cli);
3006
3006
  const buildCommand = cli.command('build', 'build the library for production');
3007
3007
  const inspectCommand = cli.command('inspect', 'inspect the Rsbuild / Rspack configs of Rslib projects');
@@ -3060,7 +3060,7 @@ function runCli() {
3060
3060
  });
3061
3061
  cli.parse();
3062
3062
  }
3063
- const src_version = "0.9.1";
3063
+ const src_version = "0.9.2";
3064
3064
  var __webpack_exports__logger = __WEBPACK_EXTERNAL_MODULE__compiled_rslog_index_js_c302f6e3__.logger;
3065
3065
  var __webpack_exports__rspack = __WEBPACK_EXTERNAL_MODULE__rsbuild_core_1b356efc__.rspack;
3066
3066
  export { build, defineConfig, inspect, loadConfig, prepareCli, __WEBPACK_EXTERNAL_MODULE__rsbuild_core_1b356efc__ as rsbuild, runCli, startMFDevServer, composeCreateRsbuildConfig as unstable_composeCreateRsbuildConfig, src_version as version, __webpack_exports__logger as logger, __webpack_exports__rspack as rspack };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rslib/core",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "The Rsbuild-based library development tool.",
5
5
  "homepage": "https://rslib.rs",
6
6
  "bugs": {
@@ -36,12 +36,12 @@
36
36
  "types.d.ts"
37
37
  ],
38
38
  "dependencies": {
39
- "@rsbuild/core": "~1.3.21",
39
+ "@rsbuild/core": "1.4.0-beta.2",
40
40
  "tinyglobby": "^0.2.14",
41
- "rsbuild-plugin-dts": "0.9.1"
41
+ "rsbuild-plugin-dts": "0.9.2"
42
42
  },
43
43
  "devDependencies": {
44
- "@module-federation/rsbuild-plugin": "^0.14.1",
44
+ "@module-federation/rsbuild-plugin": "^0.15.0",
45
45
  "@types/fs-extra": "^11.0.4",
46
46
  "cac": "^6.7.14",
47
47
  "chokidar": "^4.0.3",
@@ -50,7 +50,7 @@
50
50
  "picocolors": "1.1.1",
51
51
  "prebundle": "1.3.3",
52
52
  "rsbuild-plugin-publint": "^0.3.2",
53
- "rslib": "npm:@rslib/core@0.9.0",
53
+ "rslib": "npm:@rslib/core@0.9.1",
54
54
  "rslog": "^1.2.3",
55
55
  "tsconfck": "3.1.6",
56
56
  "typescript": "^5.8.3",