@tuya-sat/micro-script 3.2.10 → 3.2.11

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.
@@ -27,6 +27,7 @@ exports.runBundleServer = exports.createServerCompiler = void 0;
27
27
  const webpack_1 = __importDefault(require("webpack"));
28
28
  const webpack_dev_server_1 = __importDefault(require("webpack-dev-server"));
29
29
  const ora_1 = __importDefault(require("ora"));
30
+ const chalk_1 = __importDefault(require("chalk"));
30
31
  const paths_1 = __importDefault(require("../config/paths"));
31
32
  const webpack_config_1 = __importDefault(require("../config/webpack.config"));
32
33
  const options_1 = __importDefault(require("./options"));
@@ -72,7 +73,8 @@ function runBundleServer({ port, compiler, internalDevConfig = {}, }) {
72
73
  compiler.hooks.done.tap('once-tip', (0, onceFactory_1.onceFactory)(() => { }));
73
74
  yield server.start();
74
75
  yield waiting;
75
- console.log('\n The local application server has started');
76
+ console.log(chalk_1.default.bgGreen(' 🎉️The local application server has started '));
77
+ console.log(chalk_1.default.bgGreen(' 🧭 Prepare to open the browser '));
76
78
  });
77
79
  }
78
80
  exports.runBundleServer = runBundleServer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuya-sat/micro-script",
3
- "version": "3.2.10",
3
+ "version": "3.2.11",
4
4
  "bin": "./dist/bin/cli.js",
5
5
  "type": "commonjs",
6
6
  "license": "MIT",
@@ -23,9 +23,9 @@
23
23
  "@babel/preset-typescript": "7.16.7",
24
24
  "@babel/traverse": "^7.20.13",
25
25
  "@pmmmwh/react-refresh-webpack-plugin": "0.5.4",
26
- "@tuya-sat/micro-dev-loader": "3.2.10",
27
- "@tuya-sat/micro-dev-proxy": "3.2.10",
28
- "@tuya-sat/micro-utils": "3.2.10",
26
+ "@tuya-sat/micro-dev-loader": "3.2.11",
27
+ "@tuya-sat/micro-dev-proxy": "3.2.11",
28
+ "@tuya-sat/micro-utils": "3.2.11",
29
29
  "@types/kill-port": "^2.0.0",
30
30
  "babel-loader": "8.2.4",
31
31
  "babel-plugin-import": "1.13.3",