Skip to content
This repository was archived by the owner on Dec 11, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
release:@react-native-oh-library/[email protected]
  • Loading branch information
17691002584 committed Aug 20, 2024
commit 6dfd40bb9609a96f35a5e8ae9132621d098f26ce
Binary file modified harmony/fs.har
Binary file not shown.
15 changes: 6 additions & 9 deletions harmony/fs/BuildProfile.ets
Original file line number Diff line number Diff line change
@@ -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;
}
2 changes: 1 addition & 1 deletion harmony/fs/oh-package.json5
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down