@hadss/hmrouter-plugin 1.2.3 → 1.2.4

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
@@ -23,7 +23,7 @@ HMRouter编译插件是一个基于hvigor的编译插件,用于:
23
23
  ```json5
24
24
  {
25
25
  "dependencies": {
26
- "@hadss/hmrouter-plugin": "^1.2.3" // 使用最新版本
26
+ "@hadss/hmrouter-plugin": "^1.2.4" // 使用最新版本
27
27
  },
28
28
  // ...其余配置
29
29
  }
@@ -515,6 +515,9 @@ hvigor 5.7.3及以上
515
515
  > ```
516
516
 
517
517
  ## 更新记录
518
+ ### 1.2.4 (2026.06.09)
519
+
520
+ -[混淆后clean首次执行编译依赖未同步问题修改](https://gitcode.com/openharmony-sig/ohrouter/issues/335)
518
521
 
519
522
  ### 1.2.3 (2026.04.30)
520
523
 
@@ -147,7 +147,7 @@ class PluginExecutionController {
147
147
  run: () => {
148
148
  this.taskManager.executeStage(TaskStage_1.TaskStage.AFTER_OBFUSCATION_PROCESS);
149
149
  },
150
- dependencies: [this.getTaskName(targetName, constants_1.TaskConstants.CODE_GENERATION_TASK)],
150
+ dependencies: [this.getTaskName(targetName, constants_1.TaskConstants.BUILD_ROUTER_MAP_TASK)],
151
151
  postDependencies: [this.getTaskName(targetName, constants_1.TaskConstants.PRE_BUILD)],
152
152
  });
153
153
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hadss/hmrouter-plugin",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "HMRouter Compiler Plugin",
5
5
  "main": "dist/Index.js",
6
6
  "scripts": {