electron-ohos-hotreload 1.0.4 → 1.0.5

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/README.md CHANGED
@@ -77,10 +77,11 @@ eohr watch
77
77
 
78
78
  ## Docs
79
79
 
80
- - [快速上手](docs/quick-start.md)
81
- - [用户使用手册](docs/user-manual.md)
80
+ 安装后查看本地 `node_modules/electron-ohos-hotreload/docs/` 目录:
81
+ - `docs/quick-start.md` — 快速上手
82
+ - `docs/user-manual.md` — 用户使用手册
82
83
 
83
- > 以上链接在 GitHub 等代码托管平台可点击查看。npm 仓库页面不支持链接跳转,请安装后查看本地 `node_modules/electron-ohos-hotreload/docs/` 目录,或运行 `eohr --help`。
84
+ 或运行 `eohr --help` 查看所有命令。
84
85
 
85
86
  ## License
86
87
 
package/bin/eohr.js CHANGED
@@ -17,7 +17,7 @@
17
17
  */
18
18
  var path = require("path");
19
19
 
20
- var VERSION = "1.0.4";
20
+ var VERSION = "1.0.5";
21
21
 
22
22
  function parseArgs(argv) {
23
23
  var args = argv.slice(2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-ohos-hotreload",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Hot-reload CLI for Electron on HarmonyOS — push JS/TS changes to device without rebuilding HAP",
5
5
  "bin": {
6
6
  "eohr": "bin/eohr.js"