diff --git a/harmony/fs.har b/harmony/fs.har index 8767b983..c5ab370a 100644 Binary files a/harmony/fs.har and b/harmony/fs.har differ diff --git a/harmony/fs/BuildProfile.ets b/harmony/fs/BuildProfile.ets index 7cff21ea..89d8fcd5 100644 --- a/harmony/fs/BuildProfile.ets +++ b/harmony/fs/BuildProfile.ets @@ -1,20 +1,17 @@ /** * Use these variables when you tailor your ArkTS code. They must be of the const type. */ -export const HAR_VERSION = '2.20.0-0.1.10'; - +export const HAR_VERSION = '2.20.0-0.1.11'; export const BUILD_MODE_NAME = 'debug'; - export const DEBUG = true; - export const TARGET_NAME = 'default'; /** * BuildProfile Class is used only for compatibility purposes. */ -export default class BuildProfile { - static readonly HAR_VERSION = HAR_VERSION; - static readonly BUILD_MODE_NAME = BUILD_MODE_NAME; - static readonly DEBUG = DEBUG; - static readonly TARGET_NAME = TARGET_NAME; +export default class BuildProfile { + static readonly HAR_VERSION = HAR_VERSION; + static readonly BUILD_MODE_NAME = BUILD_MODE_NAME; + static readonly DEBUG = DEBUG; + static readonly TARGET_NAME = TARGET_NAME; } \ No newline at end of file diff --git a/harmony/fs/oh-package.json5 b/harmony/fs/oh-package.json5 index f917f9d5..c50e5ff1 100644 --- a/harmony/fs/oh-package.json5 +++ b/harmony/fs/oh-package.json5 @@ -1,6 +1,6 @@ { "name": "@react-native-oh-tpl/react-native-fs", - "version": "2.20.0-0.1.10", + "version": "2.20.0-0.1.11", "description": "Please describe the basic information.", "main": "index.ets", "types": "module", diff --git a/package.json b/package.json index 3d9b785b..191a7492 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-oh-tpl/react-native-fs", - "version": "2.20.0-0.1.10", + "version": "2.20.0-0.1.11", "description": "Native filesystem access for react-native", "main": "FS.common.js", "typings": "index.d.ts",