Skip to content
This repository was archived by the owner on Dec 11, 2024. It is now read-only.

Commit 4195b05

Browse files
Merge pull request #20 from mingmingaini/sig
release:@react-native-oh-library/react-native-fs@2.20.0-0.1.10
2 parents ec852c8 + 747d69f commit 4195b05

File tree

4 files changed

+21
-7
lines changed

4 files changed

+21
-7
lines changed

harmony/fs.har

219 Bytes
Binary file not shown.

harmony/fs/BuildProfile.ets

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
1-
export default class BuildProfile {
2-
static readonly HAR_VERSION = '2.20.0-0.1.7';
3-
static readonly BUILD_MODE_NAME = 'debug';
4-
static readonly DEBUG = true;
5-
static readonly TARGET_NAME = 'default';
1+
/**
2+
* Use these variables when you tailor your ArkTS code. They must be of the const type.
3+
*/
4+
export const HAR_VERSION = '2.20.0-0.1.10';
5+
6+
export const BUILD_MODE_NAME = 'debug';
7+
8+
export const DEBUG = true;
9+
10+
export const TARGET_NAME = 'default';
11+
12+
/**
13+
* BuildProfile Class is used only for compatibility purposes.
14+
*/
15+
export default class BuildProfile {
16+
static readonly HAR_VERSION = HAR_VERSION;
17+
static readonly BUILD_MODE_NAME = BUILD_MODE_NAME;
18+
static readonly DEBUG = DEBUG;
19+
static readonly TARGET_NAME = TARGET_NAME;
620
}

harmony/fs/oh-package.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-oh-tpl/react-native-fs",
3-
"version": "2.20.0-0.1.9",
3+
"version": "2.20.0-0.1.10",
44
"description": "Please describe the basic information.",
55
"main": "index.ets",
66
"types": "module",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-oh-tpl/react-native-fs",
3-
"version": "2.20.0-0.1.9",
3+
"version": "2.20.0-0.1.10",
44
"description": "Native filesystem access for react-native",
55
"main": "FS.common.js",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)