@atomicservice/ascf-toolkit-hvigor-plugin 1.0.2 → 1.0.3-beta.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atomicservice/ascf-toolkit-hvigor-plugin",
3
- "version": "1.0.2",
3
+ "version": "1.0.3-beta.0",
4
4
  "title": "ASCF toolkit hvigor plugin for atomicservice",
5
5
  "description": "ASCF toolkit hvigor plugin for atomicservice",
6
6
  "main": "index.ts",
@@ -11,7 +11,7 @@
11
11
  "@ohos/hvigor-ohos-plugin": "5.8.9"
12
12
  },
13
13
  "dependencies": {
14
- "@atomicservice/ascf-toolkit": "1.0.2"
14
+ "@atomicservice/ascf-toolkit": "1.0.3-beta.0"
15
15
  },
16
16
  "scripts": {
17
17
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -15,7 +15,7 @@ function execSafe(cmd: string) {
15
15
  }
16
16
  }
17
17
 
18
- const BUNDLE_NAME_ASCF = 'com.huawei.hms.ascf';
18
+ const BUNDLE_NAME_ASCF = 'com.huawei.hms.ascfruntime';
19
19
  const ERR_MSG = `${BUNDLE_NAME_ASCF} install failed, please open helloUniapp manually.`;
20
20
 
21
21
  function checkAscfHsp() {