build(basic): 更新基础库版本至 1.0.6- 在 BuildProfile.ets 中将 HAR_VERSION 从 1.0.5 修改为 1.0.6

- 更新 app 和 sdk_ywx 目录下的 oh-package-lock.json5 文件
-调整 sdk_ywx/oh-package.json5 中的依赖项版本
这个提交包含在:
徐勤民 2024-12-12 11:07:59 +08:00
父节点 ed415661cd
当前提交 858d57ae38

查看文件

@ -1,7 +1,7 @@
/**
* Use these variables when you tailor your ArkTS code. They must be of the const type.
*/
export const HAR_VERSION = '1.0.5';
export const HAR_VERSION = '1.0.6';
export const BUILD_MODE_NAME = 'release';
export const DEBUG = false;
export const TARGET_NAME = 'default';