rsbuild-plugin-workspace-dev 0.1.1 → 0.1.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.
@@ -1,4 +1,4 @@
1
1
  export declare const PACKAGE_JSON = "package.json";
2
2
  export declare const PLUGIN_LOG_TITLE = "[Rsbuild Workspace Dev Plugin]: ";
3
- export declare const RSLIB_READY_MESSAGE = "build complete, watching for changes";
3
+ export declare const RSLIB_READY_MESSAGE = "watching for changes";
4
4
  export declare const TSUP_READY_MESSAGE = "Watching for changes in";
package/dist/index.cjs CHANGED
@@ -40,7 +40,7 @@ const external_chalk_namespaceObject = require("chalk");
40
40
  var external_chalk_default = /*#__PURE__*/ __webpack_require__.n(external_chalk_namespaceObject);
41
41
  const PACKAGE_JSON = 'package.json';
42
42
  const PLUGIN_LOG_TITLE = '[Rsbuild Workspace Dev Plugin]: ';
43
- const RSLIB_READY_MESSAGE = 'build complete, watching for changes';
43
+ const RSLIB_READY_MESSAGE = 'watching for changes';
44
44
  const TSUP_READY_MESSAGE = 'Watching for changes in';
45
45
  const external_fs_namespaceObject = require("fs");
46
46
  var external_fs_default = /*#__PURE__*/ __webpack_require__.n(external_fs_namespaceObject);
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ import graphlib, { Graph } from "graphlib";
7
7
  import { join } from "path";
8
8
  const PACKAGE_JSON = 'package.json';
9
9
  const PLUGIN_LOG_TITLE = '[Rsbuild Workspace Dev Plugin]: ';
10
- const RSLIB_READY_MESSAGE = 'build complete, watching for changes';
10
+ const RSLIB_READY_MESSAGE = 'watching for changes';
11
11
  const TSUP_READY_MESSAGE = 'Watching for changes in';
12
12
  async function pathExists(path) {
13
13
  return fs.promises.access(path).then(()=>true).catch(()=>false);
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "rsbuild-plugin-workspace-dev",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "An Rsbuild plugin to provides workspace recursive dev functionality for Monorepo topologies.",
5
- "repository": "https://github.com/rspack-contrib/rsbuild-plugin-workspace-dev",
5
+ "repository": "https://github.com/rstackjs/rsbuild-plugin-workspace-dev",
6
6
  "license": "MIT",
7
7
  "type": "module",
8
8
  "exports": {