diff --git a/entry/.gitignore b/entry/.gitignore index e2713a2779c5a3e0eb879efe6115455592caeea5..eadab4e1522296628f32a70228b2c758ecab4759 100644 --- a/entry/.gitignore +++ b/entry/.gitignore @@ -3,4 +3,5 @@ /.preview /build /.cxx -/.test \ No newline at end of file +/.test +/oh-package-lock.json5 \ No newline at end of file diff --git a/entry/oh-package-lock.json5 b/entry/oh-package-lock.json5 deleted file mode 100644 index 7124489777bcec6d1a313de8a87c3cd676310cd9..0000000000000000000000000000000000000000 --- a/entry/oh-package-lock.json5 +++ /dev/null @@ -1,18 +0,0 @@ -{ - "meta": { - "stableOrder": true - }, - "lockfileVersion": 3, - "ATTENTION": "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.", - "specifiers": { - "@duke/elf-refresh@../library": "@duke/elf-refresh@../library" - }, - "packages": { - "@duke/elf-refresh@../library": { - "name": "@duke/elf-refresh", - "version": "1.0.1", - "resolved": "../library", - "registryType": "local" - } - } -} \ No newline at end of file diff --git a/library/BuildProfile.ets b/library/BuildProfile.ets index e11789bc9ded2139f17563a59d2382b855e55ffb..cab3453ea1340de0017578b1c0a42b8526d7c1a0 100644 --- a/library/BuildProfile.ets +++ b/library/BuildProfile.ets @@ -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.1'; +export const HAR_VERSION = '1.1.0'; export const BUILD_MODE_NAME = 'release'; export const DEBUG = false; export const TARGET_NAME = 'default';