@atomicservice/ascf-base 1.0.17 → 1.0.18-beta.1
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/dist/hianalytics/ha.esm.js +1 -0
- package/dist/hianalytics/ha.min.js +1 -0
- package/dist/index.d.mts +73 -8
- package/dist/index.d.ts +73 -8
- package/dist/index.js +92 -74
- package/dist/index.mjs +92 -74
- package/dist/reporter/reporter-process.js +1 -0
- package/dist/schemas/app.schema.json +39 -0
- package/dist/schemas/ascf.config.schema.json +9 -4
- package/dist/templates/ascfProject/entry/oh-package.json5 +1 -1
- package/dist/templates/ascfTaro/package.json +1 -1
- package/dist/templates/ascfUniapp/package.json +1 -1
- package/package.json +7 -8
- package/dist/templates/ascfTaro/ascf-project/AppScope/app.json5 +0 -11
- package/dist/templates/ascfTaro/ascf-project/AppScope/resources/base/element/string.json +0 -8
- package/dist/templates/ascfTaro/ascf-project/AppScope/resources/base/media/app_icon.png +0 -0
- package/dist/templates/ascfTaro/ascf-project/build-profile.json5 +0 -55
- package/dist/templates/ascfTaro/ascf-project/code-linter.json5 +0 -20
- package/dist/templates/ascfTaro/ascf-project/entry/build-profile.json5 +0 -28
- package/dist/templates/ascfTaro/ascf-project/entry/hvigorfile.ts +0 -6
- package/dist/templates/ascfTaro/ascf-project/entry/obfuscation-rules.txt +0 -23
- package/dist/templates/ascfTaro/ascf-project/entry/oh-package-lock.json5 +0 -21
- package/dist/templates/ascfTaro/ascf-project/entry/oh-package.json5 +0 -11
- package/dist/templates/ascfTaro/ascf-project/entry/src/main/ets/abilitystage/AbilityStage.ets +0 -7
- package/dist/templates/ascfTaro/ascf-project/entry/src/main/ets/entryability/EntryAbility.ets +0 -4
- package/dist/templates/ascfTaro/ascf-project/entry/src/main/ets/pages/Index.ets +0 -10
- package/dist/templates/ascfTaro/ascf-project/entry/src/main/module.json5 +0 -65
- package/dist/templates/ascfTaro/ascf-project/entry/src/main/resources/base/element/color.json +0 -8
- package/dist/templates/ascfTaro/ascf-project/entry/src/main/resources/base/element/string.json +0 -16
- package/dist/templates/ascfTaro/ascf-project/entry/src/main/resources/base/media/startIcon.png +0 -0
- package/dist/templates/ascfTaro/ascf-project/entry/src/main/resources/base/profile/main_pages.json +0 -5
- package/dist/templates/ascfTaro/ascf-project/entry/src/main/resources/en_US/element/string.json +0 -16
- package/dist/templates/ascfTaro/ascf-project/entry/src/main/resources/zh_CN/element/string.json +0 -16
- package/dist/templates/ascfTaro/ascf-project/entry/src/mock/mock-config.json5 +0 -2
- package/dist/templates/ascfTaro/ascf-project/entry/src/ohosTest/ets/test/Ability.test.ets +0 -35
- package/dist/templates/ascfTaro/ascf-project/entry/src/ohosTest/ets/test/List.test.ets +0 -5
- package/dist/templates/ascfTaro/ascf-project/entry/src/ohosTest/module.json5 +0 -12
- package/dist/templates/ascfTaro/ascf-project/entry/src/test/List.test.ets +0 -5
- package/dist/templates/ascfTaro/ascf-project/entry/src/test/LocalUnit.test.ets +0 -33
- package/dist/templates/ascfTaro/ascf-project/hvigor/hvigor-config.json5 +0 -23
- package/dist/templates/ascfTaro/ascf-project/hvigorfile.ts +0 -10
- package/dist/templates/ascfTaro/ascf-project/oh-package-lock.json5 +0 -20
- package/dist/templates/ascfTaro/ascf-project/oh-package.json5 +0 -9
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"meta": {
|
|
3
|
-
"stableOrder": true,
|
|
4
|
-
"enableUnifiedLockfile": true
|
|
5
|
-
},
|
|
6
|
-
"lockfileVersion": 3,
|
|
7
|
-
"ATTENTION": "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.",
|
|
8
|
-
"specifiers": {
|
|
9
|
-
"@ohos/hypium@1.0.19": "@ohos/hypium@1.0.19"
|
|
10
|
-
},
|
|
11
|
-
"packages": {
|
|
12
|
-
"@ohos/hypium@1.0.19": {
|
|
13
|
-
"name": "@ohos/hypium",
|
|
14
|
-
"version": "1.0.19",
|
|
15
|
-
"integrity": "sha512-cEjDgLFCm3cWZDeRXk7agBUkPqjWxUo6AQeiu0gEkb3J8ESqlduQLSIXeo3cCsm8U/asL7iKjF85ZyOuufAGSQ==",
|
|
16
|
-
"resolved": "https://mirrors.tools.huawei.com/ohpm/@ohos/hypium/-/@ohos/hypium-1.0.19.har",
|
|
17
|
-
"registryType": "ohpm"
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}
|