android-midscene-automation 0.1.20 → 0.1.21

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # 更新记录
2
2
 
3
+ ## v0.1.21
4
+
5
+ - 补充 GitHub 仓库、问题反馈和项目主页信息,npm 包页面可直接跳转至源码仓库和 Issues。
6
+
3
7
  ## v0.1.20
4
8
 
5
9
  - 修复包含判断分支的历史脚本在加载时因流程轴线循环计算导致渲染失败、无法切换到“当前录制”的问题。
package/README.md CHANGED
@@ -1210,6 +1210,10 @@ output/2026-08-21_17-13-42-831-登录流程.html
1210
1210
 
1211
1211
  # 项目更新记录
1212
1212
 
1213
+ ## v0.1.21
1214
+
1215
+ - 补充 GitHub 仓库、问题反馈和项目主页信息,npm 包页面可直接跳转至源码仓库和 Issues。
1216
+
1213
1217
  ## v0.1.20
1214
1218
 
1215
1219
  - 修复包含判断分支的历史脚本在加载时因流程轴线循环计算导致渲染失败、无法切换到“当前录制”的问题。
package/package.json CHANGED
@@ -1,6 +1,14 @@
1
1
  {
2
2
  "name": "android-midscene-automation",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "git+https://github.com/oooooooko/android-midscene-automation.git"
7
+ },
8
+ "bugs": {
9
+ "url": "https://github.com/oooooooko/android-midscene-automation/issues"
10
+ },
11
+ "homepage": "https://github.com/oooooooko/android-midscene-automation#readme",
4
12
  "type": "module",
5
13
  "bin": {
6
14
  "android-midscene-automation": "./bin/android-midscene-automation.js"