android-midscene-automation 0.1.10 → 0.1.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # 更新记录
2
2
 
3
+ ## v0.1.11
4
+
5
+ - 修复 npm 页面中的项目更新记录链接,改为使用可直接访问包文件的 unpkg 地址。
6
+
3
7
  ## v0.1.10
4
8
 
5
9
  - npm 包新增根目录 `CHANGELOG.md`,README 可直接查看项目更新记录。
package/README.md CHANGED
@@ -133,7 +133,7 @@ appium
133
133
 
134
134
  ## 功能文档
135
135
 
136
- - [项目更新记录](CHANGELOG.md)
136
+ - [项目更新记录](https://unpkg.com/android-midscene-automation@latest/CHANGELOG.md)
137
137
 
138
138
  ## 运行 E2E 测试
139
139
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "android-midscene-automation",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "android-midscene-automation": "./bin/android-midscene-automation.js"